View Single Post
Posts: 144 | Thanked: 68 times | Joined on Mar 2011 @ a spot
#3
Originally Posted by Reffyyyy View Post
Can be done easily in Qt. You're going to want to use QWidget (obviously), QPushButton, and QProcess. You'll also probably want any of the layout classes.

You could also do it in QML, but you'll need to integrate Qt/C++ in order to actually execute the commands. QML doesn't have a QProcess equivalent.
So, Nokia Qt SDK should provide all of what I will need, right?

Last edited by GigaByte; 2011-08-21 at 20:30.