Widgets and forms created with Qt Designer are integrated seamlessly with programmed code, using the Qt signals and slots mechanism, that lets you easily assign behavior to graphical elements. All properties set in Qt Designer can be changed dynamically within the code. Furthermore, features like widget promotion and custom plugins allow you to use your own widgets with Qt Designer.
Qt Creator automatically opens all .ui files in Qt Designer.

To change the layout of Qt Designer user interface elements:
When this option is unchecked, you can change the layout.
To change Qt Designer properties, select Tools > Options... > Designer.
To preview the settings, select Tools > Form Editor > Preview, or press Alt+Shift+R.
To switch between forms and code, use Shift+F4.
For more information on Qt Designer, see Qt Designer Manual.
[Previous: Implementing Application Logic] [Next: Adding Qt Designer Plugins]