<widget class="QToolBar" name="toolBar"> <property name="windowTitle"> <string>toolBar</string> </property> <property name="movable"> <bool>true</bool> </property> <property name="iconSize"> <size> <width>48</width> <height>48</height> </size> </property> <property name="toolButtonStyle"> <enum>Qt::ToolButtonTextBesideIcon</enum> </property> <property name="floatable"> <bool>true</bool> </property> </widget>