How to link TWO forms in Qt...please help..
QML and Qt Quick
2
Posts
2
Posters
702
Views
1
Watching
-
wrote on 18 Nov 2013, 05:22 last edited by
I have created 'mainwindow' form having one pushbutton and another form named 'aboutme' having a label...what steps should i follow to get the 'label' on 'pushbutton' pressed in mainwindow???
-
Hi,
Do you mean you want to call the "aboutme" form on clicking the pushbutton which is in "mainwindow" ?
Have a look at "signalsandslots":http://qt-project.org/doc/qt-5.0/qtcore/signalsandslots.html
1/2