View Single Post
Posts: 662 | Thanked: 653 times | Joined on Feb 2010
#2
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.

Last edited by Reffyyyy; 2011-08-21 at 19:57.
 

The Following User Says Thank You to Reffyyyy For This Useful Post: