exportwidget.ui 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ExportWidget</class>
  4. <widget class="QWidget" name="ExportWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>811</width>
  10. <height>620</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="Ignored">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Form</string>
  21. </property>
  22. <property name="styleSheet">
  23. <string notr="true">QLabel, QRadioButton, QCheckBox {
  24. color: white;
  25. }</string>
  26. </property>
  27. <layout class="QVBoxLayout" name="verticalLayout">
  28. <property name="spacing">
  29. <number>0</number>
  30. </property>
  31. <item>
  32. <widget class="QWidget" name="info_widget" native="true">
  33. <property name="sizePolicy">
  34. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  35. <horstretch>0</horstretch>
  36. <verstretch>0</verstretch>
  37. </sizepolicy>
  38. </property>
  39. <property name="styleSheet">
  40. <string notr="true"/>
  41. </property>
  42. <layout class="QVBoxLayout" name="verticalLayout_3">
  43. <property name="topMargin">
  44. <number>0</number>
  45. </property>
  46. <item>
  47. <widget class="QLabel" name="info_common">
  48. <property name="sizePolicy">
  49. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  50. <horstretch>0</horstretch>
  51. <verstretch>0</verstretch>
  52. </sizepolicy>
  53. </property>
  54. <property name="font">
  55. <font>
  56. <family>Trajan Pro 3</family>
  57. </font>
  58. </property>
  59. <property name="mouseTracking">
  60. <bool>true</bool>
  61. </property>
  62. <property name="styleSheet">
  63. <string notr="true"/>
  64. </property>
  65. <property name="text">
  66. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;Распаковывайте ресурсы игры в файлы или формируйте из них базу данных Наследия, которую можно выгрузить на сайт или применить в качестве патча.&lt;br&gt;&lt;br&gt;&lt;span style=&quot; color:#ffff00;&quot;&gt;&lt;b&gt;Внимание!&lt;/b&gt;&lt;/span&gt;&lt;br&gt;Проверьте статус русификации в окне &amp;quot;Статус&amp;quot;! Если активна русифицированная версия данных, то и извлечены будут русифицированные данные! Чтобы извлекать оригинальные данные - смените локаль на &amp;quot;Оригинальную&amp;quot;&lt;/body&gt;&lt;/html&gt;</string>
  67. </property>
  68. <property name="alignment">
  69. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  70. </property>
  71. <property name="wordWrap">
  72. <bool>true</bool>
  73. </property>
  74. </widget>
  75. </item>
  76. </layout>
  77. </widget>
  78. </item>
  79. <item>
  80. <widget class="QWidget" name="output_type_widget" native="true">
  81. <property name="sizePolicy">
  82. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  83. <horstretch>0</horstretch>
  84. <verstretch>0</verstretch>
  85. </sizepolicy>
  86. </property>
  87. <property name="styleSheet">
  88. <string notr="true"/>
  89. </property>
  90. <layout class="QVBoxLayout" name="verticalLayout_2">
  91. <item>
  92. <widget class="QRadioButton" name="target_database_radio_common">
  93. <property name="text">
  94. <string>В базу данных</string>
  95. </property>
  96. <property name="checked">
  97. <bool>true</bool>
  98. </property>
  99. </widget>
  100. </item>
  101. <item>
  102. <widget class="QRadioButton" name="target_files_radio_common">
  103. <property name="text">
  104. <string>В файлы</string>
  105. </property>
  106. </widget>
  107. </item>
  108. </layout>
  109. </widget>
  110. </item>
  111. <item>
  112. <widget class="QWidget" name="export_type_widget" native="true">
  113. <property name="sizePolicy">
  114. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  115. <horstretch>0</horstretch>
  116. <verstretch>0</verstretch>
  117. </sizepolicy>
  118. </property>
  119. <property name="styleSheet">
  120. <string notr="true"/>
  121. </property>
  122. <layout class="QGridLayout" name="gridLayout_8">
  123. <property name="horizontalSpacing">
  124. <number>30</number>
  125. </property>
  126. <item row="0" column="0">
  127. <widget class="QRadioButton" name="singlefile_radio_common">
  128. <property name="sizePolicy">
  129. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  130. <horstretch>0</horstretch>
  131. <verstretch>0</verstretch>
  132. </sizepolicy>
  133. </property>
  134. <property name="text">
  135. <string>Отдельного файла</string>
  136. </property>
  137. <property name="checked">
  138. <bool>true</bool>
  139. </property>
  140. </widget>
  141. </item>
  142. <item row="1" column="0">
  143. <widget class="QRadioButton" name="filesbytype_radio_common">
  144. <property name="sizePolicy">
  145. <sizepolicy hsizetype="Fixed" vsizetype="Expanding">
  146. <horstretch>0</horstretch>
  147. <verstretch>0</verstretch>
  148. </sizepolicy>
  149. </property>
  150. <property name="text">
  151. <string>Всех файлов заданного типа</string>
  152. </property>
  153. <property name="checked">
  154. <bool>false</bool>
  155. </property>
  156. </widget>
  157. </item>
  158. <item row="0" column="1">
  159. <widget class="QWidget" name="widget_13" native="true">
  160. <layout class="QHBoxLayout" name="horizontalLayout_6">
  161. <property name="leftMargin">
  162. <number>0</number>
  163. </property>
  164. <property name="topMargin">
  165. <number>0</number>
  166. </property>
  167. <property name="rightMargin">
  168. <number>0</number>
  169. </property>
  170. <property name="bottomMargin">
  171. <number>0</number>
  172. </property>
  173. <item>
  174. <widget class="QLabel" name="label_11_common">
  175. <property name="sizePolicy">
  176. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  177. <horstretch>0</horstretch>
  178. <verstretch>0</verstretch>
  179. </sizepolicy>
  180. </property>
  181. <property name="text">
  182. <string>ID файла:</string>
  183. </property>
  184. </widget>
  185. </item>
  186. <item>
  187. <widget class="QLineEdit" name="single_file_id_common">
  188. <property name="sizePolicy">
  189. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  190. <horstretch>0</horstretch>
  191. <verstretch>0</verstretch>
  192. </sizepolicy>
  193. </property>
  194. </widget>
  195. </item>
  196. <item>
  197. <spacer name="horizontalSpacer_9">
  198. <property name="orientation">
  199. <enum>Qt::Horizontal</enum>
  200. </property>
  201. <property name="sizeHint" stdset="0">
  202. <size>
  203. <width>40</width>
  204. <height>20</height>
  205. </size>
  206. </property>
  207. </spacer>
  208. </item>
  209. </layout>
  210. </widget>
  211. </item>
  212. <item row="2" column="1">
  213. <widget class="QWidget" name="widget_14" native="true">
  214. <layout class="QGridLayout" name="gridLayout_11">
  215. <property name="leftMargin">
  216. <number>0</number>
  217. </property>
  218. <property name="topMargin">
  219. <number>0</number>
  220. </property>
  221. <property name="rightMargin">
  222. <number>0</number>
  223. </property>
  224. <property name="bottomMargin">
  225. <number>0</number>
  226. </property>
  227. <item row="1" column="2">
  228. <widget class="QCheckBox" name="filetype_ogg_common">
  229. <property name="text">
  230. <string>OGG</string>
  231. </property>
  232. </widget>
  233. </item>
  234. <item row="3" column="1">
  235. <widget class="QCheckBox" name="filetype_dds_common">
  236. <property name="text">
  237. <string>DDS</string>
  238. </property>
  239. </widget>
  240. </item>
  241. <item row="0" column="0">
  242. <widget class="QLabel" name="label_13_common">
  243. <property name="sizePolicy">
  244. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  245. <horstretch>0</horstretch>
  246. <verstretch>0</verstretch>
  247. </sizepolicy>
  248. </property>
  249. <property name="text">
  250. <string>Тип файлов:</string>
  251. </property>
  252. </widget>
  253. </item>
  254. <item row="1" column="1">
  255. <widget class="QCheckBox" name="filetype_jpg_common">
  256. <property name="text">
  257. <string>JPG</string>
  258. </property>
  259. </widget>
  260. </item>
  261. <item row="0" column="2">
  262. <widget class="QCheckBox" name="filetype_wav_common">
  263. <property name="text">
  264. <string>WAV</string>
  265. </property>
  266. </widget>
  267. </item>
  268. <item row="0" column="1">
  269. <widget class="QCheckBox" name="filetype_txt_common">
  270. <property name="text">
  271. <string>TXT</string>
  272. </property>
  273. </widget>
  274. </item>
  275. <item row="0" column="5" rowspan="8">
  276. <spacer name="horizontalSpacer_10">
  277. <property name="orientation">
  278. <enum>Qt::Horizontal</enum>
  279. </property>
  280. <property name="sizeHint" stdset="0">
  281. <size>
  282. <width>40</width>
  283. <height>20</height>
  284. </size>
  285. </property>
  286. </spacer>
  287. </item>
  288. <item row="0" column="3">
  289. <widget class="QCheckBox" name="filetype_fontbin_common">
  290. <property name="text">
  291. <string>FONTBIN</string>
  292. </property>
  293. </widget>
  294. </item>
  295. <item row="1" column="3">
  296. <widget class="QCheckBox" name="filetype_unknown_common">
  297. <property name="text">
  298. <string>UNKNOWN</string>
  299. </property>
  300. </widget>
  301. </item>
  302. </layout>
  303. </widget>
  304. </item>
  305. </layout>
  306. </widget>
  307. </item>
  308. <item>
  309. <widget class="QWidget" name="widget_7" native="true">
  310. <property name="sizePolicy">
  311. <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
  312. <horstretch>0</horstretch>
  313. <verstretch>0</verstretch>
  314. </sizepolicy>
  315. </property>
  316. <layout class="QHBoxLayout" name="horizontalLayout_14">
  317. <item>
  318. <spacer name="horizontalSpacer_14">
  319. <property name="orientation">
  320. <enum>Qt::Horizontal</enum>
  321. </property>
  322. <property name="sizeHint" stdset="0">
  323. <size>
  324. <width>561</width>
  325. <height>20</height>
  326. </size>
  327. </property>
  328. </spacer>
  329. </item>
  330. <item>
  331. <widget class="QPushButton" name="extract_button_common">
  332. <property name="minimumSize">
  333. <size>
  334. <width>150</width>
  335. <height>60</height>
  336. </size>
  337. </property>
  338. <property name="maximumSize">
  339. <size>
  340. <width>150</width>
  341. <height>60</height>
  342. </size>
  343. </property>
  344. <property name="styleSheet">
  345. <string notr="true">QPushButton#extract_button_common {
  346. color: white;
  347. font: 14px &quot;TRAJAN PRO 3&quot;;
  348. font-weight: bold;
  349. border-image: url(:/buttons/button_big_normal.png);
  350. }
  351. QPushButton#extract_button_common:hover {
  352. color: white;
  353. border-image: url(:/buttons/button_big_over.png);
  354. }
  355. QPushButton#extract_button_common:pressed {
  356. color: white;
  357. border-image: url(:/buttons/button_big_pressed.png);
  358. }
  359. </string>
  360. </property>
  361. <property name="text">
  362. <string> Экспорт </string>
  363. </property>
  364. </widget>
  365. </item>
  366. </layout>
  367. </widget>
  368. </item>
  369. <item>
  370. <spacer name="verticalSpacer">
  371. <property name="orientation">
  372. <enum>Qt::Vertical</enum>
  373. </property>
  374. <property name="sizeHint" stdset="0">
  375. <size>
  376. <width>1</width>
  377. <height>1</height>
  378. </size>
  379. </property>
  380. </spacer>
  381. </item>
  382. </layout>
  383. </widget>
  384. <resources/>
  385. <connections/>
  386. </ui>