Querying states of widgets defined by a QT ui file
General and Desktop
1
Posts
1
Posters
590
Views
1
Watching
-
I have a ui file, created in QT designer, which I've used to create a dialog at runtime using the QUiLoader class. Is it possible to query the states of all widgets in this dialog when the dialog closes? I can traverse the widget hierarchy from the root widget but I don't know how to trigger this traversal when the dialog closes.