mainwindow.ui 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  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>362</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Timmy Companion</string>
  15. </property>
  16. <property name="windowIcon">
  17. <iconset resource="app.qrc">
  18. <normaloff>:/ressources/app/icon.png</normaloff>:/ressources/app/icon.png</iconset>
  19. </property>
  20. <widget class="QWidget" name="centralWidget">
  21. <layout class="QGridLayout" name="gridLayout">
  22. <item row="0" column="1">
  23. <widget class="QTabWidget" name="tabWidget">
  24. <property name="currentIndex">
  25. <number>1</number>
  26. </property>
  27. <widget class="QWidget" name="tab">
  28. <attribute name="title">
  29. <string>Text Color</string>
  30. </attribute>
  31. <layout class="QGridLayout" name="gridLayout_2">
  32. <item row="5" column="0">
  33. <widget class="QPushButton" name="pushButton_5">
  34. <property name="text">
  35. <string>Change Transition screen color</string>
  36. </property>
  37. </widget>
  38. </item>
  39. <item row="1" column="0">
  40. <widget class="QPushButton" name="pushButton">
  41. <property name="text">
  42. <string>Change Primary Color</string>
  43. </property>
  44. </widget>
  45. </item>
  46. <item row="3" column="0">
  47. <widget class="QPushButton" name="pushButton_3">
  48. <property name="text">
  49. <string>Change IconSet Color</string>
  50. </property>
  51. </widget>
  52. </item>
  53. <item row="4" column="0">
  54. <widget class="QPushButton" name="pushButton_4">
  55. <property name="text">
  56. <string>Change IconSet Active color</string>
  57. </property>
  58. </widget>
  59. </item>
  60. <item row="2" column="0">
  61. <widget class="QPushButton" name="pushButton_2">
  62. <property name="text">
  63. <string>Change Secondary Color</string>
  64. </property>
  65. </widget>
  66. </item>
  67. <item row="1" column="1">
  68. <widget class="QLabel" name="label">
  69. <property name="text">
  70. <string>Preview</string>
  71. </property>
  72. </widget>
  73. </item>
  74. <item row="3" column="1">
  75. <widget class="QLabel" name="label_3">
  76. <property name="text">
  77. <string>Preview</string>
  78. </property>
  79. </widget>
  80. </item>
  81. <item row="2" column="1">
  82. <widget class="QLabel" name="label_2">
  83. <property name="text">
  84. <string>Preview</string>
  85. </property>
  86. </widget>
  87. </item>
  88. <item row="6" column="0" colspan="2">
  89. <spacer name="verticalSpacer">
  90. <property name="orientation">
  91. <enum>Qt::Vertical</enum>
  92. </property>
  93. <property name="sizeHint" stdset="0">
  94. <size>
  95. <width>20</width>
  96. <height>40</height>
  97. </size>
  98. </property>
  99. </spacer>
  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="5" column="1">
  109. <widget class="QLabel" name="label_5">
  110. <property name="text">
  111. <string>Preview</string>
  112. </property>
  113. </widget>
  114. </item>
  115. </layout>
  116. </widget>
  117. <widget class="QWidget" name="tab_2">
  118. <attribute name="title">
  119. <string>Theme Informations</string>
  120. </attribute>
  121. <layout class="QGridLayout" name="gridLayout_3">
  122. <item row="0" column="2">
  123. <widget class="QLabel" name="label_7">
  124. <property name="text">
  125. <string>Theme Version: </string>
  126. </property>
  127. </widget>
  128. </item>
  129. <item row="0" column="0">
  130. <widget class="QLabel" name="label_6">
  131. <property name="text">
  132. <string>Theme Name: </string>
  133. </property>
  134. </widget>
  135. </item>
  136. <item row="0" column="3">
  137. <widget class="QLineEdit" name="lineEdit_2">
  138. <property name="maxLength">
  139. <number>6</number>
  140. </property>
  141. </widget>
  142. </item>
  143. <item row="0" column="1">
  144. <widget class="QLineEdit" name="lineEdit"/>
  145. </item>
  146. <item row="3" column="0" colspan="4">
  147. <widget class="QTextEdit" name="textEdit"/>
  148. </item>
  149. <item row="1" column="0">
  150. <widget class="QLabel" name="label_8">
  151. <property name="text">
  152. <string>Theme description: </string>
  153. </property>
  154. </widget>
  155. </item>
  156. </layout>
  157. </widget>
  158. </widget>
  159. </item>
  160. </layout>
  161. </widget>
  162. <widget class="QMenuBar" name="menuBar">
  163. <property name="geometry">
  164. <rect>
  165. <x>0</x>
  166. <y>0</y>
  167. <width>672</width>
  168. <height>22</height>
  169. </rect>
  170. </property>
  171. <widget class="QMenu" name="menuFile">
  172. <property name="title">
  173. <string>File</string>
  174. </property>
  175. <addaction name="actionOpen"/>
  176. <addaction name="actionSave"/>
  177. <addaction name="separator"/>
  178. <addaction name="actionClose"/>
  179. </widget>
  180. <widget class="QMenu" name="menuAbout">
  181. <property name="title">
  182. <string>About</string>
  183. </property>
  184. <addaction name="actionAbout"/>
  185. <addaction name="actionAbout_Qt"/>
  186. </widget>
  187. <addaction name="menuFile"/>
  188. <addaction name="menuAbout"/>
  189. </widget>
  190. <action name="actionOpen">
  191. <property name="text">
  192. <string>Open...</string>
  193. </property>
  194. </action>
  195. <action name="actionSave">
  196. <property name="text">
  197. <string>Save...</string>
  198. </property>
  199. </action>
  200. <action name="actionAbout_Qt">
  201. <property name="text">
  202. <string>About Qt</string>
  203. </property>
  204. </action>
  205. <action name="actionCheck_for_updates">
  206. <property name="text">
  207. <string>Check for updates</string>
  208. </property>
  209. </action>
  210. <action name="actionAbout">
  211. <property name="text">
  212. <string>About Timmy Companion</string>
  213. </property>
  214. </action>
  215. <action name="actionClose">
  216. <property name="text">
  217. <string>Close</string>
  218. </property>
  219. </action>
  220. </widget>
  221. <layoutdefault spacing="6" margin="11"/>
  222. <resources>
  223. <include location="app.qrc"/>
  224. </resources>
  225. <connections/>
  226. </ui>