Improve settings migration and management (#5107)
[opentx.git] / companion / src / printdialog.ui
blob20e2a7b63356578913b8eead06ec9bea2106d69b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>PrintDialog</class>
4 <widget class="QDialog" name="PrintDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>740</width>
10 <height>651</height>
11 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="minimumSize">
20 <size>
21 <width>740</width>
22 <height>0</height>
23 </size>
24 </property>
25 <property name="windowTitle">
26 <string/>
27 </property>
28 <layout class="QVBoxLayout" name="verticalLayout">
29 <item>
30 <widget class="QTextEdit" name="textEdit">
31 <property name="readOnly">
32 <bool>true</bool>
33 </property>
34 </widget>
35 </item>
36 <item>
37 <layout class="QHBoxLayout" name="horizontalLayout">
38 <item>
39 <spacer name="horizontalSpacer">
40 <property name="orientation">
41 <enum>Qt::Horizontal</enum>
42 </property>
43 <property name="sizeHint" stdset="0">
44 <size>
45 <width>40</width>
46 <height>20</height>
47 </size>
48 </property>
49 </spacer>
50 </item>
51 <item>
52 <widget class="QPushButton" name="closeButton">
53 <property name="text">
54 <string>Close</string>
55 </property>
56 </widget>
57 </item>
58 <item>
59 <widget class="QPushButton" name="printButton">
60 <property name="text">
61 <string>Print</string>
62 </property>
63 </widget>
64 </item>
65 <item>
66 <widget class="QPushButton" name="printFileButton">
67 <property name="text">
68 <string>Print to file</string>
69 </property>
70 </widget>
71 </item>
72 </layout>
73 </item>
74 </layout>
75 </widget>
76 <resources>
77 <include location="companion.qrc"/>
78 </resources>
79 <connections>
80 <connection>
81 <sender>closeButton</sender>
82 <signal>clicked()</signal>
83 <receiver>PrintDialog</receiver>
84 <slot>reject()</slot>
85 <hints>
86 <hint type="sourcelabel">
87 <x>739</x>
88 <y>636</y>
89 </hint>
90 <hint type="destinationlabel">
91 <x>565</x>
92 <y>623</y>
93 </hint>
94 </hints>
95 </connection>
96 </connections>
97 </ui>