Hello guys,
I want to know how to run shell commands within Qt. This is my first application:
http://i44.tinypic.com/ejy7ig.png
I want to find a File using file name and file location. But how can I do that? I try to do this:
But it doesn't work:Code:
{ } { } void Dialog::on_pushButton_clicked() { }
So, can anyone help me? Thanks.Code:
/home/tonto/Desktop/FindFiles/dialog.cpp:22: error: ‘lineEdit’ was not declared in this scope /home/tonto/Desktop/FindFiles/dialog.cpp:22: error: ‘lineEdit_2’ was not declared in this scope
PS: I use Ubuntu Linux.
