mainwindow.ui 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>672</width>
  10. <height>389</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>0</width>
  16. <height>0</height>
  17. </size>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Timmy Companion</string>
  21. </property>
  22. <property name="windowIcon">
  23. <iconset resource="app.qrc">
  24. <normaloff>:/ressources/app/icon.png</normaloff>:/ressources/app/icon.png</iconset>
  25. </property>
  26. <widget class="QWidget" name="centralWidget">
  27. <layout class="QGridLayout" name="gridLayout">
  28. <item row="0" column="0">
  29. <widget class="QTabWidget" name="tabWidget">
  30. <property name="currentIndex">
  31. <number>0</number>
  32. </property>
  33. <widget class="QWidget" name="tab">
  34. <attribute name="title">
  35. <string>Text Colors</string>
  36. </attribute>
  37. <layout class="QGridLayout" name="gridLayout_2">
  38. <item row="5" column="0">
  39. <widget class="QPushButton" name="pushButton_5">
  40. <property name="text">
  41. <string>Change Transition screen color</string>
  42. </property>
  43. </widget>
  44. </item>
  45. <item row="1" column="0">
  46. <widget class="QPushButton" name="pushButton">
  47. <property name="text">
  48. <string>Change Primary Color</string>
  49. </property>
  50. </widget>
  51. </item>
  52. <item row="3" column="1">
  53. <widget class="QLabel" name="label_3">
  54. <property name="text">
  55. <string>Preview</string>
  56. </property>
  57. </widget>
  58. </item>
  59. <item row="2" column="0">
  60. <widget class="QPushButton" name="pushButton_2">
  61. <property name="text">
  62. <string>Change Secondary Color</string>
  63. </property>
  64. </widget>
  65. </item>
  66. <item row="1" column="1">
  67. <widget class="QLabel" name="label">
  68. <property name="text">
  69. <string>Preview</string>
  70. </property>
  71. </widget>
  72. </item>
  73. <item row="3" column="0">
  74. <widget class="QPushButton" name="pushButton_3">
  75. <property name="text">
  76. <string>Change IconSet Color</string>
  77. </property>
  78. </widget>
  79. </item>
  80. <item row="4" column="0">
  81. <widget class="QPushButton" name="pushButton_4">
  82. <property name="text">
  83. <string>Change IconSet Active color</string>
  84. </property>
  85. </widget>
  86. </item>
  87. <item row="2" column="1">
  88. <widget class="QLabel" name="label_2">
  89. <property name="text">
  90. <string>Preview</string>
  91. </property>
  92. </widget>
  93. </item>
  94. <item row="5" column="1">
  95. <widget class="QLabel" name="label_5">
  96. <property name="text">
  97. <string>Preview</string>
  98. </property>
  99. </widget>
  100. </item>
  101. <item row="4" column="1">
  102. <widget class="QLabel" name="label_4">
  103. <property name="text">
  104. <string>Preview</string>
  105. </property>
  106. </widget>
  107. </item>
  108. <item row="6" column="0" colspan="2">
  109. <spacer name="verticalSpacer">
  110. <property name="orientation">
  111. <enum>Qt::Vertical</enum>
  112. </property>
  113. <property name="sizeHint" stdset="0">
  114. <size>
  115. <width>20</width>
  116. <height>40</height>
  117. </size>
  118. </property>
  119. </spacer>
  120. </item>
  121. </layout>
  122. </widget>
  123. <widget class="QWidget" name="tab_3">
  124. <attribute name="title">
  125. <string>Loading screen Colors</string>
  126. </attribute>
  127. <layout class="QGridLayout" name="gridLayout_4">
  128. <item row="0" column="1">
  129. <widget class="QLabel" name="label_9">
  130. <property name="text">
  131. <string>Preview</string>
  132. </property>
  133. </widget>
  134. </item>
  135. <item row="1" column="1">
  136. <widget class="QLabel" name="label_10">
  137. <property name="text">
  138. <string>Preview</string>
  139. </property>
  140. </widget>
  141. </item>
  142. <item row="1" column="0">
  143. <widget class="QPushButton" name="pushButton_7">
  144. <property name="text">
  145. <string>Change Loading text color</string>
  146. </property>
  147. </widget>
  148. </item>
  149. <item row="2" column="0">
  150. <widget class="QPushButton" name="pushButton_8">
  151. <property name="text">
  152. <string>Change &quot;fre&quot; text color</string>
  153. </property>
  154. </widget>
  155. </item>
  156. <item row="3" column="0">
  157. <widget class="QPushButton" name="pushButton_9">
  158. <property name="text">
  159. <string>Change freeShop version text color</string>
  160. </property>
  161. </widget>
  162. </item>
  163. <item row="0" column="0">
  164. <widget class="QPushButton" name="pushButton_6">
  165. <property name="text">
  166. <string>Change Loading icon color</string>
  167. </property>
  168. </widget>
  169. </item>
  170. <item row="4" column="0">
  171. <widget class="QPushButton" name="pushButton_10">
  172. <property name="text">
  173. <string>Change Percentage text color</string>
  174. </property>
  175. </widget>
  176. </item>
  177. <item row="2" column="1">
  178. <widget class="QLabel" name="label_11">
  179. <property name="text">
  180. <string>Preview</string>
  181. </property>
  182. </widget>
  183. </item>
  184. <item row="4" column="1">
  185. <widget class="QLabel" name="label_13">
  186. <property name="text">
  187. <string>Preview</string>
  188. </property>
  189. </widget>
  190. </item>
  191. <item row="3" column="1">
  192. <widget class="QLabel" name="label_12">
  193. <property name="text">
  194. <string>Preview</string>
  195. </property>
  196. </widget>
  197. </item>
  198. <item row="5" column="0" colspan="2">
  199. <spacer name="verticalSpacer_2">
  200. <property name="orientation">
  201. <enum>Qt::Vertical</enum>
  202. </property>
  203. <property name="sizeHint" stdset="0">
  204. <size>
  205. <width>20</width>
  206. <height>40</height>
  207. </size>
  208. </property>
  209. </spacer>
  210. </item>
  211. </layout>
  212. </widget>
  213. <widget class="QWidget" name="tab_4">
  214. <attribute name="title">
  215. <string>Dialogs and Boxes</string>
  216. </attribute>
  217. <layout class="QGridLayout" name="gridLayout_5">
  218. <item row="0" column="0">
  219. <widget class="QPushButton" name="pushButton_11">
  220. <property name="text">
  221. <string>Change boxes color</string>
  222. </property>
  223. </widget>
  224. </item>
  225. <item row="0" column="1">
  226. <widget class="QLabel" name="label_14">
  227. <property name="text">
  228. <string>Preview</string>
  229. </property>
  230. </widget>
  231. </item>
  232. <item row="1" column="0">
  233. <widget class="QPushButton" name="pushButton_12">
  234. <property name="text">
  235. <string>Change boxes outline color</string>
  236. </property>
  237. </widget>
  238. </item>
  239. <item row="1" column="1">
  240. <widget class="QLabel" name="label_15">
  241. <property name="text">
  242. <string>Preview</string>
  243. </property>
  244. </widget>
  245. </item>
  246. <item row="2" column="0">
  247. <widget class="QPushButton" name="pushButton_13">
  248. <property name="text">
  249. <string>Change dialogs background color</string>
  250. </property>
  251. </widget>
  252. </item>
  253. <item row="2" column="1">
  254. <widget class="QLabel" name="label_16">
  255. <property name="text">
  256. <string>Preview</string>
  257. </property>
  258. </widget>
  259. </item>
  260. <item row="3" column="0">
  261. <widget class="QPushButton" name="pushButton_14">
  262. <property name="text">
  263. <string>Change dialogs button color</string>
  264. </property>
  265. </widget>
  266. </item>
  267. <item row="3" column="1">
  268. <widget class="QLabel" name="label_17">
  269. <property name="text">
  270. <string>Preview</string>
  271. </property>
  272. </widget>
  273. </item>
  274. <item row="4" column="0">
  275. <widget class="QPushButton" name="pushButton_15">
  276. <property name="text">
  277. <string>Change dialogs text button color</string>
  278. </property>
  279. </widget>
  280. </item>
  281. <item row="4" column="1">
  282. <widget class="QLabel" name="label_18">
  283. <property name="text">
  284. <string>Preview</string>
  285. </property>
  286. </widget>
  287. </item>
  288. <item row="5" column="0">
  289. <spacer name="verticalSpacer_3">
  290. <property name="orientation">
  291. <enum>Qt::Vertical</enum>
  292. </property>
  293. <property name="sizeHint" stdset="0">
  294. <size>
  295. <width>20</width>
  296. <height>158</height>
  297. </size>
  298. </property>
  299. </spacer>
  300. </item>
  301. </layout>
  302. </widget>
  303. <widget class="QWidget" name="tab_2">
  304. <attribute name="title">
  305. <string>Theme Informations</string>
  306. </attribute>
  307. <layout class="QGridLayout" name="gridLayout_3">
  308. <item row="0" column="2">
  309. <widget class="QLabel" name="label_7">
  310. <property name="text">
  311. <string>Theme Version: </string>
  312. </property>
  313. </widget>
  314. </item>
  315. <item row="0" column="0">
  316. <widget class="QLabel" name="label_6">
  317. <property name="text">
  318. <string>Theme Name: </string>
  319. </property>
  320. </widget>
  321. </item>
  322. <item row="0" column="3">
  323. <widget class="QLineEdit" name="lineEdit_2">
  324. <property name="maxLength">
  325. <number>6</number>
  326. </property>
  327. </widget>
  328. </item>
  329. <item row="0" column="1">
  330. <widget class="QLineEdit" name="lineEdit"/>
  331. </item>
  332. <item row="3" column="0" colspan="4">
  333. <widget class="QTextEdit" name="textEdit"/>
  334. </item>
  335. <item row="1" column="0">
  336. <widget class="QLabel" name="label_8">
  337. <property name="text">
  338. <string>Theme description: </string>
  339. </property>
  340. </widget>
  341. </item>
  342. </layout>
  343. </widget>
  344. </widget>
  345. </item>
  346. </layout>
  347. </widget>
  348. <widget class="QMenuBar" name="menuBar">
  349. <property name="geometry">
  350. <rect>
  351. <x>0</x>
  352. <y>0</y>
  353. <width>672</width>
  354. <height>21</height>
  355. </rect>
  356. </property>
  357. <widget class="QMenu" name="menuFile">
  358. <property name="title">
  359. <string>File</string>
  360. </property>
  361. <addaction name="actionOpen"/>
  362. <addaction name="actionSave"/>
  363. <addaction name="separator"/>
  364. <addaction name="actionClose"/>
  365. </widget>
  366. <widget class="QMenu" name="menuAbout">
  367. <property name="title">
  368. <string>About</string>
  369. </property>
  370. <addaction name="actionAbout"/>
  371. <addaction name="actionAbout_Qt"/>
  372. </widget>
  373. <addaction name="menuFile"/>
  374. <addaction name="menuAbout"/>
  375. </widget>
  376. <action name="actionOpen">
  377. <property name="text">
  378. <string>Open...</string>
  379. </property>
  380. </action>
  381. <action name="actionSave">
  382. <property name="text">
  383. <string>Save...</string>
  384. </property>
  385. </action>
  386. <action name="actionAbout_Qt">
  387. <property name="text">
  388. <string>About Qt</string>
  389. </property>
  390. </action>
  391. <action name="actionCheck_for_updates">
  392. <property name="text">
  393. <string>Check for updates</string>
  394. </property>
  395. </action>
  396. <action name="actionAbout">
  397. <property name="text">
  398. <string>About Timmy Companion</string>
  399. </property>
  400. </action>
  401. <action name="actionClose">
  402. <property name="text">
  403. <string>Close</string>
  404. </property>
  405. </action>
  406. </widget>
  407. <layoutdefault spacing="6" margin="11"/>
  408. <resources>
  409. <include location="app.qrc"/>
  410. </resources>
  411. <connections/>
  412. </ui>