Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
How to organize the transfer of parameters between the two classes?
-
For example, I announced in class A variable AGE and now want to transfer it to the class B (not through the __ init__ ()). Thank you all.
-
Hi and welcome to devnet,
Are you programming in python ?
Anyway, you should take a look at the "Signals and Slots" documentation
Hope it helps