Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>gameselector</class>
- <widget class="QDialog" name="gameselector">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>400</width>
- <height>201</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>gameselector</string>
- </property>
- <property name="windowIcon">
- <iconset>
- <normaloff>game_selector.ico</normaloff>game_selector.ico</iconset>
- </property>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>10</y>
- <width>151</width>
- <height>21</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <family>Microsoft Sans Serif</family>
- <weight>75</weight>
- <bold>true</bold>
- </font>
- </property>
- <property name="text">
- <string>Enter a number of map(s) :</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton">
- <property name="geometry">
- <rect>
- <x>80</x>
- <y>80</y>
- <width>211</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>Get a selection</string>
- </property>
- </widget>
- <widget class="QTextEdit" name="verdict">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>120</y>
- <width>381</width>
- <height>71</height>
- </rect>
- </property>
- <property name="readOnly">
- <bool>true</bool>
- </property>
- <property name="overwriteMode">
- <bool>false</bool>
- </property>
- </widget>
- <widget class="QSpinBox" name="proposition">
- <property name="geometry">
- <rect>
- <x>50</x>
- <y>40</y>
- <width>51</width>
- <height>21</height>
- </rect>
- </property>
- <property name="minimum">
- <number>1</number>
- </property>
- <property name="maximum">
- <number>11</number>
- </property>
- </widget>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources/>
- <connections>
- <connection>
- <sender>pushButton</sender>
- <signal>clicked()</signal>
- <receiver>gameselector</receiver>
- <slot>f_proposer()</slot>
- <hints>
- <hint type="sourcelabel">
- <x>147</x>
- <y>89</y>
- </hint>
- <hint type="destinationlabel">
- <x>146</x>
- <y>61</y>
- </hint>
- </hints>
- </connection>
- </connections>
- <slots>
- <slot>f_proposer()</slot>
- </slots>
- </ui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement