1 | <ui version="4.0" >
|
---|
2 | <class>SignalSlotDialogClass</class>
|
---|
3 | <widget class="QDialog" name="SignalSlotDialogClass" >
|
---|
4 | <property name="geometry" >
|
---|
5 | <rect>
|
---|
6 | <x>0</x>
|
---|
7 | <y>0</y>
|
---|
8 | <width>617</width>
|
---|
9 | <height>535</height>
|
---|
10 | </rect>
|
---|
11 | </property>
|
---|
12 | <property name="windowTitle" >
|
---|
13 | <string>Signals and slots</string>
|
---|
14 | </property>
|
---|
15 | <layout class="QVBoxLayout" >
|
---|
16 | <item>
|
---|
17 | <widget class="QGroupBox" name="slotGroupBox" >
|
---|
18 | <property name="title" >
|
---|
19 | <string>Slots</string>
|
---|
20 | </property>
|
---|
21 | <layout class="QVBoxLayout" >
|
---|
22 | <item>
|
---|
23 | <widget class="QListView" name="slotListView" />
|
---|
24 | </item>
|
---|
25 | <item>
|
---|
26 | <layout class="QHBoxLayout" >
|
---|
27 | <item>
|
---|
28 | <widget class="QToolButton" name="addSlotButton" >
|
---|
29 | <property name="toolTip" >
|
---|
30 | <string>Add</string>
|
---|
31 | </property>
|
---|
32 | <property name="text" >
|
---|
33 | <string>...</string>
|
---|
34 | </property>
|
---|
35 | </widget>
|
---|
36 | </item>
|
---|
37 | <item>
|
---|
38 | <widget class="QToolButton" name="removeSlotButton" >
|
---|
39 | <property name="toolTip" >
|
---|
40 | <string>Delete</string>
|
---|
41 | </property>
|
---|
42 | <property name="text" >
|
---|
43 | <string>...</string>
|
---|
44 | </property>
|
---|
45 | </widget>
|
---|
46 | </item>
|
---|
47 | <item>
|
---|
48 | <spacer>
|
---|
49 | <property name="orientation" >
|
---|
50 | <enum>Qt::Horizontal</enum>
|
---|
51 | </property>
|
---|
52 | <property name="sizeHint" >
|
---|
53 | <size>
|
---|
54 | <width>40</width>
|
---|
55 | <height>20</height>
|
---|
56 | </size>
|
---|
57 | </property>
|
---|
58 | </spacer>
|
---|
59 | </item>
|
---|
60 | </layout>
|
---|
61 | </item>
|
---|
62 | </layout>
|
---|
63 | </widget>
|
---|
64 | </item>
|
---|
65 | <item>
|
---|
66 | <widget class="QGroupBox" name="signalGroupBox" >
|
---|
67 | <property name="title" >
|
---|
68 | <string>Signals</string>
|
---|
69 | </property>
|
---|
70 | <layout class="QVBoxLayout" >
|
---|
71 | <item>
|
---|
72 | <widget class="QListView" name="signalListView" />
|
---|
73 | </item>
|
---|
74 | <item>
|
---|
75 | <layout class="QHBoxLayout" >
|
---|
76 | <item>
|
---|
77 | <widget class="QToolButton" name="addSignalButton" >
|
---|
78 | <property name="toolTip" >
|
---|
79 | <string>Add</string>
|
---|
80 | </property>
|
---|
81 | <property name="text" >
|
---|
82 | <string>...</string>
|
---|
83 | </property>
|
---|
84 | </widget>
|
---|
85 | </item>
|
---|
86 | <item>
|
---|
87 | <widget class="QToolButton" name="removeSignalButton" >
|
---|
88 | <property name="toolTip" >
|
---|
89 | <string>Delete</string>
|
---|
90 | </property>
|
---|
91 | <property name="text" >
|
---|
92 | <string>...</string>
|
---|
93 | </property>
|
---|
94 | </widget>
|
---|
95 | </item>
|
---|
96 | <item>
|
---|
97 | <spacer>
|
---|
98 | <property name="spacerName" stdset="0" >
|
---|
99 | <string/>
|
---|
100 | </property>
|
---|
101 | <property name="orientation" >
|
---|
102 | <enum>Qt::Horizontal</enum>
|
---|
103 | </property>
|
---|
104 | <property name="sizeHint" >
|
---|
105 | <size>
|
---|
106 | <width>40</width>
|
---|
107 | <height>20</height>
|
---|
108 | </size>
|
---|
109 | </property>
|
---|
110 | </spacer>
|
---|
111 | </item>
|
---|
112 | </layout>
|
---|
113 | </item>
|
---|
114 | </layout>
|
---|
115 | </widget>
|
---|
116 | </item>
|
---|
117 | <item>
|
---|
118 | <widget class="QDialogButtonBox" name="buttonBox" >
|
---|
119 | <property name="standardButtons" >
|
---|
120 | <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
---|
121 | </property>
|
---|
122 | </widget>
|
---|
123 | </item>
|
---|
124 | </layout>
|
---|
125 | </widget>
|
---|
126 | <layoutdefault spacing="6" margin="11" />
|
---|
127 | <resources/>
|
---|
128 | <connections/>
|
---|
129 | </ui>
|
---|