PDA

View Full Version : QT help



princedavinci
7th July 2011, 19:54
hey guys i have this project i need to do, which is to convert ubuntu shell commmands into gui form using qt. thing is there are these guys at school who are too attached to windows, so im trying to put a slight window feel to ubuntu for when they use the command shell. an example is to create buttons and label them for example a ping button with a space to add the ip address next to it. let me know if its possible or not.
thank you guys. oh and i have a good c++ background...

mcosta
7th July 2011, 21:11
Of course, With Qt you can do all you think.

However you have to know HOW to do it :)

Start reading Qt Tutorials in Documentation and enjoy it

nish
8th July 2011, 05:28
for your use case, pay attention to QProcess.