|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>SubscriberDialog</class> |
|
4 <widget class="QDialog" name="SubscriberDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>453</width> |
|
10 <height>339</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Subscriber</string> |
|
15 </property> |
|
16 <layout class="QVBoxLayout" name="verticalLayout"> |
|
17 <item> |
|
18 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
19 <item> |
|
20 <widget class="QLabel" name="label"> |
|
21 <property name="sizePolicy"> |
|
22 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
|
23 <horstretch>0</horstretch> |
|
24 <verstretch>0</verstretch> |
|
25 </sizepolicy> |
|
26 </property> |
|
27 <property name="text"> |
|
28 <string>Base path:</string> |
|
29 </property> |
|
30 </widget> |
|
31 </item> |
|
32 <item> |
|
33 <widget class="QLineEdit" name="basePath"> |
|
34 <property name="sizePolicy"> |
|
35 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> |
|
36 <horstretch>0</horstretch> |
|
37 <verstretch>0</verstretch> |
|
38 </sizepolicy> |
|
39 </property> |
|
40 <property name="text"> |
|
41 <string>/example</string> |
|
42 </property> |
|
43 </widget> |
|
44 </item> |
|
45 <item> |
|
46 <widget class="QPushButton" name="connectButton"> |
|
47 <property name="sizePolicy"> |
|
48 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
|
49 <horstretch>0</horstretch> |
|
50 <verstretch>0</verstretch> |
|
51 </sizepolicy> |
|
52 </property> |
|
53 <property name="text"> |
|
54 <string>Connect</string> |
|
55 </property> |
|
56 </widget> |
|
57 </item> |
|
58 <item> |
|
59 <widget class="QDialogButtonBox" name="buttonBox"> |
|
60 <property name="sizePolicy"> |
|
61 <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
|
62 <horstretch>0</horstretch> |
|
63 <verstretch>0</verstretch> |
|
64 </sizepolicy> |
|
65 </property> |
|
66 <property name="orientation"> |
|
67 <enum>Qt::Horizontal</enum> |
|
68 </property> |
|
69 <property name="standardButtons"> |
|
70 <set>QDialogButtonBox::Close</set> |
|
71 </property> |
|
72 </widget> |
|
73 </item> |
|
74 </layout> |
|
75 </item> |
|
76 <item> |
|
77 <widget class="QTableWidget" name="tableWidget"> |
|
78 <property name="minimumSize"> |
|
79 <size> |
|
80 <width>0</width> |
|
81 <height>300</height> |
|
82 </size> |
|
83 </property> |
|
84 </widget> |
|
85 </item> |
|
86 </layout> |
|
87 </widget> |
|
88 <tabstops> |
|
89 <tabstop>basePath</tabstop> |
|
90 <tabstop>connectButton</tabstop> |
|
91 <tabstop>buttonBox</tabstop> |
|
92 <tabstop>tableWidget</tabstop> |
|
93 </tabstops> |
|
94 <resources/> |
|
95 <connections> |
|
96 <connection> |
|
97 <sender>buttonBox</sender> |
|
98 <signal>accepted()</signal> |
|
99 <receiver>SubscriberDialog</receiver> |
|
100 <slot>accept()</slot> |
|
101 <hints> |
|
102 <hint type="sourcelabel"> |
|
103 <x>248</x> |
|
104 <y>254</y> |
|
105 </hint> |
|
106 <hint type="destinationlabel"> |
|
107 <x>157</x> |
|
108 <y>274</y> |
|
109 </hint> |
|
110 </hints> |
|
111 </connection> |
|
112 <connection> |
|
113 <sender>buttonBox</sender> |
|
114 <signal>rejected()</signal> |
|
115 <receiver>SubscriberDialog</receiver> |
|
116 <slot>reject()</slot> |
|
117 <hints> |
|
118 <hint type="sourcelabel"> |
|
119 <x>316</x> |
|
120 <y>260</y> |
|
121 </hint> |
|
122 <hint type="destinationlabel"> |
|
123 <x>286</x> |
|
124 <y>274</y> |
|
125 </hint> |
|
126 </hints> |
|
127 </connection> |
|
128 </connections> |
|
129 </ui> |