Understanding Qt Creator and Qt Designer
-
First of all, thank you for your reply.
Ok this is how I understand it...
Qt Designer will only help you to visualize your layout and to generate the necessary code but you cannot compile with it, is this correct?
Qt Creator is a complete IDE where you can do everything but you cannot visualize until you compile, is this correct?
If the above is correct, HOW and WHY would you use both programs?
Sorry if my question don't make too much sense!
Thanks a lot
-
Some people don't use Creator as their development environment; designer allows them to have its functionality without the overhead of having to use the full Creator IDE. Also, designer is a legacy product which has existed for years -- much longer than Qt Creator has been around -- and it continues to be bundled with Qt.