Working between Drag 'n' Drop and code
Unsolved
General and Desktop
-
Almost all online resources relating to QT Creator and Python (or any aspect, to be honest) seems to be based upon creating the forms using code, rather than the given drag 'n' drop interface.
I bought the latest book for QT6 and this has a chapter on the drag 'n' drop aspects but, again, seems to want you to add all the controls through code directly.
Trying to find out how to connect the drag 'n' drop objects with the code is proving very slow and laborious; requiring me to ask lots of 'silly' questions.
Could anyone point me to any good resource that directly conveys how to develop the form using the GUI and then manage this effectively in code?
-
Hi,
What about the tutorial from the documentation ?