Qt 6.11 is out! See what's new in the release
blog
Pass a text from a form to another one
-
@HenkCoder said in Pass a text from a form to another one:
How do I do this?
Create a function in MainWindow and call this from Window1 - basic ++ stuff. Or use signals and slots.