Standalone Form_ui submitted to a QWidget class
-
Hello guys,
based on the following documentation http://qt.developpez.com/doc/4.7/designer-using-a-ui-file/ i have created
a similar application .
My problem is next:
when i try to set a value to an object from that form nothing happens ...
ui->setupUi(this); ui->pushButton->setText(osNameRealTime);
Your help will be very appreciated.
Kind regards,