It depends what you installed.
If you installed only the framework, then its only Qt, without any tools.
If you want everything, install the full SDK, designer is included there.
http://qt.nokia.com/downloads/
It depends what you installed.
If you installed only the framework, then its only Qt, without any tools.
If you want everything, install the full SDK, designer is included there.
http://qt.nokia.com/downloads/
==========================signature=============== ==================
S.O.L.I.D principles (use them!):
https://en.wikipedia.org/wiki/SOLID_...iented_design)
Do you write clean code? - if you are TDD'ing then maybe, if not, your not writing clean code.
QtDesigner DON'T generate any CPP code. QtDesigner save forms in XML files. Then You must compile this file with UIC compiler. On output You have H file with CPP class definition.
And QtDesigner is an element of standard open soutce Qt, You don't need to install Qt SDK.
There is a "view code" menu entry in Designer that performs the same task as uic does so you can preview the final code directly in Designer.
@kode: If you installed Qt through a package manager of one of U*ix distributions, it is likely that Designer is in a different package. Try looking for packages such as qt4-designer or qt-designer.
Bookmarks