On Friday 27 June 2014 11:28:14 Koehne Kai wrote:
[snip]
> My 2 cents from the packaging/installer side: Any artifact that is heavily
> bound to a specific Qt build / release, but isn't part of the Qt package
> itself, is making things complicated.
As distro packager, yes, it's making things com
Em dom 29 jun 2014, às 19:01:18, Dmitriy Purgin escreveu:
> open("file:///tmp/temp.ogg", O_WRONLY|O_CREAT|O_TRUNC, 0666) = -1
> ENOENT (No such file or directory)
>
> So the solution is to setOutputLocation with just QUrl("/tmp/temp.ogg").
Looks like it needs to call toLocalFile() somewhere.
--
Hi there,
I'm trying to make a sound recording using QAudioRecorder. After
setting encoder, codec and input device I'm calling
setOutputLocation(QUrl::fromLocalFile()) as it's proposed in the docs
and QAudioRecorder example. setOutputLocation() returns true but
QAudioRecorder emits error() signal
El 29/06/14 07:31, Ben Lau escribió:
>
> Windows packages are now there, too:
>
> http://download.qt-project.org/snapshots/qt/5.3/5.3.1/2014-06-19_118/
>
> Linux:
>
> http://download.qt-project.org/snapshots/qt/5.3/5.3.1/2014-06-19_108/
>
> Mac:
>
> http://download.qt-projec