9.2.  Designer Introduction

[ fromfile: designer-intro.xml id: designer-intro ]

Figure 9.5. QtCreator in Design Mode

QtCreator in Design Mode

[Note] Give Good Names to Your Widgets

Most objects can be renamed from the Widget Editor or the Object Inspector, by either selecting the widget with a single left-click and then pressing F2, or by double-clicking on the widget. If you prefer, you can set the objectName from the Property Editor. Later, it will be important that the input widgets have sensible names because those will also be the data member names of the uic generated class.

Figure 9.6.  Designer Signals & Slots Editor

Designer Signals & Slots Editor

Figure 9.7.  Configure Connection

Configure Connection

Figure 9.8.  Widget Preview

Widget Preview