[SailfishDevel] WAV encoder in Emulator

2013-05-12 Thread Josh Alner | Killer Mobile Software
Hello Everyone, When I try to do voice recording, I get following error: "Could not create a media muxer element: wavenc" indicating that there is no wav encoder in the virtual machine (sailfish emulator). I use following code to record voice.. /*Snippet*/ audiosource = new QAudioCapt

Re: [SailfishDevel] Integration of Sailfish SDK in qtcreator 2.7?

2013-05-12 Thread christopher . lamb
Hi The SailfishOS Toolkit supplied QtCreator 2.6.2 contains the Research In Motion QNX plugin (disabled by default), but presumably this can be enabled. Is there some devilish reason why that won't work for BB10? Chris Zitat von "Aurindam Jana" : Hi, The next release of the SDK will

Re: [SailfishDevel] Integration of Sailfish SDK in qtcreator 2.7?

2013-05-12 Thread Aurindam Jana
Hi, The next release of the SDK will have Qt Creator based on 2.7. Regards, Aurindam IRC: auri__ @ freenode www.aurindamjana.in On Saturday, May 11, 2013 12:02, "Ruediger Gad" said: > ___ > SailfishOS.org Devel mailing listHi, > > the curr

Re: [SailfishDevel] default SailfishOS Qt Quick Application: view.data() function?

2013-05-12 Thread Wim de Vries
Answering myself: I was to focussed on QDeclarativeView. QScopedPointer has this member that returns " the value of the pointer referenced by this object". sorry. On 05/12/2013 03:25 PM, Wim de Vries wrote: Hi, I have taken a "SailfishOS Qt Quick Application" as project. I am testing C++<>QML

[SailfishDevel] default SailfishOS Qt Quick Application: view.data() function?

2013-05-12 Thread Wim de Vries
Hi, I have taken a "SailfishOS Qt Quick Application" as project. I am testing C++<>QML interaction. Works OK until now. But there is sth. unclear to me: in main.cpp: QScopedPointer view(Sailfish::createView("main.qml")); Sailfish::showView(view.data()); view is a pointer to QDeclarativeView obj

Re: [SailfishDevel] SDK - PySide projects?

2013-05-12 Thread Matt Austin
For anyone who might be interested, I've created a very basic Silica/PySide 'hello world' project: https://github.com/mattaustin/sailfish-pyside-helloworld It just serves as an example of how to launch basic qml with PySide. On 12 May 2013 09:57, Matt Austin wrote: > Hi Tomas, > > On 12 May