1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>CxfImportDialogBase</class>
4 <widget class="QDialog" name="CxfImportDialogBase">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>372</width>
10    <height>300</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>CxF Import</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout">
17   <property name="leftMargin">
18    <number>9</number>
19   </property>
20   <property name="topMargin">
21    <number>9</number>
22   </property>
23   <property name="rightMargin">
24    <number>9</number>
25   </property>
26   <property name="bottomMargin">
27    <number>9</number>
28   </property>
29   <item>
30    <widget class="QLabel" name="label">
31     <property name="text">
32      <string>The file you are trying to import contains multiple definitions for colors. Please select how you would like colors to be imported by priority:</string>
33     </property>
34     <property name="textFormat">
35      <enum>Qt::PlainText</enum>
36     </property>
37     <property name="wordWrap">
38      <bool>true</bool>
39     </property>
40    </widget>
41   </item>
42   <item>
43    <layout class="QHBoxLayout" name="horizontalLayout">
44     <item>
45      <widget class="QListWidget" name="colorspaceListBox"/>
46     </item>
47     <item>
48      <layout class="QVBoxLayout" name="verticalLayout_2">
49       <item>
50        <widget class="QPushButton" name="buttonUp">
51         <property name="enabled">
52          <bool>false</bool>
53         </property>
54         <property name="sizePolicy">
55          <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
56           <horstretch>0</horstretch>
57           <verstretch>0</verstretch>
58          </sizepolicy>
59         </property>
60         <property name="text">
61          <string/>
62         </property>
63        </widget>
64       </item>
65       <item>
66        <widget class="QPushButton" name="buttonDown">
67         <property name="enabled">
68          <bool>false</bool>
69         </property>
70         <property name="sizePolicy">
71          <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
72           <horstretch>0</horstretch>
73           <verstretch>0</verstretch>
74          </sizepolicy>
75         </property>
76         <property name="text">
77          <string/>
78         </property>
79        </widget>
80       </item>
81       <item>
82        <spacer name="verticalSpacer">
83         <property name="orientation">
84          <enum>Qt::Vertical</enum>
85         </property>
86         <property name="sizeHint" stdset="0">
87          <size>
88           <width>20</width>
89           <height>40</height>
90          </size>
91         </property>
92        </spacer>
93       </item>
94      </layout>
95     </item>
96    </layout>
97   </item>
98   <item>
99    <widget class="QDialogButtonBox" name="buttonBox">
100     <property name="orientation">
101      <enum>Qt::Horizontal</enum>
102     </property>
103     <property name="standardButtons">
104      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
105     </property>
106    </widget>
107   </item>
108  </layout>
109 </widget>
110 <resources/>
111 <connections>
112  <connection>
113   <sender>buttonBox</sender>
114   <signal>accepted()</signal>
115   <receiver>CxfImportDialogBase</receiver>
116   <slot>accept()</slot>
117   <hints>
118    <hint type="sourcelabel">
119     <x>248</x>
120     <y>254</y>
121    </hint>
122    <hint type="destinationlabel">
123     <x>157</x>
124     <y>274</y>
125    </hint>
126   </hints>
127  </connection>
128  <connection>
129   <sender>buttonBox</sender>
130   <signal>rejected()</signal>
131   <receiver>CxfImportDialogBase</receiver>
132   <slot>reject()</slot>
133   <hints>
134    <hint type="sourcelabel">
135     <x>316</x>
136     <y>260</y>
137    </hint>
138    <hint type="destinationlabel">
139     <x>286</x>
140     <y>274</y>
141    </hint>
142   </hints>
143  </connection>
144 </connections>
145</ui>
146