123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>MainWindow</class>
- <widget class="QMainWindow" name="MainWindow">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>672</width>
- <height>362</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Timmy Companion</string>
- </property>
- <property name="windowIcon">
- <iconset resource="app.qrc">
- <normaloff>:/ressources/app/icon.png</normaloff>:/ressources/app/icon.png</iconset>
- </property>
- <widget class="QWidget" name="centralWidget">
- <layout class="QGridLayout" name="gridLayout">
- <item row="0" column="1">
- <widget class="QTabWidget" name="tabWidget">
- <property name="currentIndex">
- <number>1</number>
- </property>
- <widget class="QWidget" name="tab">
- <attribute name="title">
- <string>Text Color</string>
- </attribute>
- <layout class="QGridLayout" name="gridLayout_2">
- <item row="5" column="0">
- <widget class="QPushButton" name="pushButton_5">
- <property name="text">
- <string>Change Transition screen color</string>
- </property>
- </widget>
- </item>
- <item row="1" column="0">
- <widget class="QPushButton" name="pushButton">
- <property name="text">
- <string>Change Primary Color</string>
- </property>
- </widget>
- </item>
- <item row="3" column="0">
- <widget class="QPushButton" name="pushButton_3">
- <property name="text">
- <string>Change IconSet Color</string>
- </property>
- </widget>
- </item>
- <item row="4" column="0">
- <widget class="QPushButton" name="pushButton_4">
- <property name="text">
- <string>Change IconSet Active color</string>
- </property>
- </widget>
- </item>
- <item row="2" column="0">
- <widget class="QPushButton" name="pushButton_2">
- <property name="text">
- <string>Change Secondary Color</string>
- </property>
- </widget>
- </item>
- <item row="1" column="1">
- <widget class="QLabel" name="label">
- <property name="text">
- <string>Preview</string>
- </property>
- </widget>
- </item>
- <item row="3" column="1">
- <widget class="QLabel" name="label_3">
- <property name="text">
- <string>Preview</string>
- </property>
- </widget>
- </item>
- <item row="2" column="1">
- <widget class="QLabel" name="label_2">
- <property name="text">
- <string>Preview</string>
- </property>
- </widget>
- </item>
- <item row="6" column="0" colspan="2">
- <spacer name="verticalSpacer">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>40</height>
- </size>
- </property>
- </spacer>
- </item>
- <item row="4" column="1">
- <widget class="QLabel" name="label_4">
- <property name="text">
- <string>Preview</string>
- </property>
- </widget>
- </item>
- <item row="5" column="1">
- <widget class="QLabel" name="label_5">
- <property name="text">
- <string>Preview</string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QWidget" name="tab_2">
- <attribute name="title">
- <string>Theme Informations</string>
- </attribute>
- <layout class="QGridLayout" name="gridLayout_3">
- <item row="0" column="2">
- <widget class="QLabel" name="label_7">
- <property name="text">
- <string>Theme Version: </string>
- </property>
- </widget>
- </item>
- <item row="0" column="0">
- <widget class="QLabel" name="label_6">
- <property name="text">
- <string>Theme Name: </string>
- </property>
- </widget>
- </item>
- <item row="0" column="3">
- <widget class="QLineEdit" name="lineEdit_2">
- <property name="maxLength">
- <number>6</number>
- </property>
- </widget>
- </item>
- <item row="0" column="1">
- <widget class="QLineEdit" name="lineEdit"/>
- </item>
- <item row="3" column="0" colspan="4">
- <widget class="QTextEdit" name="textEdit"/>
- </item>
- <item row="1" column="0">
- <widget class="QLabel" name="label_8">
- <property name="text">
- <string>Theme description: </string>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </widget>
- </item>
- </layout>
- </widget>
- <widget class="QMenuBar" name="menuBar">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>672</width>
- <height>22</height>
- </rect>
- </property>
- <widget class="QMenu" name="menuFile">
- <property name="title">
- <string>File</string>
- </property>
- <addaction name="actionOpen"/>
- <addaction name="actionSave"/>
- <addaction name="separator"/>
- <addaction name="actionClose"/>
- </widget>
- <widget class="QMenu" name="menuAbout">
- <property name="title">
- <string>About</string>
- </property>
- <addaction name="actionAbout"/>
- <addaction name="actionAbout_Qt"/>
- </widget>
- <addaction name="menuFile"/>
- <addaction name="menuAbout"/>
- </widget>
- <action name="actionOpen">
- <property name="text">
- <string>Open...</string>
- </property>
- </action>
- <action name="actionSave">
- <property name="text">
- <string>Save...</string>
- </property>
- </action>
- <action name="actionAbout_Qt">
- <property name="text">
- <string>About Qt</string>
- </property>
- </action>
- <action name="actionCheck_for_updates">
- <property name="text">
- <string>Check for updates</string>
- </property>
- </action>
- <action name="actionAbout">
- <property name="text">
- <string>About Timmy Companion</string>
- </property>
- </action>
- <action name="actionClose">
- <property name="text">
- <string>Close</string>
- </property>
- </action>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources>
- <include location="app.qrc"/>
- </resources>
- <connections/>
- </ui>
|