settings.ui 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Form</class>
  4. <widget class="QWidget" name="Form">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>430</width>
  10. <height>430</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>430</width>
  16. <height>430</height>
  17. </size>
  18. </property>
  19. <property name="font">
  20. <font>
  21. <family>Sans</family>
  22. </font>
  23. </property>
  24. <property name="windowTitle">
  25. <string>Count! - Settings</string>
  26. </property>
  27. <layout class="QGridLayout" name="gridLayout">
  28. <item row="2" column="0" colspan="3">
  29. <widget class="QGroupBox" name="difficultyGroupBox">
  30. <property name="minimumSize">
  31. <size>
  32. <width>0</width>
  33. <height>105</height>
  34. </size>
  35. </property>
  36. <property name="maximumSize">
  37. <size>
  38. <width>16777215</width>
  39. <height>105</height>
  40. </size>
  41. </property>
  42. <property name="title">
  43. <string>Difficulty</string>
  44. </property>
  45. <widget class="QRadioButton" name="easyRadioButton">
  46. <property name="geometry">
  47. <rect>
  48. <x>10</x>
  49. <y>28</y>
  50. <width>114</width>
  51. <height>21</height>
  52. </rect>
  53. </property>
  54. <property name="text">
  55. <string>Easy</string>
  56. </property>
  57. </widget>
  58. <widget class="QRadioButton" name="mediumRadioButton">
  59. <property name="geometry">
  60. <rect>
  61. <x>10</x>
  62. <y>53</y>
  63. <width>114</width>
  64. <height>21</height>
  65. </rect>
  66. </property>
  67. <property name="text">
  68. <string>Medium</string>
  69. </property>
  70. </widget>
  71. <widget class="QRadioButton" name="hardRadioButton">
  72. <property name="geometry">
  73. <rect>
  74. <x>10</x>
  75. <y>78</y>
  76. <width>114</width>
  77. <height>21</height>
  78. </rect>
  79. </property>
  80. <property name="text">
  81. <string>Hard</string>
  82. </property>
  83. </widget>
  84. </widget>
  85. </item>
  86. <item row="0" column="0" colspan="3">
  87. <widget class="QGroupBox" name="languageGroupBox">
  88. <property name="maximumSize">
  89. <size>
  90. <width>16777215</width>
  91. <height>80</height>
  92. </size>
  93. </property>
  94. <property name="font">
  95. <font>
  96. <family>Sans</family>
  97. </font>
  98. </property>
  99. <property name="title">
  100. <string>Language</string>
  101. </property>
  102. <widget class="QRadioButton" name="englishRadioButton">
  103. <property name="geometry">
  104. <rect>
  105. <x>10</x>
  106. <y>28</y>
  107. <width>114</width>
  108. <height>21</height>
  109. </rect>
  110. </property>
  111. <property name="text">
  112. <string>English</string>
  113. </property>
  114. </widget>
  115. <widget class="QRadioButton" name="russianRadioButton">
  116. <property name="geometry">
  117. <rect>
  118. <x>10</x>
  119. <y>53</y>
  120. <width>114</width>
  121. <height>21</height>
  122. </rect>
  123. </property>
  124. <property name="text">
  125. <string>Russian</string>
  126. </property>
  127. </widget>
  128. </widget>
  129. </item>
  130. <item row="4" column="1">
  131. <widget class="QPushButton" name="cancelPushButton">
  132. <property name="text">
  133. <string>Cancel</string>
  134. </property>
  135. </widget>
  136. </item>
  137. <item row="4" column="2">
  138. <widget class="QPushButton" name="savePushButton">
  139. <property name="text">
  140. <string>Save</string>
  141. </property>
  142. </widget>
  143. </item>
  144. <item row="1" column="0" colspan="3">
  145. <widget class="QGroupBox" name="themeGroupBox">
  146. <property name="maximumSize">
  147. <size>
  148. <width>16777215</width>
  149. <height>80</height>
  150. </size>
  151. </property>
  152. <property name="font">
  153. <font>
  154. <family>Sans</family>
  155. </font>
  156. </property>
  157. <property name="title">
  158. <string>Theme</string>
  159. </property>
  160. <widget class="QRadioButton" name="lightRadioButton">
  161. <property name="geometry">
  162. <rect>
  163. <x>10</x>
  164. <y>28</y>
  165. <width>114</width>
  166. <height>21</height>
  167. </rect>
  168. </property>
  169. <property name="text">
  170. <string>Light</string>
  171. </property>
  172. </widget>
  173. <widget class="QRadioButton" name="darkRadioButton">
  174. <property name="geometry">
  175. <rect>
  176. <x>10</x>
  177. <y>53</y>
  178. <width>114</width>
  179. <height>21</height>
  180. </rect>
  181. </property>
  182. <property name="text">
  183. <string>Dark</string>
  184. </property>
  185. </widget>
  186. </widget>
  187. </item>
  188. <item row="4" column="0">
  189. <spacer name="horizontalSpacer">
  190. <property name="orientation">
  191. <enum>Qt::Horizontal</enum>
  192. </property>
  193. <property name="sizeHint" stdset="0">
  194. <size>
  195. <width>40</width>
  196. <height>20</height>
  197. </size>
  198. </property>
  199. </spacer>
  200. </item>
  201. <item row="3" column="0" colspan="3">
  202. <widget class="QGroupBox" name="tasksAmountGroupBox">
  203. <property name="maximumSize">
  204. <size>
  205. <width>16777215</width>
  206. <height>100</height>
  207. </size>
  208. </property>
  209. <property name="title">
  210. <string>How many tasks in 1 game?</string>
  211. </property>
  212. <widget class="QDial" name="tasksDial">
  213. <property name="geometry">
  214. <rect>
  215. <x>89</x>
  216. <y>21</y>
  217. <width>71</width>
  218. <height>71</height>
  219. </rect>
  220. </property>
  221. <property name="minimum">
  222. <number>5</number>
  223. </property>
  224. <property name="maximum">
  225. <number>30</number>
  226. </property>
  227. </widget>
  228. <widget class="QLCDNumber" name="tasksLCD">
  229. <property name="geometry">
  230. <rect>
  231. <x>162</x>
  232. <y>31</y>
  233. <width>151</width>
  234. <height>51</height>
  235. </rect>
  236. </property>
  237. <property name="intValue" stdset="0">
  238. <number>5</number>
  239. </property>
  240. </widget>
  241. </widget>
  242. </item>
  243. </layout>
  244. </widget>
  245. <resources/>
  246. <connections/>
  247. </ui>