I'd like to write a very simple task manager - just listing open apps and being able to close them - using Qt Quick. Is this possible? Are the necessary API calls accessible from QML or is Qt C++ a better option?
Many thanks
I'd like to write a very simple task manager - just listing open apps and being able to close them - using Qt Quick. Is this possible? Are the necessary API calls accessible from QML or is Qt C++ a better option?
Many thanks
Hi,
Yes, It is very much possible using qt+qml.
QML can be used to create excellent UI but I think thr is no direct api in qml to list down running process etc.
Use Qt-Quick to make your application UI more attractive.
http://store.ovi.com/content/271896 | http://store.ovi.com/content/276199 | http://store.ovi.com/content/276202 | http://store.ovi.com/content/280827
Thanks for the response, kkrish. That's what I was worried aboutSo you can confirm there are no necessary API calls from QML to list/close running processes etc?
thr is no such API, but you can write them in qt and call them from qml.
Use Qt-Quick to make your application UI more attractive.
http://store.ovi.com/content/271896 | http://store.ovi.com/content/276199 | http://store.ovi.com/content/276202 | http://store.ovi.com/content/280827
So it's possible to write the required methods (getProcesses(), terminateProcess() etc.) in Qt C++ and then access these methods in my QML code?
Hi Infms.
Of course you can! You can read more about that at [1]
or [2].
http://www.ictbusiness.it/cont/news/...e/27243/1.html
http://doc.qt.nokia.com/4.7-snapshot...qml-components