Thread
:
A start in coding
View Single Post
Reffyyyy
2011-08-21 , 19:44
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
.
Quote & Reply
|
The Following User Says Thank You to Reffyyyy For This Useful Post:
GigaByte
Reffyyyy
View Public Profile
Send a private message to Reffyyyy
Find all posts by Reffyyyy