Pass values between screens . help-me
-
how passing values between screens of my program for example the User enters the value 4 in a field in clika ok Bhutan and the program opens another screen with the value that the User entered. how to do this?
-
Hi,
You can use "QInputDialog::getInt":http://doc.qt.io/qt-5/qinputdialog.html#getInt to retrieve a number from the user and then create a little QDialog with a QLabel where you set the text to the value you got from the QInputDialog.