diff options
| -rw-r--r-- | main.ui | 158 |
1 files changed, 85 insertions, 73 deletions
@@ -303,97 +303,109 @@ </property> </widget> </item> - <item> - <widget class="QLabel" name="label_textColor"> - <property name="text"> - <string/> - </property> - <property name="alignment"> - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="pushButton_textColor"> - <property name="MaximumSize"> - <size> - <height>32</height> - <width>32</width> - </size> - </property> - <property name="text"> - <string/> - </property> - </widget> - </item> - <item> - <widget class="QLineEdit" name="lineEdit_textColor"/> - </item> - <item> - <widget class="QLabel" name="label_visColor"> - <property name="text"> - <string/> - </property> - <property name="alignment"> - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - </widget> - </item> - <item> - <widget class="QPushButton" name="pushButton_visColor"> - <property name="MaximumSize"> - <size> - <height>32</height> - <width>32</width> - </size> - </property> - <property name="text"> - <string/> - </property> - </widget> - </item> <item> - <widget class="QLineEdit" name="lineEdit_visColor"/> + <widget class="QLabel" name="label_textColor"> + <property name="text"> + <string/> + </property> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + </widget> </item> - </layout> - </item> - </layout> - </item> - <item> - <layout class="QHBoxLayout" name="horizontalLayout_7"> <item> - <widget class="QLabel" name="label_title"> - <property name="minimumSize"> + <widget class="QPushButton" name="pushButton_textColor"> + <property name="maximumSize"> <size> - <width>200</width> - <height>0</height> + <width>32</width> + <height>32</height> </size> </property> - <property name="maximumSize"> + <property name="text"> + <string/> + </property> + <property name="MaximumSize" stdset="0"> <size> - <width>200</width> - <height>16777215</height> + <width>32</width> + <height>32</height> </size> </property> - <property name="baseSize"> + </widget> + </item> + <item> + <widget class="QLineEdit" name="lineEdit_textColor"/> + </item> + <item> + <widget class="QLabel" name="label_visColor"> + <property name="text"> + <string/> + </property> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="pushButton_visColor"> + <property name="maximumSize"> <size> - <width>200</width> - <height>0</height> + <width>32</width> + <height>32</height> </size> </property> - <property name="frameShape"> - <enum>QFrame::NoFrame</enum> - </property> <property name="text"> <string/> </property> + <property name="MaximumSize" stdset="0"> + <size> + <width>32</width> + <height>32</height> + </size> + </property> </widget> </item> <item> - <widget class="QLineEdit" name="lineEdit_title"/> + <widget class="QLineEdit" name="lineEdit_visColor"/> </item> </layout> </item> + </layout> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_7"> + <item> + <widget class="QLabel" name="label_title"> + <property name="minimumSize"> + <size> + <width>200</width> + <height>0</height> + </size> + </property> + <property name="maximumSize"> + <size> + <width>200</width> + <height>16777215</height> + </size> + </property> + <property name="baseSize"> + <size> + <width>200</width> + <height>0</height> + </size> + </property> + <property name="frameShape"> + <enum>QFrame::NoFrame</enum> + </property> + <property name="text"> + <string/> + </property> + </widget> + </item> + <item> + <widget class="QLineEdit" name="lineEdit_title"/> + </item> + </layout> + </item> </layout> </widget> </item> @@ -469,12 +481,12 @@ <property name="value"> <number>24</number> </property> + <property name="alignment"> + <set>Qt::AlignCenter</set> + </property> <property name="textVisible"> <bool>true</bool> </property> - <property name="alignment"> - <enum>Qt::AlignCenter</enum> - </property> </widget> </item> <item> |
