Theme Editor: Made auto-expand/highlight of parse tree optional (through preferences...
[kugel-rb.git] / utils / themeeditor / gui / skinviewer.ui
blob333eeefba5d353b607b42ba8a7a61f2c395f3852
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>SkinViewer</class>
4 <widget class="QWidget" name="SkinViewer">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>300</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Form</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QGraphicsView" name="viewer">
19 <property name="cacheMode">
20 <set>QGraphicsView::CacheNone</set>
21 </property>
22 <property name="viewportUpdateMode">
23 <enum>QGraphicsView::FullViewportUpdate</enum>
24 </property>
25 </widget>
26 </item>
27 <item>
28 <layout class="QHBoxLayout" name="horizontalLayout">
29 <item>
30 <spacer name="horizontalSpacer">
31 <property name="orientation">
32 <enum>Qt::Horizontal</enum>
33 </property>
34 <property name="sizeHint" stdset="0">
35 <size>
36 <width>40</width>
37 <height>20</height>
38 </size>
39 </property>
40 </spacer>
41 </item>
42 <item>
43 <widget class="QToolButton" name="zoomEvenButton">
44 <property name="text">
45 <string>Zoom Even</string>
46 </property>
47 <property name="icon">
48 <iconset resource="../resources.qrc">
49 <normaloff>:/resources/resources/zoomeven.png</normaloff>:/resources/resources/zoomeven.png</iconset>
50 </property>
51 <property name="iconSize">
52 <size>
53 <width>24</width>
54 <height>24</height>
55 </size>
56 </property>
57 </widget>
58 </item>
59 <item>
60 <widget class="QToolButton" name="zoomInButton">
61 <property name="text">
62 <string>Zoom In</string>
63 </property>
64 <property name="icon">
65 <iconset resource="../resources.qrc">
66 <normaloff>:/resources/resources/zoomin.png</normaloff>:/resources/resources/zoomin.png</iconset>
67 </property>
68 <property name="iconSize">
69 <size>
70 <width>24</width>
71 <height>24</height>
72 </size>
73 </property>
74 <property name="autoRepeat">
75 <bool>true</bool>
76 </property>
77 </widget>
78 </item>
79 <item>
80 <widget class="QToolButton" name="zoomOutButton">
81 <property name="text">
82 <string>Zoom Out</string>
83 </property>
84 <property name="icon">
85 <iconset resource="../resources.qrc">
86 <normaloff>:/resources/resources/zoomout.png</normaloff>:/resources/resources/zoomout.png</iconset>
87 </property>
88 <property name="iconSize">
89 <size>
90 <width>24</width>
91 <height>24</height>
92 </size>
93 </property>
94 <property name="autoRepeat">
95 <bool>true</bool>
96 </property>
97 </widget>
98 </item>
99 </layout>
100 </item>
101 </layout>
102 </widget>
103 <resources>
104 <include location="../resources.qrc"/>
105 </resources>
106 <connections/>
107 </ui>