gamesettings.ui 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>GameSettings</class>
  4. <widget class="QWidget" name="GameSettings">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>454</width>
  10. <height>209</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QLabel" name="sub_entry_1_title">
  19. <property name="sizePolicy">
  20. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  21. <horstretch>0</horstretch>
  22. <verstretch>0</verstretch>
  23. </sizepolicy>
  24. </property>
  25. <property name="font">
  26. <font>
  27. <family>EB Garamond</family>
  28. <pointsize>11</pointsize>
  29. </font>
  30. </property>
  31. <property name="text">
  32. <string>● Параметры игры ●</string>
  33. </property>
  34. <property name="alignment">
  35. <set>Qt::AlignCenter</set>
  36. </property>
  37. <property name="wordWrap">
  38. <bool>false</bool>
  39. </property>
  40. </widget>
  41. </item>
  42. <item>
  43. <widget class="QWidget" name="widget_2" native="true">
  44. <layout class="QHBoxLayout" name="horizontalLayout">
  45. <property name="leftMargin">
  46. <number>0</number>
  47. </property>
  48. <property name="topMargin">
  49. <number>0</number>
  50. </property>
  51. <property name="rightMargin">
  52. <number>0</number>
  53. </property>
  54. <property name="bottomMargin">
  55. <number>0</number>
  56. </property>
  57. <item>
  58. <widget class="QLabel" name="game_folder_label">
  59. <property name="font">
  60. <font>
  61. <family>Crimson Text</family>
  62. <pointsize>11</pointsize>
  63. </font>
  64. </property>
  65. <property name="styleSheet">
  66. <string notr="true">
  67. background-color: none;</string>
  68. </property>
  69. <property name="text">
  70. <string>Папка с игрой:</string>
  71. </property>
  72. </widget>
  73. </item>
  74. <item>
  75. <widget class="QLabel" name="game_folder_path">
  76. <property name="sizePolicy">
  77. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  78. <horstretch>0</horstretch>
  79. <verstretch>0</verstretch>
  80. </sizepolicy>
  81. </property>
  82. <property name="font">
  83. <font>
  84. <family>Crimson Text</family>
  85. <pointsize>11</pointsize>
  86. </font>
  87. </property>
  88. <property name="styleSheet">
  89. <string notr="true">
  90. background-color: none;</string>
  91. </property>
  92. <property name="text">
  93. <string>(не выбрано)</string>
  94. </property>
  95. </widget>
  96. </item>
  97. <item>
  98. <widget class="QPushButton" name="change_folder_button">
  99. <property name="sizePolicy">
  100. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  101. <horstretch>0</horstretch>
  102. <verstretch>0</verstretch>
  103. </sizepolicy>
  104. </property>
  105. <property name="minimumSize">
  106. <size>
  107. <width>36</width>
  108. <height>32</height>
  109. </size>
  110. </property>
  111. <property name="cursor">
  112. <cursorShape>PointingHandCursor</cursorShape>
  113. </property>
  114. <property name="focusPolicy">
  115. <enum>Qt::NoFocus</enum>
  116. </property>
  117. <property name="styleSheet">
  118. <string notr="true">border-image: url(:/buttons/folder.png);
  119. background-color: none;</string>
  120. </property>
  121. <property name="text">
  122. <string/>
  123. </property>
  124. </widget>
  125. </item>
  126. </layout>
  127. </widget>
  128. </item>
  129. <item>
  130. <widget class="QWidget" name="widget_5" native="true">
  131. <property name="sizePolicy">
  132. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  133. <horstretch>0</horstretch>
  134. <verstretch>0</verstretch>
  135. </sizepolicy>
  136. </property>
  137. <property name="minimumSize">
  138. <size>
  139. <width>0</width>
  140. <height>30</height>
  141. </size>
  142. </property>
  143. <property name="font">
  144. <font>
  145. <pointsize>8</pointsize>
  146. </font>
  147. </property>
  148. <layout class="QHBoxLayout" name="horizontalLayout_2">
  149. <property name="leftMargin">
  150. <number>0</number>
  151. </property>
  152. <property name="topMargin">
  153. <number>0</number>
  154. </property>
  155. <property name="rightMargin">
  156. <number>0</number>
  157. </property>
  158. <property name="bottomMargin">
  159. <number>0</number>
  160. </property>
  161. <item>
  162. <widget class="QLabel" name="lotro_base_language_label">
  163. <property name="font">
  164. <font>
  165. <family>Crimson Text</family>
  166. <pointsize>11</pointsize>
  167. </font>
  168. </property>
  169. <property name="text">
  170. <string>Версия игры для перевода:</string>
  171. </property>
  172. </widget>
  173. </item>
  174. <item>
  175. <widget class="QComboBox" name="lotro_base_language_combobox">
  176. <property name="sizePolicy">
  177. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  178. <horstretch>0</horstretch>
  179. <verstretch>0</verstretch>
  180. </sizepolicy>
  181. </property>
  182. <property name="minimumSize">
  183. <size>
  184. <width>130</width>
  185. <height>0</height>
  186. </size>
  187. </property>
  188. <property name="font">
  189. <font>
  190. <family>Crimson Text</family>
  191. <pointsize>11</pointsize>
  192. </font>
  193. </property>
  194. <property name="focusPolicy">
  195. <enum>Qt::ClickFocus</enum>
  196. </property>
  197. <property name="styleSheet">
  198. <string notr="true">background: silver;
  199. color: black;
  200. border-radius: 3px;</string>
  201. </property>
  202. <property name="currentText">
  203. <string>Английская</string>
  204. </property>
  205. <property name="sizeAdjustPolicy">
  206. <enum>QComboBox::AdjustToContentsOnFirstShow</enum>
  207. </property>
  208. <property name="frame">
  209. <bool>true</bool>
  210. </property>
  211. <item>
  212. <property name="text">
  213. <string>Английская</string>
  214. </property>
  215. </item>
  216. <item>
  217. <property name="text">
  218. <string>Немецкая</string>
  219. </property>
  220. </item>
  221. <item>
  222. <property name="text">
  223. <string>Французская</string>
  224. </property>
  225. </item>
  226. </widget>
  227. </item>
  228. <item>
  229. <spacer name="horizontalSpacer_4">
  230. <property name="orientation">
  231. <enum>Qt::Horizontal</enum>
  232. </property>
  233. <property name="sizeHint" stdset="0">
  234. <size>
  235. <width>40</width>
  236. <height>20</height>
  237. </size>
  238. </property>
  239. </spacer>
  240. </item>
  241. </layout>
  242. </widget>
  243. </item>
  244. </layout>
  245. </widget>
  246. <resources/>
  247. <connections/>
  248. </ui>