Companion: Russian UI (#7180)
[opentx.git] / companion / src / printdialog.ui
blob719d8377d5c68376943a50a08214dcbfde793bbf
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="styleButton">
60 <property name="text">
61 <string>Style</string>
62 </property>
63 </widget>
64 </item>
65 <item>
66 <widget class="QPushButton" name="printButton">
67 <property name="text">
68 <string>Print</string>
69 </property>
70 </widget>
71 </item>
72 <item>
73 <widget class="QPushButton" name="printFileButton">
74 <property name="text">
75 <string>Print to file</string>
76 </property>
77 </widget>
78 </item>
79 </layout>
80 </item>
81 </layout>
82 </widget>
83 <resources>
84 <include location="companion.qrc"/>
85 </resources>
86 <connections>
87 <connection>
88 <sender>closeButton</sender>
89 <signal>clicked()</signal>
90 <receiver>PrintDialog</receiver>
91 <slot>reject()</slot>
92 <hints>
93 <hint type="sourcelabel">
94 <x>739</x>
95 <y>636</y>
96 </hint>
97 <hint type="destinationlabel">
98 <x>565</x>
99 <y>623</y>
100 </hint>
101 </hints>
102 </connection>
103 </connections>
104 </ui>