1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ImageFormatSetup</class>
4 <widget class="QDialog" name="ImageFormatSetup">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>493</width>
10    <height>262</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Active image formats</string>
15  </property>
16  <layout class="QGridLayout" name="gridLayout">
17   <item row="2" column="5">
18    <widget class="QComboBox" name="comboBoxImageType">
19     <property name="sizePolicy">
20      <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
21       <horstretch>0</horstretch>
22       <verstretch>0</verstretch>
23      </sizepolicy>
24     </property>
25     <property name="toolTip">
26      <string>Select artwork class to adjust</string>
27     </property>
28    </widget>
29   </item>
30   <item row="2" column="0">
31    <widget class="QPushButton" name="pushButtonOk">
32     <property name="sizePolicy">
33      <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
34       <horstretch>0</horstretch>
35       <verstretch>0</verstretch>
36      </sizepolicy>
37     </property>
38     <property name="toolTip">
39      <string>Apply image format setup and close dialog</string>
40     </property>
41     <property name="text">
42      <string>&amp;Ok</string>
43     </property>
44     <property name="icon">
45      <iconset resource="qmc2.qrc">
46       <normaloff>:/data/img/yes.png</normaloff>:/data/img/yes.png</iconset>
47     </property>
48     <property name="autoDefault">
49      <bool>false</bool>
50     </property>
51    </widget>
52   </item>
53   <item row="2" column="1">
54    <widget class="QPushButton" name="pushButtonCancel">
55     <property name="sizePolicy">
56      <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
57       <horstretch>0</horstretch>
58       <verstretch>0</verstretch>
59      </sizepolicy>
60     </property>
61     <property name="toolTip">
62      <string>Cancel image format setup</string>
63     </property>
64     <property name="text">
65      <string>&amp;Cancel</string>
66     </property>
67     <property name="icon">
68      <iconset resource="qmc2.qrc">
69       <normaloff>:/data/img/no.png</normaloff>:/data/img/no.png</iconset>
70     </property>
71     <property name="autoDefault">
72      <bool>false</bool>
73     </property>
74    </widget>
75   </item>
76   <item row="2" column="2">
77    <widget class="QPushButton" name="pushButtonRestore">
78     <property name="enabled">
79      <bool>false</bool>
80     </property>
81     <property name="sizePolicy">
82      <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
83       <horstretch>0</horstretch>
84       <verstretch>0</verstretch>
85      </sizepolicy>
86     </property>
87     <property name="toolTip">
88      <string>Restore active image formats from currently stored setup</string>
89     </property>
90     <property name="text">
91      <string>&amp;Restore</string>
92     </property>
93     <property name="icon">
94      <iconset resource="qmc2.qrc">
95       <normaloff>:/data/img/undo.png</normaloff>:/data/img/undo.png</iconset>
96     </property>
97     <property name="autoDefault">
98      <bool>false</bool>
99     </property>
100    </widget>
101   </item>
102   <item row="2" column="3">
103    <spacer name="horizontalSpacer">
104     <property name="orientation">
105      <enum>Qt::Horizontal</enum>
106     </property>
107     <property name="sizeHint" stdset="0">
108      <size>
109       <width>442</width>
110       <height>20</height>
111      </size>
112     </property>
113    </spacer>
114   </item>
115   <item row="2" column="4">
116    <widget class="QLabel" name="labelImageType">
117     <property name="text">
118      <string>Artwork class</string>
119     </property>
120    </widget>
121   </item>
122   <item row="1" column="0" colspan="6">
123    <widget class="QTreeWidget" name="treeWidget">
124     <property name="toolTip">
125      <string>Drag &amp; drop format entries to adjust priorities of activated formats for the current artwork class</string>
126     </property>
127     <property name="dragEnabled">
128      <bool>true</bool>
129     </property>
130     <property name="dragDropMode">
131      <enum>QAbstractItemView::InternalMove</enum>
132     </property>
133     <property name="rootIsDecorated">
134      <bool>false</bool>
135     </property>
136     <property name="uniformRowHeights">
137      <bool>true</bool>
138     </property>
139     <property name="itemsExpandable">
140      <bool>false</bool>
141     </property>
142     <property name="expandsOnDoubleClick">
143      <bool>false</bool>
144     </property>
145     <column>
146      <property name="text">
147       <string>Format</string>
148      </property>
149     </column>
150     <column>
151      <property name="text">
152       <string>Description</string>
153      </property>
154     </column>
155     <column>
156      <property name="text">
157       <string>Extensions</string>
158      </property>
159     </column>
160     <column>
161      <property name="text">
162       <string>Activation</string>
163      </property>
164     </column>
165    </widget>
166   </item>
167  </layout>
168 </widget>
169 <tabstops>
170  <tabstop>treeWidget</tabstop>
171  <tabstop>pushButtonOk</tabstop>
172  <tabstop>pushButtonCancel</tabstop>
173  <tabstop>pushButtonRestore</tabstop>
174  <tabstop>comboBoxImageType</tabstop>
175 </tabstops>
176 <resources>
177  <include location="qmc2.qrc"/>
178 </resources>
179 <connections/>
180</ui>
181