| <?xml version="1.0" encoding="UTF-8"?> | |
| <ui version="4.0"> | |
| <class>Gui::Dialog::DlgInputDialog</class> | |
| <widget class="QDialog" name="Gui::Dialog::DlgInputDialog"> | |
| <property name="geometry"> | |
| <rect> | |
| <x>0</x> | |
| <y>0</y> | |
| <width>399</width> | |
| <height>99</height> | |
| </rect> | |
| </property> | |
| <property name="windowTitle"> | |
| <string>Input</string> | |
| </property> | |
| <property name="sizeGripEnabled"> | |
| <bool>false</bool> | |
| </property> | |
| <layout class="QGridLayout" name="gridLayout"> | |
| <item row="0" column="0"> | |
| <widget class="QLabel" name="label"> | |
| <property name="text"> | |
| <string/> | |
| </property> | |
| </widget> | |
| </item> | |
| <item row="1" column="0"> | |
| <widget class="QStackedWidget" name="stack"> | |
| <widget class="QWidget" name="WStackPage1"> | |
| <layout class="QGridLayout"> | |
| <property name="margin"> | |
| <number>1</number> | |
| </property> | |
| <property name="spacing"> | |
| <number>6</number> | |
| </property> | |
| <item row="0" column="0"> | |
| <widget class="QLineEdit" name="lineEdit"/> | |
| </item> | |
| </layout> | |
| </widget> | |
| <widget class="QWidget" name="WStackPage2"> | |
| <layout class="QGridLayout"> | |
| <property name="margin"> | |
| <number>1</number> | |
| </property> | |
| <property name="spacing"> | |
| <number>6</number> | |
| </property> | |
| <item row="0" column="0"> | |
| <widget class="QSpinBox" name="spinBox"/> | |
| </item> | |
| </layout> | |
| </widget> | |
| <widget class="QWidget" name="WStackPage3"> | |
| <layout class="QGridLayout"> | |
| <property name="margin"> | |
| <number>1</number> | |
| </property> | |
| <property name="spacing"> | |
| <number>6</number> | |
| </property> | |
| <item row="0" column="0"> | |
| <widget class="QDoubleSpinBox" name="floatSpinBox"/> | |
| </item> | |
| </layout> | |
| </widget> | |
| <widget class="QWidget" name="WStackPage4"> | |
| <layout class="QGridLayout"> | |
| <property name="margin"> | |
| <number>1</number> | |
| </property> | |
| <property name="spacing"> | |
| <number>6</number> | |
| </property> | |
| <item row="0" column="0"> | |
| <widget class="QComboBox" name="comboBox"/> | |
| </item> | |
| </layout> | |
| </widget> | |
| <widget class="QWidget" name="WStackPage5"> | |
| <layout class="QHBoxLayout"> | |
| <property name="spacing"> | |
| <number>6</number> | |
| </property> | |
| <property name="margin"> | |
| <number>1</number> | |
| </property> | |
| <item> | |
| <widget class="Gui::UIntSpinBox" name="uIntSpinBox"/> | |
| </item> | |
| </layout> | |
| </widget> | |
| </widget> | |
| </item> | |
| <item row="2" column="0"> | |
| <widget class="QDialogButtonBox" name="buttonBox"> | |
| <property name="standardButtons"> | |
| <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> | |
| </property> | |
| </widget> | |
| </item> | |
| </layout> | |
| </widget> | |
| <layoutdefault spacing="6" margin="11"/> | |
| <customwidgets> | |
| <customwidget> | |
| <class>Gui::UIntSpinBox</class> | |
| <extends>QSpinBox</extends> | |
| <header>Gui/SpinBox.h</header> | |
| </customwidget> | |
| </customwidgets> | |
| <resources/> | |
| <connections> | |
| <connection> | |
| <sender>buttonBox</sender> | |
| <signal>accepted()</signal> | |
| <receiver>Gui::Dialog::DlgInputDialog</receiver> | |
| <slot>accept()</slot> | |
| <hints> | |
| <hint type="sourcelabel"> | |
| <x>199</x> | |
| <y>99</y> | |
| </hint> | |
| <hint type="destinationlabel"> | |
| <x>199</x> | |
| <y>58</y> | |
| </hint> | |
| </hints> | |
| </connection> | |
| <connection> | |
| <sender>buttonBox</sender> | |
| <signal>rejected()</signal> | |
| <receiver>Gui::Dialog::DlgInputDialog</receiver> | |
| <slot>reject()</slot> | |
| <hints> | |
| <hint type="sourcelabel"> | |
| <x>199</x> | |
| <y>99</y> | |
| </hint> | |
| <hint type="destinationlabel"> | |
| <x>199</x> | |
| <y>58</y> | |
| </hint> | |
| </hints> | |
| </connection> | |
| </connections> | |
| </ui> | |