| <?xml version="1.0" encoding="UTF-8"?> | |
| <ui version="4.0"> | |
| <class>Gui::Dialog::DlgCheckableMessageBox</class> | |
| <widget class="QDialog" name="Gui::Dialog::DlgCheckableMessageBox"> | |
| <property name="geometry"> | |
| <rect> | |
| <x>0</x> | |
| <y>0</y> | |
| <width>195</width> | |
| <height>122</height> | |
| </rect> | |
| </property> | |
| <property name="windowTitle"> | |
| <string>Dialog</string> | |
| </property> | |
| <layout class="QVBoxLayout" name="verticalLayout_2"> | |
| <item> | |
| <layout class="QHBoxLayout" name="horizontalLayout_2"> | |
| <item> | |
| <layout class="QVBoxLayout" name="verticalLayout"> | |
| <item> | |
| <widget class="QLabel" name="pixmapLabel"/> | |
| </item> | |
| <item> | |
| <spacer name="pixmapSpacer"> | |
| <property name="orientation"> | |
| <enum>Qt::Vertical</enum> | |
| </property> | |
| <property name="sizeType"> | |
| <enum>QSizePolicy::MinimumExpanding</enum> | |
| </property> | |
| <property name="sizeHint" stdset="0"> | |
| <size> | |
| <width>0</width> | |
| <height>5</height> | |
| </size> | |
| </property> | |
| </spacer> | |
| </item> | |
| </layout> | |
| </item> | |
| <item> | |
| <widget class="QLabel" name="messageLabel"> | |
| <property name="text"> | |
| <string>TextLabel</string> | |
| </property> | |
| </widget> | |
| </item> | |
| </layout> | |
| </item> | |
| <item> | |
| <layout class="QHBoxLayout" name="horizontalLayout"> | |
| <item> | |
| <spacer name="checkBoxLeftSpacer"> | |
| <property name="orientation"> | |
| <enum>Qt::Horizontal</enum> | |
| </property> | |
| <property name="sizeHint" stdset="0"> | |
| <size> | |
| <width>40</width> | |
| <height>20</height> | |
| </size> | |
| </property> | |
| </spacer> | |
| </item> | |
| <item> | |
| <widget class="QCheckBox" name="checkBox"> | |
| <property name="text"> | |
| <string>CheckBox</string> | |
| </property> | |
| </widget> | |
| </item> | |
| <item> | |
| <spacer name="checkBoxRightSpacer"> | |
| <property name="orientation"> | |
| <enum>Qt::Horizontal</enum> | |
| </property> | |
| <property name="sizeHint" stdset="0"> | |
| <size> | |
| <width>40</width> | |
| <height>20</height> | |
| </size> | |
| </property> | |
| </spacer> | |
| </item> | |
| </layout> | |
| </item> | |
| <item> | |
| <spacer name="buttonSpacer"> | |
| <property name="orientation"> | |
| <enum>Qt::Vertical</enum> | |
| </property> | |
| <property name="sizeType"> | |
| <enum>QSizePolicy::Minimum</enum> | |
| </property> | |
| <property name="sizeHint" stdset="0"> | |
| <size> | |
| <width>0</width> | |
| <height>5</height> | |
| </size> | |
| </property> | |
| </spacer> | |
| </item> | |
| <item> | |
| <widget class="QDialogButtonBox" name="buttonBox"> | |
| <property name="orientation"> | |
| <enum>Qt::Horizontal</enum> | |
| </property> | |
| <property name="standardButtons"> | |
| <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> | |
| </property> | |
| <property name="centerButtons"> | |
| <bool>true</bool> | |
| </property> | |
| </widget> | |
| </item> | |
| </layout> | |
| </widget> | |
| <resources/> | |
| <connections> | |
| <connection> | |
| <sender>buttonBox</sender> | |
| <signal>accepted()</signal> | |
| <receiver>Gui::Dialog::DlgCheckableMessageBox</receiver> | |
| <slot>accept()</slot> | |
| <hints> | |
| <hint type="sourcelabel"> | |
| <x>97</x> | |
| <y>100</y> | |
| </hint> | |
| <hint type="destinationlabel"> | |
| <x>97</x> | |
| <y>60</y> | |
| </hint> | |
| </hints> | |
| </connection> | |
| <connection> | |
| <sender>buttonBox</sender> | |
| <signal>rejected()</signal> | |
| <receiver>Gui::Dialog::DlgCheckableMessageBox</receiver> | |
| <slot>reject()</slot> | |
| <hints> | |
| <hint type="sourcelabel"> | |
| <x>97</x> | |
| <y>100</y> | |
| </hint> | |
| <hint type="destinationlabel"> | |
| <x>97</x> | |
| <y>60</y> | |
| </hint> | |
| </hints> | |
| </connection> | |
| </connections> | |
| </ui> | |