2010-06-17 00:40:07 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>SkinViewer</class>
|
|
|
|
<widget class="QWidget" name="SkinViewer">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>400</width>
|
|
|
|
<height>300</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QGraphicsView" name="viewer"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
2010-06-17 06:59:46 +00:00
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2010-06-25 06:56:15 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="zoomEvenButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Zoom Even</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../resources.qrc">
|
|
|
|
<normaloff>:/resources/resources/zoomeven.png</normaloff>:/resources/resources/zoomeven.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-06-17 00:40:07 +00:00
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="zoomInButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Zoom In</string>
|
|
|
|
</property>
|
2010-06-25 06:56:15 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../resources.qrc">
|
|
|
|
<normaloff>:/resources/resources/zoomin.png</normaloff>:/resources/resources/zoomin.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2010-06-17 06:59:46 +00:00
|
|
|
<property name="autoRepeat">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2010-06-17 00:40:07 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="zoomOutButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>Zoom Out</string>
|
|
|
|
</property>
|
2010-06-25 06:56:15 +00:00
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../resources.qrc">
|
|
|
|
<normaloff>:/resources/resources/zoomout.png</normaloff>:/resources/resources/zoomout.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>24</width>
|
|
|
|
<height>24</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2010-06-17 06:59:46 +00:00
|
|
|
<property name="autoRepeat">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2010-06-17 00:40:07 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2010-06-25 06:56:15 +00:00
|
|
|
<resources>
|
|
|
|
<include location="../resources.qrc"/>
|
|
|
|
</resources>
|
2010-06-17 00:40:07 +00:00
|
|
|
<connections/>
|
|
|
|
</ui>
|