diff options
| author | tassaron | 2017-05-22 22:25:38 -0400 |
|---|---|---|
| committer | tassaron | 2017-05-22 22:25:38 -0400 |
| commit | 431b9f63048850f6e3151b1bfd8650143f50dfe7 (patch) | |
| tree | 03b1bf87e46d83fc349401b0d4b573aad493cd58 /main.ui | |
| parent | 07644f03486e4812ac85839b5eaba9f8bbbf890a (diff) | |
colors are configurable in the GUI
any invalid RGB tuple entered will result in white
Diffstat (limited to 'main.ui')
| -rw-r--r-- | main.ui | 62 |
1 files changed, 60 insertions, 2 deletions
@@ -276,7 +276,7 @@ <item> <layout class="QHBoxLayout" name="horizontalLayout_6"> <item> - <widget class="QLabel" name="label_title"> + <widget class="QLabel" name="label_colorOptions"> <property name="minimumSize"> <size> <width>200</width> @@ -303,13 +303,71 @@ </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="QLineEdit" name="lineEdit_title"/> + <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="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> |
