Qt 6.11 is out! See what's new in the release
blog
Share data between dialogs
QML and Qt Quick
4
Posts
3
Posters
1.5k
Views
1
Watching
-
Save the value of the first lineedit as a member variable. When you create or use the second dialog, pass it in.
-
Hi. You can use "signal and slots":http://qt-project.org/doc/qt-5.0/qtcore/signalsandslots.html for that.