configure_ui.ui 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  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>562</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. <layout class="QHBoxLayout" name="game_icon_size_qhbox_layout_2">
  109. <item>
  110. <widget class="QLabel" name="game_icon_size_label">
  111. <property name="text">
  112. <string>Game Icon Size:</string>
  113. </property>
  114. </widget>
  115. </item>
  116. <item>
  117. <widget class="QComboBox" name="game_icon_size_combobox"/>
  118. </item>
  119. </layout>
  120. </item>
  121. <item>
  122. <layout class="QHBoxLayout" name="folder_icon_size_qhbox_layout_2">
  123. <item>
  124. <widget class="QLabel" name="folder_icon_size_label">
  125. <property name="text">
  126. <string>Folder Icon Size:</string>
  127. </property>
  128. </widget>
  129. </item>
  130. <item>
  131. <widget class="QComboBox" name="folder_icon_size_combobox"/>
  132. </item>
  133. </layout>
  134. </item>
  135. <item>
  136. <layout class="QHBoxLayout" name="row_1_qhbox_layout">
  137. <item>
  138. <widget class="QLabel" name="row_1_label">
  139. <property name="text">
  140. <string>Row 1 Text:</string>
  141. </property>
  142. </widget>
  143. </item>
  144. <item>
  145. <widget class="QComboBox" name="row_1_text_combobox"/>
  146. </item>
  147. </layout>
  148. </item>
  149. <item>
  150. <layout class="QHBoxLayout" name="row_2_qhbox_layout">
  151. <item>
  152. <widget class="QLabel" name="row_2_label">
  153. <property name="text">
  154. <string>Row 2 Text:</string>
  155. </property>
  156. </widget>
  157. </item>
  158. <item>
  159. <widget class="QComboBox" name="row_2_text_combobox"/>
  160. </item>
  161. </layout>
  162. </item>
  163. </layout>
  164. </item>
  165. </layout>
  166. </widget>
  167. </item>
  168. <item>
  169. <widget class="QGroupBox" name="screenshots_GroupBox">
  170. <property name="title">
  171. <string>Screenshots</string>
  172. </property>
  173. <layout class="QVBoxLayout" name="verticalLayout_4">
  174. <item>
  175. <layout class="QVBoxLayout" name="verticalLayout_3">
  176. <item>
  177. <widget class="QCheckBox" name="enable_screenshot_save_as">
  178. <property name="text">
  179. <string>Ask Where To Save Screenshots (Windows Only)</string>
  180. </property>
  181. </widget>
  182. </item>
  183. <item>
  184. <layout class="QHBoxLayout" name="horizontalLayout_4">
  185. <item>
  186. <widget class="QLabel" name="label">
  187. <property name="text">
  188. <string>Screenshots Path: </string>
  189. </property>
  190. </widget>
  191. </item>
  192. <item>
  193. <widget class="QLineEdit" name="screenshot_path_edit"/>
  194. </item>
  195. <item>
  196. <widget class="QToolButton" name="screenshot_path_button">
  197. <property name="text">
  198. <string>...</string>
  199. </property>
  200. </widget>
  201. </item>
  202. </layout>
  203. </item>
  204. </layout>
  205. </item>
  206. </layout>
  207. </widget>
  208. </item>
  209. <item>
  210. <spacer name="verticalSpacer">
  211. <property name="orientation">
  212. <enum>Qt::Vertical</enum>
  213. </property>
  214. <property name="sizeHint" stdset="0">
  215. <size>
  216. <width>20</width>
  217. <height>40</height>
  218. </size>
  219. </property>
  220. </spacer>
  221. </item>
  222. </layout>
  223. </widget>
  224. <resources/>
  225. <connections/>
  226. </ui>