settingswidget.ui 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>SettingsWidget</class>
  4. <widget class="QWidget" name="SettingsWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>860</width>
  10. <height>491</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <property name="styleSheet">
  17. <string notr="true">color: white;</string>
  18. </property>
  19. <layout class="QGridLayout" name="gridLayout">
  20. <property name="leftMargin">
  21. <number>0</number>
  22. </property>
  23. <property name="topMargin">
  24. <number>0</number>
  25. </property>
  26. <property name="rightMargin">
  27. <number>0</number>
  28. </property>
  29. <property name="bottomMargin">
  30. <number>0</number>
  31. </property>
  32. <property name="horizontalSpacing">
  33. <number>0</number>
  34. </property>
  35. <property name="verticalSpacing">
  36. <number>10</number>
  37. </property>
  38. <item row="3" column="1">
  39. <widget class="QWidget" name="standart_settings_widget" native="true">
  40. <property name="sizePolicy">
  41. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  42. <horstretch>0</horstretch>
  43. <verstretch>0</verstretch>
  44. </sizepolicy>
  45. </property>
  46. <property name="styleSheet">
  47. <string notr="true">border-radius: 20px;
  48. background-color: rgba(30, 0, 0, 100);</string>
  49. </property>
  50. <layout class="QVBoxLayout" name="verticalLayout">
  51. <property name="spacing">
  52. <number>11</number>
  53. </property>
  54. <item>
  55. <widget class="QLabel" name="main_settings_title">
  56. <property name="sizePolicy">
  57. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  58. <horstretch>0</horstretch>
  59. <verstretch>0</verstretch>
  60. </sizepolicy>
  61. </property>
  62. <property name="styleSheet">
  63. <string notr="true">background-color: none;</string>
  64. </property>
  65. <property name="text">
  66. <string>Основные</string>
  67. </property>
  68. <property name="alignment">
  69. <set>Qt::AlignCenter</set>
  70. </property>
  71. </widget>
  72. </item>
  73. <item>
  74. <widget class="QCheckBox" name="data_protection_checkbox_common">
  75. <property name="styleSheet">
  76. <string notr="true">
  77. background-color: none;</string>
  78. </property>
  79. <property name="text">
  80. <string>Включить защиту данных русификации при обновлении игры</string>
  81. </property>
  82. </widget>
  83. </item>
  84. <item>
  85. <widget class="QCheckBox" name="restore_checkbox_common">
  86. <property name="styleSheet">
  87. <string notr="true">
  88. background-color: none;</string>
  89. </property>
  90. <property name="text">
  91. <string>Включить авто-восстановление из резервной копии в случае поломки</string>
  92. </property>
  93. </widget>
  94. </item>
  95. <item>
  96. <widget class="QCheckBox" name="download_updates_checkbox_common">
  97. <property name="styleSheet">
  98. <string notr="true">
  99. background-color: none;</string>
  100. </property>
  101. <property name="text">
  102. <string>Включить авто-скачивание обновлений русификации</string>
  103. </property>
  104. </widget>
  105. </item>
  106. <item>
  107. <widget class="QCheckBox" name="expert_tabs_checkbox_common">
  108. <property name="styleSheet">
  109. <string notr="true">
  110. background-color: none;</string>
  111. </property>
  112. <property name="text">
  113. <string>Показывать дополнительные опции</string>
  114. </property>
  115. </widget>
  116. </item>
  117. <item>
  118. <widget class="QWidget" name="widget_3" native="true">
  119. <property name="sizePolicy">
  120. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  121. <horstretch>0</horstretch>
  122. <verstretch>0</verstretch>
  123. </sizepolicy>
  124. </property>
  125. <property name="minimumSize">
  126. <size>
  127. <width>0</width>
  128. <height>33</height>
  129. </size>
  130. </property>
  131. <property name="styleSheet">
  132. <string notr="true">
  133. background-color: none;</string>
  134. </property>
  135. <layout class="QHBoxLayout" name="horizontalLayout_2">
  136. <property name="leftMargin">
  137. <number>0</number>
  138. </property>
  139. <property name="topMargin">
  140. <number>0</number>
  141. </property>
  142. <property name="rightMargin">
  143. <number>0</number>
  144. </property>
  145. <property name="bottomMargin">
  146. <number>0</number>
  147. </property>
  148. <item>
  149. <widget class="QCheckBox" name="restrict_download_speed_checkbox_common">
  150. <property name="sizePolicy">
  151. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  152. <horstretch>0</horstretch>
  153. <verstretch>0</verstretch>
  154. </sizepolicy>
  155. </property>
  156. <property name="styleSheet">
  157. <string notr="true">
  158. background-color: none;</string>
  159. </property>
  160. <property name="text">
  161. <string>Ограничивать скорость скачивания</string>
  162. </property>
  163. </widget>
  164. </item>
  165. <item>
  166. <widget class="QSlider" name="download_restrict_slider">
  167. <property name="sizePolicy">
  168. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  169. <horstretch>0</horstretch>
  170. <verstretch>0</verstretch>
  171. </sizepolicy>
  172. </property>
  173. <property name="minimumSize">
  174. <size>
  175. <width>200</width>
  176. <height>0</height>
  177. </size>
  178. </property>
  179. <property name="styleSheet">
  180. <string notr="true">
  181. background-color: none;</string>
  182. </property>
  183. <property name="minimum">
  184. <number>64</number>
  185. </property>
  186. <property name="maximum">
  187. <number>4096</number>
  188. </property>
  189. <property name="singleStep">
  190. <number>64</number>
  191. </property>
  192. <property name="pageStep">
  193. <number>64</number>
  194. </property>
  195. <property name="value">
  196. <number>64</number>
  197. </property>
  198. <property name="orientation">
  199. <enum>Qt::Horizontal</enum>
  200. </property>
  201. </widget>
  202. </item>
  203. <item>
  204. <widget class="QLabel" name="download_speed_label_common">
  205. <property name="sizePolicy">
  206. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  207. <horstretch>0</horstretch>
  208. <verstretch>0</verstretch>
  209. </sizepolicy>
  210. </property>
  211. <property name="styleSheet">
  212. <string notr="true">
  213. background-color: none;</string>
  214. </property>
  215. <property name="text">
  216. <string>64 Кб/с</string>
  217. </property>
  218. </widget>
  219. </item>
  220. </layout>
  221. </widget>
  222. </item>
  223. </layout>
  224. </widget>
  225. </item>
  226. <item row="2" column="1">
  227. <widget class="QWidget" name="management_widget" native="true">
  228. <property name="sizePolicy">
  229. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  230. <horstretch>0</horstretch>
  231. <verstretch>0</verstretch>
  232. </sizepolicy>
  233. </property>
  234. <property name="styleSheet">
  235. <string notr="true">border-radius: 20px;
  236. background-color: rgba(30, 0, 0, 100);</string>
  237. </property>
  238. <layout class="QVBoxLayout" name="verticalLayout_3">
  239. <property name="spacing">
  240. <number>11</number>
  241. </property>
  242. <item>
  243. <widget class="QLabel" name="management_title">
  244. <property name="sizePolicy">
  245. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  246. <horstretch>0</horstretch>
  247. <verstretch>0</verstretch>
  248. </sizepolicy>
  249. </property>
  250. <property name="styleSheet">
  251. <string notr="true">
  252. background-color: none;</string>
  253. </property>
  254. <property name="text">
  255. <string>Управление</string>
  256. </property>
  257. <property name="alignment">
  258. <set>Qt::AlignCenter</set>
  259. </property>
  260. </widget>
  261. </item>
  262. <item>
  263. <widget class="QPushButton" name="patch_all_button_common">
  264. <property name="styleSheet">
  265. <string notr="true">QPushButton {
  266. color: black;
  267. border: 2px solid #8f8f91;
  268. border-radius: 6px;
  269. background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  270. stop: 0 #f6f7fa, stop: 1 #dadbde);
  271. min-width: 80px;
  272. }
  273. QPushButton:pressed {
  274. background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  275. stop: 0 #caccd3, stop: 1 #f6f7fa);
  276. }
  277. QPushButton:flat {
  278. border: none; /* no border for a flat push button */
  279. }
  280. QPushButton:default {
  281. border-color: navy; /* make the default button prominent */
  282. }</string>
  283. </property>
  284. <property name="text">
  285. <string>Установить все патчи заново</string>
  286. </property>
  287. </widget>
  288. </item>
  289. <item>
  290. <widget class="QPushButton" name="restore_button_common">
  291. <property name="autoFillBackground">
  292. <bool>false</bool>
  293. </property>
  294. <property name="styleSheet">
  295. <string notr="true">QPushButton {
  296. color: black;
  297. border: 2px solid #8f8f91;
  298. border-radius: 6px;
  299. background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  300. stop: 0 #f6f7fa, stop: 1 #dadbde);
  301. min-width: 80px;
  302. }
  303. QPushButton:pressed {
  304. background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
  305. stop: 0 #caccd3, stop: 1 #f6f7fa);
  306. }
  307. QPushButton:flat {
  308. border: none; /* no border for a flat push button */
  309. }
  310. QPushButton:default {
  311. border-color: navy; /* make the default button prominent */
  312. }</string>
  313. </property>
  314. <property name="text">
  315. <string>Восстановить данные из резервной копии</string>
  316. </property>
  317. </widget>
  318. </item>
  319. </layout>
  320. </widget>
  321. </item>
  322. <item row="4" column="1">
  323. <widget class="QWidget" name="widget_2" native="true">
  324. <property name="sizePolicy">
  325. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  326. <horstretch>0</horstretch>
  327. <verstretch>0</verstretch>
  328. </sizepolicy>
  329. </property>
  330. <property name="styleSheet">
  331. <string notr="true">border-radius: 20px;
  332. background-color: rgba(30, 0, 0, 100);</string>
  333. </property>
  334. <layout class="QVBoxLayout" name="verticalLayout_2">
  335. <property name="spacing">
  336. <number>0</number>
  337. </property>
  338. <item>
  339. <widget class="QLabel" name="interface_label_title">
  340. <property name="styleSheet">
  341. <string notr="true">
  342. background-color: none;</string>
  343. </property>
  344. <property name="text">
  345. <string>Внешний вид:</string>
  346. </property>
  347. <property name="alignment">
  348. <set>Qt::AlignCenter</set>
  349. </property>
  350. </widget>
  351. </item>
  352. <item>
  353. <widget class="QWidget" name="widget_4" native="true">
  354. <property name="styleSheet">
  355. <string notr="true">
  356. background-color: none;</string>
  357. </property>
  358. <layout class="QHBoxLayout" name="horizontalLayout_3">
  359. <property name="leftMargin">
  360. <number>0</number>
  361. </property>
  362. <property name="topMargin">
  363. <number>0</number>
  364. </property>
  365. <property name="rightMargin">
  366. <number>0</number>
  367. </property>
  368. <property name="bottomMargin">
  369. <number>0</number>
  370. </property>
  371. <item>
  372. <widget class="QLabel" name="interface_scale_common">
  373. <property name="sizePolicy">
  374. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  375. <horstretch>0</horstretch>
  376. <verstretch>0</verstretch>
  377. </sizepolicy>
  378. </property>
  379. <property name="text">
  380. <string>Масштаб интерфейса:</string>
  381. </property>
  382. </widget>
  383. </item>
  384. <item>
  385. <widget class="QComboBox" name="interface_scale_combobox_common">
  386. <property name="sizePolicy">
  387. <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
  388. <horstretch>0</horstretch>
  389. <verstretch>0</verstretch>
  390. </sizepolicy>
  391. </property>
  392. <property name="minimumSize">
  393. <size>
  394. <width>80</width>
  395. <height>0</height>
  396. </size>
  397. </property>
  398. <property name="styleSheet">
  399. <string notr="true">color: black;</string>
  400. </property>
  401. <property name="currentIndex">
  402. <number>2</number>
  403. </property>
  404. <item>
  405. <property name="text">
  406. <string>50%</string>
  407. </property>
  408. </item>
  409. <item>
  410. <property name="text">
  411. <string>75%</string>
  412. </property>
  413. </item>
  414. <item>
  415. <property name="text">
  416. <string>100%</string>
  417. </property>
  418. </item>
  419. <item>
  420. <property name="text">
  421. <string>125%</string>
  422. </property>
  423. </item>
  424. <item>
  425. <property name="text">
  426. <string>150%</string>
  427. </property>
  428. </item>
  429. <item>
  430. <property name="text">
  431. <string>175%</string>
  432. </property>
  433. </item>
  434. <item>
  435. <property name="text">
  436. <string>200%</string>
  437. </property>
  438. </item>
  439. </widget>
  440. </item>
  441. <item>
  442. <spacer name="horizontalSpacer_3">
  443. <property name="orientation">
  444. <enum>Qt::Horizontal</enum>
  445. </property>
  446. <property name="sizeHint" stdset="0">
  447. <size>
  448. <width>40</width>
  449. <height>20</height>
  450. </size>
  451. </property>
  452. </spacer>
  453. </item>
  454. </layout>
  455. </widget>
  456. </item>
  457. </layout>
  458. </widget>
  459. </item>
  460. <item row="1" column="1">
  461. <widget class="QWidget" name="game_folder_widget" native="true">
  462. <property name="sizePolicy">
  463. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  464. <horstretch>0</horstretch>
  465. <verstretch>0</verstretch>
  466. </sizepolicy>
  467. </property>
  468. <property name="styleSheet">
  469. <string notr="true">QWidget#game_folder_widget{
  470. border-radius: 20px;
  471. background-color: rgba(30, 0, 0, 100);
  472. }</string>
  473. </property>
  474. <layout class="QGridLayout" name="gridLayout_2">
  475. <item row="0" column="0">
  476. <widget class="QLabel" name="folder_label_common">
  477. <property name="styleSheet">
  478. <string notr="true">
  479. background-color: none;</string>
  480. </property>
  481. <property name="text">
  482. <string>Папка с данными игры:</string>
  483. </property>
  484. </widget>
  485. </item>
  486. <item row="0" column="2">
  487. <widget class="QPushButton" name="change_folder_button">
  488. <property name="sizePolicy">
  489. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  490. <horstretch>0</horstretch>
  491. <verstretch>0</verstretch>
  492. </sizepolicy>
  493. </property>
  494. <property name="minimumSize">
  495. <size>
  496. <width>36</width>
  497. <height>32</height>
  498. </size>
  499. </property>
  500. <property name="cursor">
  501. <cursorShape>PointingHandCursor</cursorShape>
  502. </property>
  503. <property name="styleSheet">
  504. <string notr="true">border-image: url(:/assets/folder.png);
  505. background-color: none;</string>
  506. </property>
  507. <property name="text">
  508. <string/>
  509. </property>
  510. </widget>
  511. </item>
  512. <item row="0" column="1">
  513. <widget class="QLabel" name="folder_value_common">
  514. <property name="sizePolicy">
  515. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  516. <horstretch>0</horstretch>
  517. <verstretch>0</verstretch>
  518. </sizepolicy>
  519. </property>
  520. <property name="styleSheet">
  521. <string notr="true">
  522. background-color: none;</string>
  523. </property>
  524. <property name="text">
  525. <string>(не выбрана)</string>
  526. </property>
  527. </widget>
  528. </item>
  529. <item row="1" column="0" colspan="3">
  530. <widget class="QWidget" name="widget_5" native="true">
  531. <property name="sizePolicy">
  532. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  533. <horstretch>0</horstretch>
  534. <verstretch>0</verstretch>
  535. </sizepolicy>
  536. </property>
  537. <property name="minimumSize">
  538. <size>
  539. <width>0</width>
  540. <height>30</height>
  541. </size>
  542. </property>
  543. <layout class="QHBoxLayout" name="horizontalLayout">
  544. <property name="leftMargin">
  545. <number>0</number>
  546. </property>
  547. <property name="topMargin">
  548. <number>0</number>
  549. </property>
  550. <property name="rightMargin">
  551. <number>0</number>
  552. </property>
  553. <property name="bottomMargin">
  554. <number>0</number>
  555. </property>
  556. <item>
  557. <widget class="QLabel" name="label_common">
  558. <property name="text">
  559. <string>Какую версию игры локализовать?</string>
  560. </property>
  561. </widget>
  562. </item>
  563. <item>
  564. <widget class="QComboBox" name="lotro_patch_language_combobox_common">
  565. <property name="styleSheet">
  566. <string notr="true">color: black;</string>
  567. </property>
  568. <item>
  569. <property name="text">
  570. <string>Английскую</string>
  571. </property>
  572. </item>
  573. <item>
  574. <property name="text">
  575. <string>Немецкую</string>
  576. </property>
  577. </item>
  578. <item>
  579. <property name="text">
  580. <string>Французскую</string>
  581. </property>
  582. </item>
  583. </widget>
  584. </item>
  585. <item>
  586. <spacer name="horizontalSpacer_4">
  587. <property name="orientation">
  588. <enum>Qt::Horizontal</enum>
  589. </property>
  590. <property name="sizeHint" stdset="0">
  591. <size>
  592. <width>40</width>
  593. <height>20</height>
  594. </size>
  595. </property>
  596. </spacer>
  597. </item>
  598. </layout>
  599. </widget>
  600. </item>
  601. </layout>
  602. </widget>
  603. </item>
  604. <item row="5" column="1">
  605. <spacer name="verticalSpacer">
  606. <property name="orientation">
  607. <enum>Qt::Vertical</enum>
  608. </property>
  609. <property name="sizeHint" stdset="0">
  610. <size>
  611. <width>20</width>
  612. <height>40</height>
  613. </size>
  614. </property>
  615. </spacer>
  616. </item>
  617. <item row="1" column="0" rowspan="5">
  618. <spacer name="horizontalSpacer">
  619. <property name="orientation">
  620. <enum>Qt::Horizontal</enum>
  621. </property>
  622. <property name="sizeType">
  623. <enum>QSizePolicy::Preferred</enum>
  624. </property>
  625. <property name="sizeHint" stdset="0">
  626. <size>
  627. <width>100</width>
  628. <height>436</height>
  629. </size>
  630. </property>
  631. </spacer>
  632. </item>
  633. <item row="1" column="2" rowspan="5">
  634. <spacer name="horizontalSpacer_2">
  635. <property name="orientation">
  636. <enum>Qt::Horizontal</enum>
  637. </property>
  638. <property name="sizeType">
  639. <enum>QSizePolicy::Preferred</enum>
  640. </property>
  641. <property name="sizeHint" stdset="0">
  642. <size>
  643. <width>100</width>
  644. <height>436</height>
  645. </size>
  646. </property>
  647. </spacer>
  648. </item>
  649. </layout>
  650. </widget>
  651. <resources/>
  652. <connections/>
  653. </ui>