Advertisement
Combreal

gameselector.ui

Mar 29th, 2014
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.42 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3.  <class>gameselector</class>
  4.  <widget class="QDialog" name="gameselector">
  5.   <property name="geometry">
  6.    <rect>
  7.     <x>0</x>
  8.     <y>0</y>
  9.     <width>400</width>
  10.     <height>201</height>
  11.    </rect>
  12.   </property>
  13.   <property name="windowTitle">
  14.    <string>gameselector</string>
  15.   </property>
  16.   <property name="windowIcon">
  17.    <iconset>
  18.     <normaloff>game_selector.ico</normaloff>game_selector.ico</iconset>
  19.   </property>
  20.   <widget class="QLabel" name="label">
  21.    <property name="geometry">
  22.     <rect>
  23.      <x>10</x>
  24.      <y>10</y>
  25.      <width>151</width>
  26.      <height>21</height>
  27.     </rect>
  28.    </property>
  29.    <property name="font">
  30.     <font>
  31.      <family>Microsoft Sans Serif</family>
  32.      <weight>75</weight>
  33.      <bold>true</bold>
  34.     </font>
  35.    </property>
  36.    <property name="text">
  37.     <string>Enter a number of map(s) :</string>
  38.    </property>
  39.   </widget>
  40.   <widget class="QPushButton" name="pushButton">
  41.    <property name="geometry">
  42.     <rect>
  43.      <x>80</x>
  44.      <y>80</y>
  45.      <width>211</width>
  46.      <height>23</height>
  47.     </rect>
  48.    </property>
  49.    <property name="text">
  50.     <string>Get a selection</string>
  51.    </property>
  52.   </widget>
  53.   <widget class="QTextEdit" name="verdict">
  54.    <property name="geometry">
  55.     <rect>
  56.      <x>10</x>
  57.      <y>120</y>
  58.      <width>381</width>
  59.      <height>71</height>
  60.     </rect>
  61.    </property>
  62.    <property name="readOnly">
  63.     <bool>true</bool>
  64.    </property>
  65.    <property name="overwriteMode">
  66.     <bool>false</bool>
  67.    </property>
  68.   </widget>
  69.   <widget class="QSpinBox" name="proposition">
  70.    <property name="geometry">
  71.     <rect>
  72.      <x>50</x>
  73.      <y>40</y>
  74.      <width>51</width>
  75.      <height>21</height>
  76.     </rect>
  77.    </property>
  78.    <property name="minimum">
  79.     <number>1</number>
  80.    </property>
  81.    <property name="maximum">
  82.     <number>11</number>
  83.    </property>
  84.   </widget>
  85.  </widget>
  86.  <layoutdefault spacing="6" margin="11"/>
  87.  <resources/>
  88.  <connections>
  89.   <connection>
  90.    <sender>pushButton</sender>
  91.    <signal>clicked()</signal>
  92.    <receiver>gameselector</receiver>
  93.    <slot>f_proposer()</slot>
  94.    <hints>
  95.     <hint type="sourcelabel">
  96.      <x>147</x>
  97.      <y>89</y>
  98.     </hint>
  99.     <hint type="destinationlabel">
  100.      <x>146</x>
  101.      <y>61</y>
  102.     </hint>
  103.    </hints>
  104.   </connection>
  105.  </connections>
  106.  <slots>
  107.   <slot>f_proposer()</slot>
  108.  </slots>
  109. </ui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement