1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>IScrOptPrint</class>
4 <widget class="QWidget" name="IScrOptPrint">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>24</width>
10    <height>49</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Form</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout">
17   <property name="spacing">
18    <number>3</number>
19   </property>
20   <property name="leftMargin">
21    <number>3</number>
22   </property>
23   <property name="topMargin">
24    <number>0</number>
25   </property>
26   <property name="rightMargin">
27    <number>0</number>
28   </property>
29   <property name="bottomMargin">
30    <number>0</number>
31   </property>
32   <item>
33    <widget class="QToolButton" name="toolSave">
34     <property name="toolTip">
35      <string>Save selected area as image.</string>
36     </property>
37     <property name="text">
38      <string>...</string>
39     </property>
40     <property name="icon">
41      <iconset resource="../resources.qrc">
42       <normaloff>:/icons/32x32/Save.png</normaloff>:/icons/32x32/Save.png</iconset>
43     </property>
44     <property name="iconSize">
45      <size>
46       <width>16</width>
47       <height>16</height>
48      </size>
49     </property>
50    </widget>
51   </item>
52   <item>
53    <widget class="QToolButton" name="toolPrint">
54     <property name="toolTip">
55      <string>Print selected area.</string>
56     </property>
57     <property name="text">
58      <string>...</string>
59     </property>
60     <property name="icon">
61      <iconset resource="../resources.qrc">
62       <normaloff>:/icons/32x32/Print.png</normaloff>:/icons/32x32/Print.png</iconset>
63     </property>
64     <property name="iconSize">
65      <size>
66       <width>16</width>
67       <height>16</height>
68      </size>
69     </property>
70    </widget>
71   </item>
72  </layout>
73 </widget>
74 <resources>
75  <include location="../resources.qrc"/>
76 </resources>
77 <connections/>
78</ui>
79