Transfer data between Forms
Unsolved
General and Desktop
-
Hi,
What kind of data do you have in mind ?
The usual way with Qt is to use signals and slots but it also depends on how you use your dialogs .
-
Class constructor parameters is an option.
Another option is to usesetProperty
method for QObject derived classes when creating object, before callingshow()
-
Hi
Is it related to this one?
https://forum.qt.io/topic/64609/signal-and-slot-passing-data-between-forms/3 -
Hi
Is it related to this one?
https://forum.qt.io/topic/64609/signal-and-slot-passing-data-between-forms/3 -
Hi,
What kind of data do you have in mind ?
The usual way with Qt is to use signals and slots but it also depends on how you use your dialogs .