1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>DocumentProviderSelectorDialog</class>
4 <widget class="QDialog" name="DocumentProviderSelectorDialog">
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="sizePolicy">
14   <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="windowTitle">
20   <string>Select Document Format</string>
21  </property>
22  <layout class="QVBoxLayout" name="verticalLayout">
23   <property name="sizeConstraint">
24    <enum>QLayout::SetMinAndMaxSize</enum>
25   </property>
26   <item>
27    <widget class="QGroupBox" name="gbFormats">
28     <property name="sizePolicy">
29      <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
30       <horstretch>0</horstretch>
31       <verstretch>0</verstretch>
32      </sizepolicy>
33     </property>
34     <property name="title">
35      <string>Document Format</string>
36     </property>
37     <layout class="QVBoxLayout" name="formatsLayout">
38      <property name="spacing">
39       <number>12</number>
40      </property>
41      <property name="sizeConstraint">
42       <enum>QLayout::SetMinAndMaxSize</enum>
43      </property>
44     </layout>
45    </widget>
46   </item>
47   <item>
48    <widget class="QDialogButtonBox" name="buttonBox">
49     <property name="orientation">
50      <enum>Qt::Horizontal</enum>
51     </property>
52     <property name="standardButtons">
53      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
54     </property>
55    </widget>
56   </item>
57  </layout>
58 </widget>
59 <resources/>
60 <connections>
61  <connection>
62   <sender>buttonBox</sender>
63   <signal>accepted()</signal>
64   <receiver>DocumentProviderSelectorDialog</receiver>
65   <slot>accept()</slot>
66   <hints>
67    <hint type="sourcelabel">
68     <x>248</x>
69     <y>254</y>
70    </hint>
71    <hint type="destinationlabel">
72     <x>157</x>
73     <y>274</y>
74    </hint>
75   </hints>
76  </connection>
77  <connection>
78   <sender>buttonBox</sender>
79   <signal>rejected()</signal>
80   <receiver>DocumentProviderSelectorDialog</receiver>
81   <slot>reject()</slot>
82   <hints>
83    <hint type="sourcelabel">
84     <x>316</x>
85     <y>260</y>
86    </hint>
87    <hint type="destinationlabel">
88     <x>286</x>
89     <y>274</y>
90    </hint>
91   </hints>
92  </connection>
93 </connections>
94</ui>
95