Hello,
I'm new to Qt and have been slowly experimenting with building a GUI including looking through many of the examples.
I'm trying to put together a GUI using a main widget to add the elements to with the main widget set as the central widget in a QMainWindow.
I did some experimenting yesterday and I need to know if what I saw was correct. It seems to me that you don't get correct placement of widgets that you add and that the positioning will continue to change as the form is built. When finally done you then have to go in and tweak things to put them in the right place.
I came to this conclusion after taking the "widgets" example and commenting out everything after the inclusion of the analog and digital clock widgets (other examples) and saw that they were not in the same place as they were in the final layout.
Can anyone give me some guidelines on how to assemble a GUI with Qt so I know what to expect?
Thanks.
Les
Bookmarks