Right im new to QT programming so I thought for my first app I would try to write a wireless driver manager which will use ndiswrapper on the command line using system(); but the following piece of code which I am using to show all the drivers already installed just comes up as a square in the textBrowser
Qt Code:
QString output; output = system("ndiswrapper -l"); textBrowser->setText(output);To copy to clipboard, switch view to plain text mode
Bookmarks