Understanding code generated by Qt Designer
General and Desktop
4
Posts
3
Posters
2.0k
Views
1
Watching
-
Hi,
I have been practicing with Qt Designer and I was hoping to learn more abut Qt in general by making changes in Qt Designer and see the code generated but to my surprise if you changed something in the properties panel it doesn't generate any code except some XML, I think.
Is there a way to see the code generated by Qt Designer?
How would you dynamically interact with properties you changed in Qt Designer?
Can someone explain the main differences (limitations) between coding everything by hand vs using Qt Designer?
I love the Qt Designer interface, so I would like to use it as much as possible.
Thanks a lot
-
http://qt-project.org/doc/qt-4.8/designer-using-a-ui-file.html
- designer ==> XXXX.ui
- uic XXX.ui -o ui_XXXX.cpp