aboutsummaryrefslogtreecommitdiff
path: root/main.ui
diff options
context:
space:
mode:
authortassaron2017-05-22 22:25:38 -0400
committertassaron2017-05-22 22:25:38 -0400
commit431b9f63048850f6e3151b1bfd8650143f50dfe7 (patch)
tree03b1bf87e46d83fc349401b0d4b573aad493cd58 /main.ui
parent07644f03486e4812ac85839b5eaba9f8bbbf890a (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.ui62
1 files changed, 60 insertions, 2 deletions
diff --git a/main.ui b/main.ui
index c500905..88d5173 100644
--- a/main.ui
+++ b/main.ui
@@ -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>