[quote author="rohanpm" date="1288016351"]
from within the app, use QProcess::startDetached to start another instance of the app, then exit (the parent) immediately[/quote]
I would suggest an improvement for that:
fork.
in parent: terminate the app.
in child: make a delay, so your app gets enough time to terminate and use QProcess as offered above.
[quote author="QtK" date="1287741731"]Thank you, I was looking for something like QLayout::removeWidget()[/quote]
you could alternatively use QLayout::removeItem(), and then add them back with QLayout::addItem().. you probably already also know this by now :)
well i have tried it, i have two objects which take about 2 sec for constructing each of them, i wanted improve on it, so that the objects gets constructed in parallel.
-Sriky
[quote author="Aleksei Mikhailichenko" date="1287746081"]Did you tried setContextProperty?
[/quote]
Yes. Just tested again here, working nicely.
This kind of error used to happen when the binary was created with a different version than the one installed on N900, due to internal changes in QtDeclarative during the development of Qt 4.7.
danilocesar says that you have to add these in your .pro file manually
@
CONFIG += mobility
MOBILITY = multimedia
@
There is a media player mobility example, you can check for it in the Qt assistant
hi syed,
there are a whole bunch of examples in the Qt installation folder with sources, try to run one of them and walk through the code, you will be able to solve this on your own :)
Also can you markup your code by enclosing them within @ tags, easier to read
The answer is that M$ does NOT permit it.
Thanks.
"http://developer.qt.nokia.com/forums/viewthread/1351/":http://developer.qt.nokia.com/forums/viewthread/1351/