Qt Designer¶
In order to make some GUI adjustments, it’s good to use Qt Designer tool.
To adjust our file basic plugin dialog, we need to open the designer and load
the fiberplanitconvert_dialog_base.ui file in it.
Fig. 16 File fibarplanitconvert_dialog_base.ui open by Qt Designer.
- Widget Box
- Selection of GUI elements (widgets)
- Object Inspector
- Shows hierarchy of elements and their position in the layout
- Property Editor
- Enables to set attributes of graphical elements
- Main window
- For creating the graphical UI layout