summaryrefslogtreecommitdiff
path: root/stylepalette.ui
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-04-05 13:20:20 +0200
committerAleks Kissinger <aleks0@gmail.com>2018-04-05 13:20:20 +0200
commit1a71fd8efa0350d1e121f6792e8fad67e82b25c1 (patch)
tree0e706cf35256c5195974105218ad2b6ea49e1193 /stylepalette.ui
parent8b8ea9395bdda4bb1404497ff654b82098084822 (diff)
fixed name conflict, now builds in MSVC
Diffstat (limited to 'stylepalette.ui')
-rw-r--r--stylepalette.ui34
1 files changed, 32 insertions, 2 deletions
diff --git a/stylepalette.ui b/stylepalette.ui
index dab1b32..5e370b6 100644
--- a/stylepalette.ui
+++ b/stylepalette.ui
@@ -105,8 +105,8 @@
<widget class="QToolButton" name="buttonApplyNodeStyle">
<property name="minimumSize">
<size>
- <width>25</width>
- <height>25</height>
+ <width>0</width>
+ <height>0</height>
</size>
</property>
<property name="text">
@@ -129,6 +129,36 @@
</item>
</layout>
</item>
+ <item>
+ <widget class="QListView" name="listView"/>
+ </item>
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout">
+ <property name="spacing">
+ <number>2</number>
+ </property>
+ <item>
+ <widget class="QToolButton" name="toolButton">
+ <property name="text">
+ <string>Apply</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer_2">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </item>
</layout>
</widget>
</widget>