1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>StylePalette</class>
4 <widget class="QDockWidget" name="StylePalette">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>130</width>
10    <height>506</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="minimumSize">
20   <size>
21    <width>130</width>
22    <height>268</height>
23   </size>
24  </property>
25  <property name="maximumSize">
26   <size>
27    <width>400</width>
28    <height>524287</height>
29   </size>
30  </property>
31  <property name="floating">
32   <bool>false</bool>
33  </property>
34  <property name="windowTitle">
35   <string>Styles</string>
36  </property>
37  <widget class="QWidget" name="dockWidgetContents">
38   <layout class="QVBoxLayout" name="verticalLayout">
39    <item>
40     <widget class="QLabel" name="styleFile">
41      <property name="sizePolicy">
42       <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
43        <horstretch>0</horstretch>
44        <verstretch>0</verstretch>
45       </sizepolicy>
46      </property>
47      <property name="font">
48       <font>
49        <italic>true</italic>
50       </font>
51      </property>
52      <property name="text">
53       <string>[no style file]</string>
54      </property>
55     </widget>
56    </item>
57    <item>
58     <layout class="QHBoxLayout" name="horizontalLayout_2">
59      <property name="spacing">
60       <number>2</number>
61      </property>
62      <property name="topMargin">
63       <number>0</number>
64      </property>
65      <item>
66       <widget class="QToolButton" name="buttonNewTikzstyles">
67        <property name="toolTip">
68         <string>New Style File</string>
69        </property>
70        <property name="text">
71         <string/>
72        </property>
73        <property name="icon">
74         <iconset resource="../../tikzit.qrc">
75          <normaloff>:/images/document-new.svg</normaloff>:/images/document-new.svg</iconset>
76        </property>
77        <property name="iconSize">
78         <size>
79          <width>16</width>
80          <height>16</height>
81         </size>
82        </property>
83       </widget>
84      </item>
85      <item>
86       <widget class="QToolButton" name="buttonOpenTikzstyles">
87        <property name="toolTip">
88         <string>Load Style File</string>
89        </property>
90        <property name="text">
91         <string/>
92        </property>
93        <property name="icon">
94         <iconset resource="../../tikzit.qrc">
95          <normaloff>:/images/document-open.svg</normaloff>:/images/document-open.svg</iconset>
96        </property>
97        <property name="iconSize">
98         <size>
99          <width>16</width>
100          <height>16</height>
101         </size>
102        </property>
103       </widget>
104      </item>
105      <item>
106       <widget class="QToolButton" name="buttonEditTikzstyles">
107        <property name="toolTip">
108         <string>Edit Styles</string>
109        </property>
110        <property name="text">
111         <string/>
112        </property>
113        <property name="icon">
114         <iconset resource="../../tikzit.qrc">
115          <normaloff>:/images/text-x-generic_with_pencil.svg</normaloff>:/images/text-x-generic_with_pencil.svg</iconset>
116        </property>
117        <property name="iconSize">
118         <size>
119          <width>16</width>
120          <height>16</height>
121         </size>
122        </property>
123       </widget>
124      </item>
125      <item>
126       <widget class="QToolButton" name="buttonRefreshTikzstyles">
127        <property name="toolTip">
128         <string>Refresh Styles</string>
129        </property>
130        <property name="text">
131         <string/>
132        </property>
133        <property name="icon">
134         <iconset resource="../../tikzit.qrc">
135          <normaloff>:/images/refresh.svg</normaloff>:/images/refresh.svg</iconset>
136        </property>
137        <property name="iconSize">
138         <size>
139          <width>16</width>
140          <height>16</height>
141         </size>
142        </property>
143       </widget>
144      </item>
145      <item>
146       <spacer name="horizontalSpacer">
147        <property name="orientation">
148         <enum>Qt::Horizontal</enum>
149        </property>
150        <property name="sizeHint" stdset="0">
151         <size>
152          <width>40</width>
153          <height>20</height>
154         </size>
155        </property>
156       </spacer>
157      </item>
158     </layout>
159    </item>
160    <item>
161     <widget class="QComboBox" name="currentCategory"/>
162    </item>
163    <item>
164     <widget class="QListView" name="styleListView">
165      <property name="font">
166       <font>
167        <pointsize>8</pointsize>
168        <italic>true</italic>
169       </font>
170      </property>
171      <property name="verticalScrollBarPolicy">
172       <enum>Qt::ScrollBarAlwaysOn</enum>
173      </property>
174      <property name="horizontalScrollBarPolicy">
175       <enum>Qt::ScrollBarAlwaysOff</enum>
176      </property>
177      <property name="resizeMode">
178       <enum>QListView::Adjust</enum>
179      </property>
180     </widget>
181    </item>
182    <item>
183     <widget class="QListView" name="edgeStyleListView">
184      <property name="font">
185       <font>
186        <pointsize>8</pointsize>
187        <italic>true</italic>
188       </font>
189      </property>
190     </widget>
191    </item>
192   </layout>
193  </widget>
194 </widget>
195 <resources>
196  <include location="../../tikzit.qrc"/>
197 </resources>
198 <connections/>
199</ui>
200