optionsdialog.ui 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>OptionsDialog</class>
  4. <widget class="QDialog" name="OptionsDialog">
  5. <property name="windowModality">
  6. <enum>Qt::ApplicationModal</enum>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>509</width>
  13. <height>568</height>
  14. </rect>
  15. </property>
  16. <property name="windowTitle">
  17. <string>Options</string>
  18. </property>
  19. <layout class="QVBoxLayout" name="verticalLayout">
  20. <item>
  21. <layout class="QFormLayout" name="formLayout">
  22. <property name="labelAlignment">
  23. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  24. </property>
  25. <item row="2" column="0">
  26. <widget class="QCheckBox" name="checkBox_fontSize">
  27. <property name="text">
  28. <string>Use custom font size</string>
  29. </property>
  30. </widget>
  31. </item>
  32. <item row="2" column="1">
  33. <widget class="QSpinBox" name="spinBox_fontSize">
  34. <property name="maximum">
  35. <number>96</number>
  36. </property>
  37. </widget>
  38. </item>
  39. <item row="3" column="0">
  40. <widget class="QCheckBox" name="checkBox_font">
  41. <property name="text">
  42. <string>Use custom font</string>
  43. </property>
  44. </widget>
  45. </item>
  46. <item row="3" column="1">
  47. <layout class="QHBoxLayout" name="horizontalLayout_font">
  48. <item>
  49. <widget class="QLabel" name="label_font">
  50. <property name="text">
  51. <string notr="true">TextLabel</string>
  52. </property>
  53. </widget>
  54. </item>
  55. <item>
  56. <spacer name="horizontalSpacer_4">
  57. <property name="orientation">
  58. <enum>Qt::Horizontal</enum>
  59. </property>
  60. <property name="sizeHint" stdset="0">
  61. <size>
  62. <width>40</width>
  63. <height>20</height>
  64. </size>
  65. </property>
  66. </spacer>
  67. </item>
  68. <item>
  69. <widget class="QPushButton" name="pushButton_font">
  70. <property name="text">
  71. <string>Select</string>
  72. </property>
  73. </widget>
  74. </item>
  75. </layout>
  76. </item>
  77. <item row="4" column="0">
  78. <widget class="QCheckBox" name="checkBox_backColor">
  79. <property name="text">
  80. <string>Custom background color</string>
  81. </property>
  82. </widget>
  83. </item>
  84. <item row="4" column="1">
  85. <layout class="QHBoxLayout" name="horizontalLayout_3">
  86. <item>
  87. <widget class="QLabel" name="label_backColor">
  88. <property name="minimumSize">
  89. <size>
  90. <width>48</width>
  91. <height>0</height>
  92. </size>
  93. </property>
  94. <property name="maximumSize">
  95. <size>
  96. <width>48</width>
  97. <height>16777215</height>
  98. </size>
  99. </property>
  100. <property name="baseSize">
  101. <size>
  102. <width>48</width>
  103. <height>0</height>
  104. </size>
  105. </property>
  106. <property name="text">
  107. <string notr="true"/>
  108. </property>
  109. </widget>
  110. </item>
  111. <item>
  112. <spacer name="horizontalSpacer">
  113. <property name="orientation">
  114. <enum>Qt::Horizontal</enum>
  115. </property>
  116. <property name="sizeHint" stdset="0">
  117. <size>
  118. <width>40</width>
  119. <height>20</height>
  120. </size>
  121. </property>
  122. </spacer>
  123. </item>
  124. <item>
  125. <widget class="QPushButton" name="pushButton_backColor">
  126. <property name="text">
  127. <string>Select</string>
  128. </property>
  129. </widget>
  130. </item>
  131. </layout>
  132. </item>
  133. <item row="0" column="0">
  134. <widget class="QLabel" name="label_language">
  135. <property name="text">
  136. <string>Language</string>
  137. </property>
  138. </widget>
  139. </item>
  140. <item row="0" column="1">
  141. <widget class="QComboBox" name="comboBox_language"/>
  142. </item>
  143. <item row="5" column="0">
  144. <widget class="QCheckBox" name="checkBox_fontColor">
  145. <property name="text">
  146. <string>Custom text color</string>
  147. </property>
  148. </widget>
  149. </item>
  150. <item row="6" column="0">
  151. <widget class="QCheckBox" name="checkBox_linkColor">
  152. <property name="text">
  153. <string>Custom link color</string>
  154. </property>
  155. </widget>
  156. </item>
  157. <item row="9" column="0">
  158. <widget class="QCheckBox" name="checkBox_autostart">
  159. <property name="text">
  160. <string>Autostart last game</string>
  161. </property>
  162. </widget>
  163. </item>
  164. <item row="5" column="1">
  165. <layout class="QHBoxLayout" name="horizontalLayout">
  166. <item>
  167. <widget class="QLabel" name="label_fontColor">
  168. <property name="minimumSize">
  169. <size>
  170. <width>48</width>
  171. <height>0</height>
  172. </size>
  173. </property>
  174. <property name="maximumSize">
  175. <size>
  176. <width>48</width>
  177. <height>16777215</height>
  178. </size>
  179. </property>
  180. <property name="baseSize">
  181. <size>
  182. <width>48</width>
  183. <height>0</height>
  184. </size>
  185. </property>
  186. <property name="text">
  187. <string notr="true"/>
  188. </property>
  189. </widget>
  190. </item>
  191. <item>
  192. <spacer name="horizontalSpacer_2">
  193. <property name="orientation">
  194. <enum>Qt::Horizontal</enum>
  195. </property>
  196. <property name="sizeHint" stdset="0">
  197. <size>
  198. <width>40</width>
  199. <height>20</height>
  200. </size>
  201. </property>
  202. </spacer>
  203. </item>
  204. <item>
  205. <widget class="QPushButton" name="pushButton_fontColor">
  206. <property name="text">
  207. <string>Select</string>
  208. </property>
  209. </widget>
  210. </item>
  211. </layout>
  212. </item>
  213. <item row="6" column="1">
  214. <layout class="QHBoxLayout" name="horizontalLayout_4">
  215. <item>
  216. <widget class="QLabel" name="label_linkColor">
  217. <property name="minimumSize">
  218. <size>
  219. <width>48</width>
  220. <height>0</height>
  221. </size>
  222. </property>
  223. <property name="maximumSize">
  224. <size>
  225. <width>48</width>
  226. <height>16777215</height>
  227. </size>
  228. </property>
  229. <property name="baseSize">
  230. <size>
  231. <width>48</width>
  232. <height>0</height>
  233. </size>
  234. </property>
  235. <property name="text">
  236. <string notr="true"/>
  237. </property>
  238. </widget>
  239. </item>
  240. <item>
  241. <spacer name="horizontalSpacer_3">
  242. <property name="orientation">
  243. <enum>Qt::Horizontal</enum>
  244. </property>
  245. <property name="sizeHint" stdset="0">
  246. <size>
  247. <width>40</width>
  248. <height>20</height>
  249. </size>
  250. </property>
  251. </spacer>
  252. </item>
  253. <item>
  254. <widget class="QPushButton" name="pushButton_linkColor">
  255. <property name="text">
  256. <string>Select</string>
  257. </property>
  258. </widget>
  259. </item>
  260. </layout>
  261. </item>
  262. <item row="8" column="0">
  263. <widget class="QCheckBox" name="checkBox_perGameConfig">
  264. <property name="text">
  265. <string>Separate config per game</string>
  266. </property>
  267. </widget>
  268. </item>
  269. <item row="1" column="0">
  270. <widget class="QLabel" name="label_volume">
  271. <property name="text">
  272. <string>Sound volume</string>
  273. </property>
  274. </widget>
  275. </item>
  276. <item row="1" column="1">
  277. <widget class="QSlider" name="horizontalSlider_volume">
  278. <property name="maximum">
  279. <number>100</number>
  280. </property>
  281. <property name="orientation">
  282. <enum>Qt::Horizontal</enum>
  283. </property>
  284. </widget>
  285. </item>
  286. <item row="7" column="0">
  287. <widget class="QCheckBox" name="checkBox_disableVideo">
  288. <property name="text">
  289. <string>Disable video</string>
  290. </property>
  291. </widget>
  292. </item>
  293. <item row="10" column="0">
  294. <widget class="QCheckBox" name="checkBox_videoFix">
  295. <property name="text">
  296. <string>Force autoplay and loop for video</string>
  297. </property>
  298. </widget>
  299. </item>
  300. <item row="11" column="0">
  301. <widget class="QCheckBox" name="checkBox_HTML5Extras">
  302. <property name="text">
  303. <string>HTML5 Extras (experimental)</string>
  304. </property>
  305. <property name="checked">
  306. <bool>true</bool>
  307. </property>
  308. </widget>
  309. </item>
  310. <item row="12" column="0">
  311. <widget class="QCheckBox" name="checkBox_CaseInsensitiveFilePath">
  312. <property name="text">
  313. <string>Use case insensitive paths</string>
  314. </property>
  315. <property name="checked">
  316. <bool>true</bool>
  317. </property>
  318. </widget>
  319. </item>
  320. </layout>
  321. </item>
  322. <item>
  323. <spacer name="verticalSpacer">
  324. <property name="orientation">
  325. <enum>Qt::Vertical</enum>
  326. </property>
  327. <property name="sizeHint" stdset="0">
  328. <size>
  329. <width>20</width>
  330. <height>40</height>
  331. </size>
  332. </property>
  333. </spacer>
  334. </item>
  335. <item>
  336. <layout class="QHBoxLayout" name="horizontalLayout_5">
  337. <item>
  338. <spacer name="horizontalSpacer_5">
  339. <property name="orientation">
  340. <enum>Qt::Horizontal</enum>
  341. </property>
  342. <property name="sizeHint" stdset="0">
  343. <size>
  344. <width>40</width>
  345. <height>20</height>
  346. </size>
  347. </property>
  348. </spacer>
  349. </item>
  350. <item>
  351. <widget class="QPushButton" name="pushButton_cancel">
  352. <property name="text">
  353. <string>Cancel</string>
  354. </property>
  355. </widget>
  356. </item>
  357. <item>
  358. <widget class="QPushButton" name="pushButton_ok">
  359. <property name="text">
  360. <string>Ok</string>
  361. </property>
  362. </widget>
  363. </item>
  364. </layout>
  365. </item>
  366. </layout>
  367. </widget>
  368. <resources/>
  369. <connections/>
  370. </ui>