summaryrefslogtreecommitdiff
path: root/src/gui/styleeditor.ui
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2020-04-18 23:05:52 +0100
committerAleks Kissinger <aleks0@gmail.com>2020-04-18 23:05:52 +0100
commit706b7fc38c4ed4769a3a1a8602e729b672f13118 (patch)
tree1ae3124a5d70323828f2affb78ffbac82b9e08eb /src/gui/styleeditor.ui
parentef07176e5c5c8e2aa9ea5a380000302234f2934c (diff)
set no fill and no draw
Diffstat (limited to 'src/gui/styleeditor.ui')
-rw-r--r--src/gui/styleeditor.ui38
1 files changed, 38 insertions, 0 deletions
diff --git a/src/gui/styleeditor.ui b/src/gui/styleeditor.ui
index 9c06894..22b04a6 100644
--- a/src/gui/styleeditor.ui
+++ b/src/gui/styleeditor.ui
@@ -822,6 +822,44 @@
<bool>true</bool>
</attribute>
</widget>
+ <widget class="QCheckBox" name="noFill">
+ <property name="geometry">
+ <rect>
+ <x>340</x>
+ <y>110</y>
+ <width>71</width>
+ <height>17</height>
+ </rect>
+ </property>
+ <property name="font">
+ <font>
+ <pointsize>9</pointsize>
+ <italic>false</italic>
+ </font>
+ </property>
+ <property name="text">
+ <string>none</string>
+ </property>
+ </widget>
+ <widget class="QCheckBox" name="noDraw">
+ <property name="geometry">
+ <rect>
+ <x>340</x>
+ <y>140</y>
+ <width>71</width>
+ <height>17</height>
+ </rect>
+ </property>
+ <property name="font">
+ <font>
+ <pointsize>9</pointsize>
+ <italic>false</italic>
+ </font>
+ </property>
+ <property name="text">
+ <string>none</string>
+ </property>
+ </widget>
</widget>
</widget>
<resources/>