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.
@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.