Initial maemo platform support
[maemo-rb.git] / utils / themeeditor / gui / skinviewer.ui
blobaa10cddbe709904dd93a737ff744212a0ba9de40
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 <widget class="QToolButton" name="codeGenButton">
31 <property name="enabled">
32 <bool>false</bool>
33 </property>
34 <property name="text">
35 <string/>
36 </property>
37 <property name="icon">
38 <iconset resource="../resources.qrc">
39 <normaloff>:/resources/resources/applications-system.png</normaloff>:/resources/resources/applications-system.png</iconset>
40 </property>
41 </widget>
42 </item>
43 <item>
44 <widget class="QToolButton" name="codeUndoButton">
45 <property name="enabled">
46 <bool>false</bool>
47 </property>
48 <property name="text">
49 <string/>
50 </property>
51 <property name="icon">
52 <iconset resource="../resources.qrc">
53 <normaloff>:/resources/resources/edit-undo.png</normaloff>:/resources/resources/edit-undo.png</iconset>
54 </property>
55 </widget>
56 </item>
57 <item>
58 <spacer name="horizontalSpacer_2">
59 <property name="orientation">
60 <enum>Qt::Horizontal</enum>
61 </property>
62 <property name="sizeHint" stdset="0">
63 <size>
64 <width>40</width>
65 <height>20</height>
66 </size>
67 </property>
68 </spacer>
69 </item>
70 <item>
71 <widget class="QLabel" name="coordinateLabel">
72 <property name="text">
73 <string/>
74 </property>
75 </widget>
76 </item>
77 <item>
78 <spacer name="horizontalSpacer">
79 <property name="orientation">
80 <enum>Qt::Horizontal</enum>
81 </property>
82 <property name="sizeHint" stdset="0">
83 <size>
84 <width>40</width>
85 <height>20</height>
86 </size>
87 </property>
88 </spacer>
89 </item>
90 <item>
91 <widget class="QToolButton" name="zoomEvenButton">
92 <property name="text">
93 <string>Zoom Even</string>
94 </property>
95 <property name="icon">
96 <iconset resource="../resources.qrc">
97 <normaloff>:/resources/resources/zoomeven.png</normaloff>:/resources/resources/zoomeven.png</iconset>
98 </property>
99 <property name="iconSize">
100 <size>
101 <width>24</width>
102 <height>24</height>
103 </size>
104 </property>
105 </widget>
106 </item>
107 <item>
108 <widget class="QToolButton" name="zoomInButton">
109 <property name="text">
110 <string>Zoom In</string>
111 </property>
112 <property name="icon">
113 <iconset resource="../resources.qrc">
114 <normaloff>:/resources/resources/zoomin.png</normaloff>:/resources/resources/zoomin.png</iconset>
115 </property>
116 <property name="iconSize">
117 <size>
118 <width>24</width>
119 <height>24</height>
120 </size>
121 </property>
122 <property name="autoRepeat">
123 <bool>true</bool>
124 </property>
125 </widget>
126 </item>
127 <item>
128 <widget class="QToolButton" name="zoomOutButton">
129 <property name="text">
130 <string>Zoom Out</string>
131 </property>
132 <property name="icon">
133 <iconset resource="../resources.qrc">
134 <normaloff>:/resources/resources/zoomout.png</normaloff>:/resources/resources/zoomout.png</iconset>
135 </property>
136 <property name="iconSize">
137 <size>
138 <width>24</width>
139 <height>24</height>
140 </size>
141 </property>
142 <property name="autoRepeat">
143 <bool>true</bool>
144 </property>
145 </widget>
146 </item>
147 </layout>
148 </item>
149 </layout>
150 </widget>
151 <resources>
152 <include location="../resources.qrc"/>
153 </resources>
154 <connections/>
155 </ui>