Theme Editor: Added a reset zoom button, made icons for all the zoom buttons
[kugel-rb.git] / utils / themeeditor / gui / skinviewer.ui
blobd1116888b9f7555362a4141df1c52f1ff31e7c58
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 </item>
20 <item>
21 <layout class="QHBoxLayout" name="horizontalLayout">
22 <item>
23 <spacer name="horizontalSpacer">
24 <property name="orientation">
25 <enum>Qt::Horizontal</enum>
26 </property>
27 <property name="sizeHint" stdset="0">
28 <size>
29 <width>40</width>
30 <height>20</height>
31 </size>
32 </property>
33 </spacer>
34 </item>
35 <item>
36 <widget class="QToolButton" name="zoomEvenButton">
37 <property name="text">
38 <string>Zoom Even</string>
39 </property>
40 <property name="icon">
41 <iconset resource="../resources.qrc">
42 <normaloff>:/resources/resources/zoomeven.png</normaloff>:/resources/resources/zoomeven.png</iconset>
43 </property>
44 <property name="iconSize">
45 <size>
46 <width>24</width>
47 <height>24</height>
48 </size>
49 </property>
50 </widget>
51 </item>
52 <item>
53 <widget class="QToolButton" name="zoomInButton">
54 <property name="text">
55 <string>Zoom In</string>
56 </property>
57 <property name="icon">
58 <iconset resource="../resources.qrc">
59 <normaloff>:/resources/resources/zoomin.png</normaloff>:/resources/resources/zoomin.png</iconset>
60 </property>
61 <property name="iconSize">
62 <size>
63 <width>24</width>
64 <height>24</height>
65 </size>
66 </property>
67 <property name="autoRepeat">
68 <bool>true</bool>
69 </property>
70 </widget>
71 </item>
72 <item>
73 <widget class="QToolButton" name="zoomOutButton">
74 <property name="text">
75 <string>Zoom Out</string>
76 </property>
77 <property name="icon">
78 <iconset resource="../resources.qrc">
79 <normaloff>:/resources/resources/zoomout.png</normaloff>:/resources/resources/zoomout.png</iconset>
80 </property>
81 <property name="iconSize">
82 <size>
83 <width>24</width>
84 <height>24</height>
85 </size>
86 </property>
87 <property name="autoRepeat">
88 <bool>true</bool>
89 </property>
90 </widget>
91 </item>
92 </layout>
93 </item>
94 </layout>
95 </widget>
96 <resources>
97 <include location="../resources.qrc"/>
98 </resources>
99 <connections/>
100 </ui>