diff options
| author | tassaron | 2017-05-25 12:01:03 -0400 |
|---|---|---|
| committer | tassaron | 2017-05-25 12:01:03 -0400 |
| commit | 624ec8dca2872813789cf2d5fa32c523f4359d86 (patch) | |
| tree | 3f35108b470c056aa780e6c0b0405049e4ec28ec | |
| parent | a9ddb86e53cac397b2af5dca6d809d8bb62e11c1 (diff) | |
improved color button ui xml
| -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> |
