1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>DocumentFormatSelectorDialog</class>
4 <widget class="QDialog" name="DocumentFormatSelectorDialog">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>586</width>
10    <height>239</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Select Correct Document Format</string>
15  </property>
16  <property name="sizeGripEnabled">
17   <bool>true</bool>
18  </property>
19  <property name="modal">
20   <bool>true</bool>
21  </property>
22  <layout class="QVBoxLayout" name="verticalLayout">
23   <item>
24    <widget class="QGroupBox" name="optionsBox">
25     <property name="sizePolicy">
26      <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
27       <horstretch>0</horstretch>
28       <verstretch>0</verstretch>
29      </sizepolicy>
30     </property>
31     <property name="title">
32      <string>Options</string>
33     </property>
34    </widget>
35   </item>
36   <item>
37    <widget class="QLabel" name="label">
38     <property name="text">
39      <string>File preview</string>
40     </property>
41    </widget>
42   </item>
43   <item>
44    <widget class="QPlainTextEdit" name="previewEdit">
45     <property name="maximumSize">
46      <size>
47       <width>16777215</width>
48       <height>200</height>
49      </size>
50     </property>
51     <property name="lineWrapMode">
52      <enum>QPlainTextEdit::NoWrap</enum>
53     </property>
54     <property name="readOnly">
55      <bool>true</bool>
56     </property>
57    </widget>
58   </item>
59   <item>
60    <widget class="QDialogButtonBox" name="buttonBox">
61     <property name="orientation">
62      <enum>Qt::Horizontal</enum>
63     </property>
64     <property name="standardButtons">
65      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
66     </property>
67    </widget>
68   </item>
69  </layout>
70 </widget>
71 <resources/>
72 <connections>
73  <connection>
74   <sender>buttonBox</sender>
75   <signal>accepted()</signal>
76   <receiver>DocumentFormatSelectorDialog</receiver>
77   <slot>accept()</slot>
78   <hints>
79    <hint type="sourcelabel">
80     <x>248</x>
81     <y>254</y>
82    </hint>
83    <hint type="destinationlabel">
84     <x>157</x>
85     <y>274</y>
86    </hint>
87   </hints>
88  </connection>
89  <connection>
90   <sender>buttonBox</sender>
91   <signal>rejected()</signal>
92   <receiver>DocumentFormatSelectorDialog</receiver>
93   <slot>reject()</slot>
94   <hints>
95    <hint type="sourcelabel">
96     <x>316</x>
97     <y>260</y>
98    </hint>
99    <hint type="destinationlabel">
100     <x>286</x>
101     <y>274</y>
102    </hint>
103   </hints>
104  </connection>
105 </connections>
106</ui>
107