cmodlistview_moc.ui 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CModListView</class>
  4. <widget class="QWidget" name="CModListView">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>596</width>
  10. <height>342</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout_3">
  17. <property name="leftMargin">
  18. <number>0</number>
  19. </property>
  20. <property name="topMargin">
  21. <number>0</number>
  22. </property>
  23. <property name="rightMargin">
  24. <number>0</number>
  25. </property>
  26. <property name="bottomMargin">
  27. <number>0</number>
  28. </property>
  29. <item row="0" column="0">
  30. <layout class="QGridLayout" name="gridLayout_2">
  31. <property name="spacing">
  32. <number>6</number>
  33. </property>
  34. <item row="0" column="0">
  35. <widget class="QLineEdit" name="lineEdit">
  36. <property name="sizePolicy">
  37. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  38. <horstretch>0</horstretch>
  39. <verstretch>0</verstretch>
  40. </sizepolicy>
  41. </property>
  42. <property name="minimumSize">
  43. <size>
  44. <width>0</width>
  45. <height>0</height>
  46. </size>
  47. </property>
  48. <property name="maximumSize">
  49. <size>
  50. <width>16777215</width>
  51. <height>16777215</height>
  52. </size>
  53. </property>
  54. <property name="text">
  55. <string/>
  56. </property>
  57. <property name="placeholderText">
  58. <string>Filter</string>
  59. </property>
  60. </widget>
  61. </item>
  62. <item row="0" column="1">
  63. <widget class="QComboBox" name="comboBox">
  64. <property name="sizePolicy">
  65. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  66. <horstretch>0</horstretch>
  67. <verstretch>0</verstretch>
  68. </sizepolicy>
  69. </property>
  70. <property name="maximumSize">
  71. <size>
  72. <width>16777215</width>
  73. <height>16777215</height>
  74. </size>
  75. </property>
  76. <property name="currentIndex">
  77. <number>0</number>
  78. </property>
  79. <item>
  80. <property name="text">
  81. <string>All mods</string>
  82. </property>
  83. </item>
  84. <item>
  85. <property name="text">
  86. <string>Downloadable</string>
  87. </property>
  88. </item>
  89. <item>
  90. <property name="text">
  91. <string>Installed</string>
  92. </property>
  93. </item>
  94. <item>
  95. <property name="text">
  96. <string>Updatable</string>
  97. </property>
  98. </item>
  99. <item>
  100. <property name="text">
  101. <string>Active</string>
  102. </property>
  103. </item>
  104. <item>
  105. <property name="text">
  106. <string>Inactive</string>
  107. </property>
  108. </item>
  109. </widget>
  110. </item>
  111. <item row="1" column="0" colspan="2">
  112. <widget class="QTreeView" name="allModsView">
  113. <property name="selectionMode">
  114. <enum>QAbstractItemView::SingleSelection</enum>
  115. </property>
  116. <property name="selectionBehavior">
  117. <enum>QAbstractItemView::SelectRows</enum>
  118. </property>
  119. <property name="iconSize">
  120. <size>
  121. <width>32</width>
  122. <height>32</height>
  123. </size>
  124. </property>
  125. <property name="verticalScrollMode">
  126. <enum>QAbstractItemView::ScrollPerItem</enum>
  127. </property>
  128. <property name="horizontalScrollMode">
  129. <enum>QAbstractItemView::ScrollPerPixel</enum>
  130. </property>
  131. <property name="sortingEnabled">
  132. <bool>true</bool>
  133. </property>
  134. <property name="expandsOnDoubleClick">
  135. <bool>false</bool>
  136. </property>
  137. </widget>
  138. </item>
  139. </layout>
  140. </item>
  141. <item row="0" column="1">
  142. <widget class="QToolButton" name="hideModInfoButton">
  143. <property name="sizePolicy">
  144. <sizepolicy hsizetype="Fixed" vsizetype="Minimum">
  145. <horstretch>0</horstretch>
  146. <verstretch>0</verstretch>
  147. </sizepolicy>
  148. </property>
  149. <property name="maximumSize">
  150. <size>
  151. <width>16</width>
  152. <height>100</height>
  153. </size>
  154. </property>
  155. <property name="text">
  156. <string/>
  157. </property>
  158. <property name="autoRaise">
  159. <bool>true</bool>
  160. </property>
  161. <property name="arrowType">
  162. <enum>Qt::RightArrow</enum>
  163. </property>
  164. </widget>
  165. </item>
  166. <item row="0" column="2">
  167. <widget class="QWidget" name="modInfoWidget" native="true">
  168. <property name="sizePolicy">
  169. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  170. <horstretch>0</horstretch>
  171. <verstretch>0</verstretch>
  172. </sizepolicy>
  173. </property>
  174. <property name="minimumSize">
  175. <size>
  176. <width>0</width>
  177. <height>0</height>
  178. </size>
  179. </property>
  180. <property name="maximumSize">
  181. <size>
  182. <width>16777215</width>
  183. <height>16777215</height>
  184. </size>
  185. </property>
  186. <property name="layoutDirection">
  187. <enum>Qt::LeftToRight</enum>
  188. </property>
  189. <property name="autoFillBackground">
  190. <bool>false</bool>
  191. </property>
  192. <layout class="QGridLayout" name="gridLayout">
  193. <property name="leftMargin">
  194. <number>0</number>
  195. </property>
  196. <property name="topMargin">
  197. <number>0</number>
  198. </property>
  199. <property name="rightMargin">
  200. <number>0</number>
  201. </property>
  202. <property name="bottomMargin">
  203. <number>0</number>
  204. </property>
  205. <item row="1" column="4">
  206. <widget class="QPushButton" name="uninstallButton">
  207. <property name="sizePolicy">
  208. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  209. <horstretch>0</horstretch>
  210. <verstretch>0</verstretch>
  211. </sizepolicy>
  212. </property>
  213. <property name="minimumSize">
  214. <size>
  215. <width>51</width>
  216. <height>0</height>
  217. </size>
  218. </property>
  219. <property name="maximumSize">
  220. <size>
  221. <width>100</width>
  222. <height>16777215</height>
  223. </size>
  224. </property>
  225. <property name="text">
  226. <string>Uninstall</string>
  227. </property>
  228. </widget>
  229. </item>
  230. <item row="1" column="2">
  231. <widget class="QPushButton" name="disableButton">
  232. <property name="sizePolicy">
  233. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  234. <horstretch>0</horstretch>
  235. <verstretch>0</verstretch>
  236. </sizepolicy>
  237. </property>
  238. <property name="minimumSize">
  239. <size>
  240. <width>51</width>
  241. <height>0</height>
  242. </size>
  243. </property>
  244. <property name="maximumSize">
  245. <size>
  246. <width>100</width>
  247. <height>16777215</height>
  248. </size>
  249. </property>
  250. <property name="text">
  251. <string>Disable</string>
  252. </property>
  253. </widget>
  254. </item>
  255. <item row="1" column="3">
  256. <widget class="QPushButton" name="updateButton">
  257. <property name="sizePolicy">
  258. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  259. <horstretch>0</horstretch>
  260. <verstretch>0</verstretch>
  261. </sizepolicy>
  262. </property>
  263. <property name="minimumSize">
  264. <size>
  265. <width>51</width>
  266. <height>0</height>
  267. </size>
  268. </property>
  269. <property name="maximumSize">
  270. <size>
  271. <width>100</width>
  272. <height>16777215</height>
  273. </size>
  274. </property>
  275. <property name="text">
  276. <string>Update</string>
  277. </property>
  278. </widget>
  279. </item>
  280. <item row="1" column="0">
  281. <spacer name="modButtonSpacer">
  282. <property name="orientation">
  283. <enum>Qt::Horizontal</enum>
  284. </property>
  285. <property name="sizeType">
  286. <enum>QSizePolicy::MinimumExpanding</enum>
  287. </property>
  288. <property name="sizeHint" stdset="0">
  289. <size>
  290. <width>0</width>
  291. <height>20</height>
  292. </size>
  293. </property>
  294. </spacer>
  295. </item>
  296. <item row="1" column="5">
  297. <widget class="QPushButton" name="installButton">
  298. <property name="sizePolicy">
  299. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  300. <horstretch>0</horstretch>
  301. <verstretch>0</verstretch>
  302. </sizepolicy>
  303. </property>
  304. <property name="minimumSize">
  305. <size>
  306. <width>51</width>
  307. <height>0</height>
  308. </size>
  309. </property>
  310. <property name="maximumSize">
  311. <size>
  312. <width>100</width>
  313. <height>16777215</height>
  314. </size>
  315. </property>
  316. <property name="text">
  317. <string>Install</string>
  318. </property>
  319. </widget>
  320. </item>
  321. <item row="1" column="1">
  322. <widget class="QPushButton" name="enableButton">
  323. <property name="sizePolicy">
  324. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  325. <horstretch>0</horstretch>
  326. <verstretch>0</verstretch>
  327. </sizepolicy>
  328. </property>
  329. <property name="minimumSize">
  330. <size>
  331. <width>51</width>
  332. <height>0</height>
  333. </size>
  334. </property>
  335. <property name="maximumSize">
  336. <size>
  337. <width>100</width>
  338. <height>16777215</height>
  339. </size>
  340. </property>
  341. <property name="text">
  342. <string>Enable</string>
  343. </property>
  344. </widget>
  345. </item>
  346. <item row="0" column="0" colspan="6">
  347. <widget class="QTabWidget" name="tabWidget">
  348. <property name="currentIndex">
  349. <number>0</number>
  350. </property>
  351. <widget class="QWidget" name="tabInfo">
  352. <attribute name="title">
  353. <string>Description</string>
  354. </attribute>
  355. <layout class="QGridLayout" name="gridLayout_4">
  356. <property name="leftMargin">
  357. <number>4</number>
  358. </property>
  359. <property name="topMargin">
  360. <number>4</number>
  361. </property>
  362. <property name="rightMargin">
  363. <number>4</number>
  364. </property>
  365. <property name="bottomMargin">
  366. <number>4</number>
  367. </property>
  368. <item row="0" column="0">
  369. <widget class="QTextBrowser" name="modInfoBrowser">
  370. <property name="sizePolicy">
  371. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  372. <horstretch>0</horstretch>
  373. <verstretch>0</verstretch>
  374. </sizepolicy>
  375. </property>
  376. <property name="readOnly">
  377. <bool>true</bool>
  378. </property>
  379. <property name="html">
  380. <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
  381. &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
  382. p, li { white-space: pre-wrap; }
  383. &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Ubuntu'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
  384. &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:11pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  385. </property>
  386. <property name="openExternalLinks">
  387. <bool>true</bool>
  388. </property>
  389. <property name="openLinks">
  390. <bool>true</bool>
  391. </property>
  392. </widget>
  393. </item>
  394. </layout>
  395. </widget>
  396. <widget class="QWidget" name="tabChangelog">
  397. <attribute name="title">
  398. <string>Changelog</string>
  399. </attribute>
  400. <layout class="QGridLayout" name="gridLayout_5">
  401. <property name="leftMargin">
  402. <number>4</number>
  403. </property>
  404. <property name="topMargin">
  405. <number>4</number>
  406. </property>
  407. <property name="rightMargin">
  408. <number>4</number>
  409. </property>
  410. <property name="bottomMargin">
  411. <number>4</number>
  412. </property>
  413. <item row="0" column="0">
  414. <widget class="QTextBrowser" name="changelogBrowser"/>
  415. </item>
  416. </layout>
  417. </widget>
  418. <widget class="QWidget" name="tabScreenshots">
  419. <attribute name="title">
  420. <string>Screenshots</string>
  421. </attribute>
  422. <layout class="QGridLayout" name="gridLayout_6">
  423. <property name="leftMargin">
  424. <number>4</number>
  425. </property>
  426. <property name="topMargin">
  427. <number>4</number>
  428. </property>
  429. <property name="rightMargin">
  430. <number>4</number>
  431. </property>
  432. <property name="bottomMargin">
  433. <number>4</number>
  434. </property>
  435. <item row="0" column="0">
  436. <widget class="QListWidget" name="screenshotsList">
  437. <property name="horizontalScrollBarPolicy">
  438. <enum>Qt::ScrollBarAlwaysOff</enum>
  439. </property>
  440. <property name="selectionMode">
  441. <enum>QAbstractItemView::NoSelection</enum>
  442. </property>
  443. <property name="selectionBehavior">
  444. <enum>QAbstractItemView::SelectRows</enum>
  445. </property>
  446. <property name="iconSize">
  447. <size>
  448. <width>240</width>
  449. <height>180</height>
  450. </size>
  451. </property>
  452. <property name="viewMode">
  453. <enum>QListView::IconMode</enum>
  454. </property>
  455. <property name="uniformItemSizes">
  456. <bool>true</bool>
  457. </property>
  458. </widget>
  459. </item>
  460. </layout>
  461. </widget>
  462. </widget>
  463. </item>
  464. </layout>
  465. </widget>
  466. </item>
  467. <item row="1" column="0" colspan="3">
  468. <widget class="QWidget" name="progressWidget" native="true">
  469. <property name="enabled">
  470. <bool>true</bool>
  471. </property>
  472. <property name="sizePolicy">
  473. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  474. <horstretch>0</horstretch>
  475. <verstretch>0</verstretch>
  476. </sizepolicy>
  477. </property>
  478. <property name="minimumSize">
  479. <size>
  480. <width>0</width>
  481. <height>0</height>
  482. </size>
  483. </property>
  484. <layout class="QHBoxLayout" name="horizontalLayout">
  485. <property name="leftMargin">
  486. <number>9</number>
  487. </property>
  488. <item>
  489. <widget class="QProgressBar" name="progressBar">
  490. <property name="sizePolicy">
  491. <sizepolicy hsizetype="Expanding" vsizetype="Maximum">
  492. <horstretch>0</horstretch>
  493. <verstretch>0</verstretch>
  494. </sizepolicy>
  495. </property>
  496. <property name="maximum">
  497. <number>0</number>
  498. </property>
  499. <property name="value">
  500. <number>0</number>
  501. </property>
  502. <property name="textVisible">
  503. <bool>true</bool>
  504. </property>
  505. <property name="invertedAppearance">
  506. <bool>false</bool>
  507. </property>
  508. <property name="format">
  509. <string> %p% (%v KB out of %m KB)</string>
  510. </property>
  511. </widget>
  512. </item>
  513. <item>
  514. <widget class="QPushButton" name="pushButton">
  515. <property name="sizePolicy">
  516. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  517. <horstretch>0</horstretch>
  518. <verstretch>0</verstretch>
  519. </sizepolicy>
  520. </property>
  521. <property name="text">
  522. <string>Abort</string>
  523. </property>
  524. </widget>
  525. </item>
  526. </layout>
  527. </widget>
  528. </item>
  529. </layout>
  530. </widget>
  531. <tabstops>
  532. <tabstop>lineEdit</tabstop>
  533. <tabstop>comboBox</tabstop>
  534. <tabstop>allModsView</tabstop>
  535. <tabstop>hideModInfoButton</tabstop>
  536. <tabstop>enableButton</tabstop>
  537. <tabstop>disableButton</tabstop>
  538. <tabstop>updateButton</tabstop>
  539. <tabstop>uninstallButton</tabstop>
  540. <tabstop>installButton</tabstop>
  541. </tabstops>
  542. <resources/>
  543. <connections/>
  544. </ui>