1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>DialogMultipageEditor</class>
4 <widget class="QDialog" name="DialogMultipageEditor">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>617</width>
10    <height>426</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Import multipage document</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout">
17   <item>
18    <widget class="QLabel" name="label">
19     <property name="text">
20      <string>Check the pages or subimages you want to import</string>
21     </property>
22    </widget>
23   </item>
24   <item>
25    <widget class="QTreeWidget" name="treeWidget">
26     <property name="selectionMode">
27      <enum>QAbstractItemView::ExtendedSelection</enum>
28     </property>
29     <property name="rootIsDecorated">
30      <bool>false</bool>
31     </property>
32     <attribute name="headerVisible">
33      <bool>true</bool>
34     </attribute>
35     <column>
36      <property name="text">
37       <string notr="true">Subpage</string>
38      </property>
39     </column>
40     <column>
41      <property name="text">
42       <string>Page</string>
43      </property>
44     </column>
45     <column>
46      <property name="text">
47       <string>Pixel size</string>
48      </property>
49     </column>
50     <column>
51      <property name="text">
52       <string>Density</string>
53      </property>
54     </column>
55     <column>
56      <property name="text">
57       <string>Depth</string>
58      </property>
59     </column>
60    </widget>
61   </item>
62   <item>
63    <widget class="QLabel" name="labelHelpPDF">
64     <property name="text">
65      <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;a href=&quot;https://converseen.fasterland.net/converseen-can-convert-pdf-as-image-files/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#007af4;&quot;&gt;How to enable the PDF conversion?&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
66     </property>
67     <property name="openExternalLinks">
68      <bool>true</bool>
69     </property>
70     <property name="textInteractionFlags">
71      <set>Qt::TextBrowserInteraction</set>
72     </property>
73    </widget>
74   </item>
75   <item>
76    <layout class="QHBoxLayout" name="horizontalLayout">
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="QPushButton" name="pushCancel">
92       <property name="text">
93        <string>Cancel</string>
94       </property>
95       <property name="icon">
96        <iconset resource="../resources.qrc">
97         <normaloff>:/Images/res/cancel.png</normaloff>:/Images/res/cancel.png</iconset>
98       </property>
99      </widget>
100     </item>
101     <item>
102      <widget class="QPushButton" name="pushOk">
103       <property name="text">
104        <string>Import</string>
105       </property>
106       <property name="icon">
107        <iconset resource="../resources.qrc">
108         <normaloff>:/Images/res/apply.png</normaloff>:/Images/res/apply.png</iconset>
109       </property>
110      </widget>
111     </item>
112    </layout>
113   </item>
114  </layout>
115  <action name="actionCheck">
116   <property name="icon">
117    <iconset resource="../resources.qrc">
118     <normaloff>:/Images/res/apply.png</normaloff>:/Images/res/apply.png</iconset>
119   </property>
120   <property name="text">
121    <string>Check</string>
122   </property>
123  </action>
124  <action name="actionCheckAll">
125   <property name="icon">
126    <iconset resource="../resources.qrc">
127     <normaloff>:/Images/res/apply.png</normaloff>:/Images/res/apply.png</iconset>
128   </property>
129   <property name="text">
130    <string>Check all</string>
131   </property>
132  </action>
133  <action name="actionUncheck">
134   <property name="icon">
135    <iconset resource="../resources.qrc">
136     <normaloff>:/Images/res/adept_purge.png</normaloff>:/Images/res/adept_purge.png</iconset>
137   </property>
138   <property name="text">
139    <string>Uncheck</string>
140   </property>
141  </action>
142  <action name="actionUncheckAll">
143   <property name="icon">
144    <iconset resource="../resources.qrc">
145     <normaloff>:/Images/res/adept_purge.png</normaloff>:/Images/res/adept_purge.png</iconset>
146   </property>
147   <property name="text">
148    <string>Uncheck all</string>
149   </property>
150  </action>
151 </widget>
152 <resources>
153  <include location="../resources.qrc"/>
154 </resources>
155 <connections/>
156</ui>
157