I've been browsing the examples in the Qt Creater application and am amazed at what can be created with no form designer.
One thing I noticed is that most of the project examples did not use the Qt Designer Ui forms. The majority of the widgets were added programmatically. I'm not sure if this is because it is the best practice or if it is due to keeping the examples simple. As a Visual Studio user, I'm used to having to place all objects in the designer and then go about making them work with actions.
My question as someone embarking on a new project is...What is the consensus best practice for applications built with Qt? Should I plan on the majority of windows and widgets being created and placed in the underlying code or do most applications use the designer?
Thanks in advance for your insights.
Bookmarks