Qt & Dynamic screen with QuiLoader
General and Desktop
4
Posts
3
Posters
1.4k
Views
1
Watching
-
Hi and welcome to DevNet,
Nothing forbids you to load files from a directory. The example and documentation suggest to have the ui files in a resource only to ensure that your program will have them at run time (especially useful if all your interface is made with designer)
Hope it helps
-
Yes, just take a look at the snippet in the "docs":http://qt-project.org/doc/qt-4.8/quiloader.html.
-
Thx you for your quick answer.
My goal is to load a dynamic xml file into the screen ( it's possible : good).
My second goal is to receive all buttons events in one function.And once I get the events, I would like to get the values of each component like :
Screen.combobox1.value
Screen.fieldText1.valueIs it possible ? I'm sorry, I'm a beginner. Thx,