0
|
1 |
<ui version="4.0" >
|
|
2 |
<class>ConnectDialog</class>
|
|
3 |
<widget class="QDialog" name="ConnectDialog" >
|
|
4 |
<property name="geometry" >
|
|
5 |
<rect>
|
|
6 |
<x>0</x>
|
|
7 |
<y>0</y>
|
|
8 |
<width>585</width>
|
|
9 |
<height>361</height>
|
|
10 |
</rect>
|
|
11 |
</property>
|
|
12 |
<property name="windowTitle" >
|
|
13 |
<string>Configure Connection</string>
|
|
14 |
</property>
|
|
15 |
<layout class="QGridLayout" >
|
|
16 |
<item row="0" column="0" colspan="2" >
|
|
17 |
<widget class="QGroupBox" name="signalGroupBox" >
|
|
18 |
<property name="title" >
|
|
19 |
<string>GroupBox</string>
|
|
20 |
</property>
|
|
21 |
<layout class="QVBoxLayout" >
|
|
22 |
<item>
|
|
23 |
<widget class="QListWidget" name="signalList" >
|
|
24 |
<property name="textElideMode" >
|
|
25 |
<enum>Qt::ElideMiddle</enum>
|
|
26 |
</property>
|
|
27 |
</widget>
|
|
28 |
</item>
|
|
29 |
<item>
|
|
30 |
<layout class="QHBoxLayout" >
|
|
31 |
<item>
|
|
32 |
<widget class="QToolButton" name="editSignalsButton" >
|
|
33 |
<property name="text" >
|
|
34 |
<string>Edit...</string>
|
|
35 |
</property>
|
|
36 |
</widget>
|
|
37 |
</item>
|
|
38 |
<item>
|
|
39 |
<spacer>
|
|
40 |
<property name="orientation" >
|
|
41 |
<enum>Qt::Horizontal</enum>
|
|
42 |
</property>
|
|
43 |
<property name="sizeHint" >
|
|
44 |
<size>
|
|
45 |
<width>40</width>
|
|
46 |
<height>20</height>
|
|
47 |
</size>
|
|
48 |
</property>
|
|
49 |
</spacer>
|
|
50 |
</item>
|
|
51 |
</layout>
|
|
52 |
</item>
|
|
53 |
</layout>
|
|
54 |
</widget>
|
|
55 |
</item>
|
|
56 |
<item row="0" column="2" >
|
|
57 |
<widget class="QGroupBox" name="slotGroupBox" >
|
|
58 |
<property name="title" >
|
|
59 |
<string>GroupBox</string>
|
|
60 |
</property>
|
|
61 |
<layout class="QVBoxLayout" >
|
|
62 |
<item>
|
|
63 |
<widget class="QListWidget" name="slotList" >
|
|
64 |
<property name="textElideMode" >
|
|
65 |
<enum>Qt::ElideMiddle</enum>
|
|
66 |
</property>
|
|
67 |
</widget>
|
|
68 |
</item>
|
|
69 |
<item>
|
|
70 |
<layout class="QHBoxLayout" >
|
|
71 |
<item>
|
|
72 |
<widget class="QToolButton" name="editSlotsButton" >
|
|
73 |
<property name="text" >
|
|
74 |
<string>Edit...</string>
|
|
75 |
</property>
|
|
76 |
</widget>
|
|
77 |
</item>
|
|
78 |
<item>
|
|
79 |
<spacer>
|
|
80 |
<property name="orientation" >
|
|
81 |
<enum>Qt::Horizontal</enum>
|
|
82 |
</property>
|
|
83 |
<property name="sizeHint" >
|
|
84 |
<size>
|
|
85 |
<width>40</width>
|
|
86 |
<height>20</height>
|
|
87 |
</size>
|
|
88 |
</property>
|
|
89 |
</spacer>
|
|
90 |
</item>
|
|
91 |
</layout>
|
|
92 |
</item>
|
|
93 |
</layout>
|
|
94 |
</widget>
|
|
95 |
</item>
|
|
96 |
<item row="1" column="0" >
|
|
97 |
<widget class="QCheckBox" name="showAllCheckBox" >
|
|
98 |
<property name="text" >
|
|
99 |
<string>Show signals and slots inherited from QWidget</string>
|
|
100 |
</property>
|
|
101 |
</widget>
|
|
102 |
</item>
|
|
103 |
<item row="2" column="1" colspan="2" >
|
|
104 |
<widget class="QDialogButtonBox" name="buttonBox" >
|
|
105 |
<property name="orientation" >
|
|
106 |
<enum>Qt::Horizontal</enum>
|
|
107 |
</property>
|
|
108 |
<property name="standardButtons" >
|
|
109 |
<set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
|
|
110 |
</property>
|
|
111 |
</widget>
|
|
112 |
</item>
|
|
113 |
</layout>
|
|
114 |
</widget>
|
|
115 |
<resources/>
|
|
116 |
<connections>
|
|
117 |
<connection>
|
|
118 |
<sender>buttonBox</sender>
|
|
119 |
<signal>accepted()</signal>
|
|
120 |
<receiver>ConnectDialog</receiver>
|
|
121 |
<slot>accept()</slot>
|
|
122 |
<hints>
|
|
123 |
<hint type="sourcelabel" >
|
|
124 |
<x>248</x>
|
|
125 |
<y>254</y>
|
|
126 |
</hint>
|
|
127 |
<hint type="destinationlabel" >
|
|
128 |
<x>157</x>
|
|
129 |
<y>274</y>
|
|
130 |
</hint>
|
|
131 |
</hints>
|
|
132 |
</connection>
|
|
133 |
<connection>
|
|
134 |
<sender>buttonBox</sender>
|
|
135 |
<signal>rejected()</signal>
|
|
136 |
<receiver>ConnectDialog</receiver>
|
|
137 |
<slot>reject()</slot>
|
|
138 |
<hints>
|
|
139 |
<hint type="sourcelabel" >
|
|
140 |
<x>316</x>
|
|
141 |
<y>260</y>
|
|
142 |
</hint>
|
|
143 |
<hint type="destinationlabel" >
|
|
144 |
<x>286</x>
|
|
145 |
<y>274</y>
|
|
146 |
</hint>
|
|
147 |
</hints>
|
|
148 |
</connection>
|
|
149 |
</connections>
|
|
150 |
</ui>
|