1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <author>Oleksandr Shneyder(o.shneyder@phoca-gmbh.de)</author>
4 <class>PrintDialog</class>
5 <widget class="QDialog" name="PrintDialog">
6  <property name="windowModality">
7   <enum>Qt::NonModal</enum>
8  </property>
9  <property name="geometry">
10   <rect>
11    <x>0</x>
12    <y>0</y>
13    <width>400</width>
14    <height>300</height>
15   </rect>
16  </property>
17  <property name="windowTitle">
18   <string>Print - X2Go Client</string>
19  </property>
20  <layout class="QVBoxLayout" name="verticalLayout">
21   <item>
22    <widget class="Line" name="line">
23     <property name="orientation">
24      <enum>Qt::Horizontal</enum>
25     </property>
26    </widget>
27   </item>
28   <item>
29    <widget class="QDialogButtonBox" name="buttonBox">
30     <property name="standardButtons">
31      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
32     </property>
33    </widget>
34   </item>
35  </layout>
36 </widget>
37 <resources/>
38 <connections>
39  <connection>
40   <sender>buttonBox</sender>
41   <signal>accepted()</signal>
42   <receiver>PrintDialog</receiver>
43   <slot>accept()</slot>
44   <hints>
45    <hint type="sourcelabel">
46     <x>199</x>
47     <y>277</y>
48    </hint>
49    <hint type="destinationlabel">
50     <x>199</x>
51     <y>149</y>
52    </hint>
53   </hints>
54  </connection>
55  <connection>
56   <sender>buttonBox</sender>
57   <signal>rejected()</signal>
58   <receiver>PrintDialog</receiver>
59   <slot>reject()</slot>
60   <hints>
61    <hint type="sourcelabel">
62     <x>199</x>
63     <y>277</y>
64    </hint>
65    <hint type="destinationlabel">
66     <x>199</x>
67     <y>149</y>
68    </hint>
69   </hints>
70  </connection>
71 </connections>
72</ui>
73