configure_ui.ui 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ConfigureUi</class>
  4. <widget class="QWidget" name="ConfigureUi">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>363</width>
  10. <height>603</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <property name="accessibleName">
  17. <string>UI</string>
  18. </property>
  19. <layout class="QVBoxLayout" name="verticalLayout">
  20. <item>
  21. <widget class="QGroupBox" name="general_groupBox">
  22. <property name="title">
  23. <string>General</string>
  24. </property>
  25. <layout class="QHBoxLayout" name="horizontalLayout">
  26. <item>
  27. <layout class="QVBoxLayout" name="verticalLayout_2">
  28. <item>
  29. <widget class="QLabel" name="label_change_language_info">
  30. <property name="text">
  31. <string>Note: Changing language will apply your configuration.</string>
  32. </property>
  33. <property name="wordWrap">
  34. <bool>true</bool>
  35. </property>
  36. </widget>
  37. </item>
  38. <item>
  39. <layout class="QHBoxLayout" name="horizontalLayout_2">
  40. <item>
  41. <widget class="QLabel" name="language_label">
  42. <property name="text">
  43. <string>Interface language:</string>
  44. </property>
  45. </widget>
  46. </item>
  47. <item>
  48. <widget class="QComboBox" name="language_combobox"/>
  49. </item>
  50. </layout>
  51. </item>
  52. <item>
  53. <layout class="QHBoxLayout" name="horizontalLayout_3">
  54. <item>
  55. <widget class="QLabel" name="theme_label">
  56. <property name="text">
  57. <string>Theme:</string>
  58. </property>
  59. </widget>
  60. </item>
  61. <item>
  62. <widget class="QComboBox" name="theme_combobox"/>
  63. </item>
  64. </layout>
  65. </item>
  66. </layout>
  67. </item>
  68. </layout>
  69. </widget>
  70. </item>
  71. <item>
  72. <widget class="QGroupBox" name="GameListGroupBox">
  73. <property name="title">
  74. <string>Game List</string>
  75. </property>
  76. <layout class="QHBoxLayout" name="GameListHorizontalLayout">
  77. <item>
  78. <layout class="QVBoxLayout" name="GeneralVerticalLayout">
  79. <item>
  80. <widget class="QCheckBox" name="show_compat">
  81. <property name="text">
  82. <string>Show Compatibility List</string>
  83. </property>
  84. </widget>
  85. </item>
  86. <item>
  87. <widget class="QCheckBox" name="show_add_ons">
  88. <property name="text">
  89. <string>Show Add-Ons Column</string>
  90. </property>
  91. </widget>
  92. </item>
  93. <item>
  94. <widget class="QCheckBox" name="show_size">
  95. <property name="text">
  96. <string>Show Size Column</string>
  97. </property>
  98. </widget>
  99. </item>
  100. <item>
  101. <widget class="QCheckBox" name="show_types">
  102. <property name="text">
  103. <string>Show File Types Column</string>
  104. </property>
  105. </widget>
  106. </item>
  107. <item>
  108. <widget class="QCheckBox" name="show_play_time">
  109. <property name="text">
  110. <string>Show Play Time Column</string>
  111. </property>
  112. </widget>
  113. </item>
  114. <item>
  115. <layout class="QHBoxLayout" name="game_icon_size_qhbox_layout_2">
  116. <item>
  117. <widget class="QLabel" name="game_icon_size_label">
  118. <property name="text">
  119. <string>Game Icon Size:</string>
  120. </property>
  121. </widget>
  122. </item>
  123. <item>
  124. <widget class="QComboBox" name="game_icon_size_combobox"/>
  125. </item>
  126. </layout>
  127. </item>
  128. <item>
  129. <layout class="QHBoxLayout" name="folder_icon_size_qhbox_layout_2">
  130. <item>
  131. <widget class="QLabel" name="folder_icon_size_label">
  132. <property name="text">
  133. <string>Folder Icon Size:</string>
  134. </property>
  135. </widget>
  136. </item>
  137. <item>
  138. <widget class="QComboBox" name="folder_icon_size_combobox"/>
  139. </item>
  140. </layout>
  141. </item>
  142. <item>
  143. <layout class="QHBoxLayout" name="row_1_qhbox_layout">
  144. <item>
  145. <widget class="QLabel" name="row_1_label">
  146. <property name="text">
  147. <string>Row 1 Text:</string>
  148. </property>
  149. </widget>
  150. </item>
  151. <item>
  152. <widget class="QComboBox" name="row_1_text_combobox"/>
  153. </item>
  154. </layout>
  155. </item>
  156. <item>
  157. <layout class="QHBoxLayout" name="row_2_qhbox_layout">
  158. <item>
  159. <widget class="QLabel" name="row_2_label">
  160. <property name="text">
  161. <string>Row 2 Text:</string>
  162. </property>
  163. </widget>
  164. </item>
  165. <item>
  166. <widget class="QComboBox" name="row_2_text_combobox"/>
  167. </item>
  168. </layout>
  169. </item>
  170. </layout>
  171. </item>
  172. </layout>
  173. </widget>
  174. </item>
  175. <item>
  176. <widget class="QGroupBox" name="screenshots_GroupBox">
  177. <property name="title">
  178. <string>Screenshots</string>
  179. </property>
  180. <layout class="QVBoxLayout" name="verticalLayout_4">
  181. <item>
  182. <layout class="QVBoxLayout" name="verticalLayout_3">
  183. <item>
  184. <widget class="QCheckBox" name="enable_screenshot_save_as">
  185. <property name="text">
  186. <string>Ask Where To Save Screenshots (Windows Only)</string>
  187. </property>
  188. </widget>
  189. </item>
  190. <item>
  191. <layout class="QHBoxLayout" name="horizontalLayout_4">
  192. <item>
  193. <widget class="QLabel" name="label">
  194. <property name="text">
  195. <string>Screenshots Path: </string>
  196. </property>
  197. </widget>
  198. </item>
  199. <item>
  200. <widget class="QLineEdit" name="screenshot_path_edit"/>
  201. </item>
  202. <item>
  203. <widget class="QToolButton" name="screenshot_path_button">
  204. <property name="text">
  205. <string>...</string>
  206. </property>
  207. </widget>
  208. </item>
  209. </layout>
  210. </item>
  211. <item>
  212. <layout class="QGridLayout" name="gridLayout">
  213. <property name="spacing">
  214. <number>6</number>
  215. </property>
  216. <item row="0" column="1">
  217. <layout class="QHBoxLayout" name="horizontalLayout_5">
  218. <item>
  219. <widget class="QLabel" name="screenshot_width">
  220. <property name="text">
  221. <string>TextLabel</string>
  222. </property>
  223. <property name="alignment">
  224. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  225. </property>
  226. </widget>
  227. </item>
  228. <item>
  229. <widget class="QComboBox" name="screenshot_height">
  230. <property name="editable">
  231. <bool>true</bool>
  232. </property>
  233. </widget>
  234. </item>
  235. </layout>
  236. </item>
  237. <item row="0" column="0">
  238. <widget class="QLabel" name="label_3">
  239. <property name="text">
  240. <string>Resolution:</string>
  241. </property>
  242. </widget>
  243. </item>
  244. </layout>
  245. </item>
  246. </layout>
  247. </item>
  248. </layout>
  249. </widget>
  250. </item>
  251. <item>
  252. <spacer name="verticalSpacer">
  253. <property name="orientation">
  254. <enum>Qt::Vertical</enum>
  255. </property>
  256. <property name="sizeHint" stdset="0">
  257. <size>
  258. <width>20</width>
  259. <height>40</height>
  260. </size>
  261. </property>
  262. </spacer>
  263. </item>
  264. </layout>
  265. </widget>
  266. <resources/>
  267. <connections/>
  268. </ui>