diff options
| author | tassaron | 2017-05-23 18:19:55 -0400 |
|---|---|---|
| committer | tassaron | 2017-05-23 18:19:55 -0400 |
| commit | a251be0cd46d3702fcbb5cabf0ff4a348b42b66e (patch) | |
| tree | 93db1c684b780cf8c59863b52dcb354253ccb456 /main.ui | |
| parent | 431b9f63048850f6e3151b1bfd8650143f50dfe7 (diff) | |
select colors more easily using QColorDialog
Diffstat (limited to 'main.ui')
| -rw-r--r-- | main.ui | 26 |
1 files changed, 26 insertions, 0 deletions
@@ -313,6 +313,19 @@ </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> @@ -326,6 +339,19 @@ </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"/> </item> |
