1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>IScreenshotDialog</class>
4 <widget class="QDialog" name="IScreenshotDialog">
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>Screenshot...</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout">
17   <item>
18    <widget class="QLabel" name="labelHelp">
19     <property name="text">
20      <string>TextLabel</string>
21     </property>
22     <property name="wordWrap">
23      <bool>true</bool>
24     </property>
25    </widget>
26   </item>
27   <item>
28    <widget class="QLabel" name="labelPreview">
29     <property name="text">
30      <string>TextLabel</string>
31     </property>
32     <property name="alignment">
33      <set>Qt::AlignCenter</set>
34     </property>
35    </widget>
36   </item>
37   <item>
38    <spacer name="verticalSpacer">
39     <property name="orientation">
40      <enum>Qt::Vertical</enum>
41     </property>
42     <property name="sizeHint" stdset="0">
43      <size>
44       <width>20</width>
45       <height>0</height>
46      </size>
47     </property>
48    </spacer>
49   </item>
50   <item>
51    <layout class="QHBoxLayout" name="horizontalLayout">
52     <item>
53      <widget class="QPushButton" name="pushSave">
54       <property name="text">
55        <string>Save Screenshot</string>
56       </property>
57       <property name="icon">
58        <iconset resource="../resources.qrc">
59         <normaloff>:/icons/32x32/Save.png</normaloff>:/icons/32x32/Save.png</iconset>
60       </property>
61      </widget>
62     </item>
63     <item>
64      <widget class="QPushButton" name="pushPrint">
65       <property name="text">
66        <string>Print Screenshot</string>
67       </property>
68       <property name="icon">
69        <iconset resource="../resources.qrc">
70         <normaloff>:/icons/32x32/Print.png</normaloff>:/icons/32x32/Print.png</iconset>
71       </property>
72      </widget>
73     </item>
74    </layout>
75   </item>
76  </layout>
77 </widget>
78 <resources>
79  <include location="../resources.qrc"/>
80 </resources>
81 <connections/>
82</ui>
83