-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathaddsignaldialog.ui
More file actions
209 lines (209 loc) · 5.8 KB
/
addsignaldialog.ui
File metadata and controls
209 lines (209 loc) · 5.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>addSignalDialog</class>
<widget class="QDialog" name="addSignalDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>679</width>
<height>175</height>
</rect>
</property>
<property name="windowTitle">
<string>Add tag</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Add tag</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="1">
<widget class="QLineEdit" name="edit_IOA"/>
</item>
<item row="3" column="1">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QComboBox" name="comboBox">
<item>
<property name="text">
<string>Single point information (M_SP_NA)</string>
</property>
</item>
<item>
<property name="text">
<string>Double point information (M_DP_NA)</string>
</property>
</item>
<item>
<property name="text">
<string>Step position information (M_ST_NA)</string>
</property>
</item>
<item>
<property name="text">
<string>Bit string of 32 bit (M_BO_NA)</string>
</property>
</item>
<item>
<property name="text">
<string>Measured value, normalized value (M_ME_NA)</string>
</property>
</item>
<item>
<property name="text">
<string>Measured value, scaled value (M_ME_NB)</string>
</property>
</item>
<item>
<property name="text">
<string>Measured value, floating point (M_ME_NC)</string>
</property>
</item>
<item>
<property name="text">
<string>Integrated totals (M_IT_NA)</string>
</property>
</item>
<item>
<property name="text">
<string>Packed single-point information (M_PS_NA)</string>
</property>
</item>
<item>
<property name="text">
<string>Measured value, normalized value without quality descriptor (M_ME_ND)</string>
</property>
</item>
<item>
<property name="text">
<string>Single point information with time tag (M_SP_TB)</string>
</property>
</item>
<item>
<property name="text">
<string>Double point information with time tag (M_DP_TB)</string>
</property>
</item>
<item>
<property name="text">
<string>Step position with time tag (M_ST_TB)</string>
</property>
</item>
<item>
<property name="text">
<string>Bit string of 32 bit with time tag (M_BO_TB)</string>
</property>
</item>
<item>
<property name="text">
<string>Measured value, normalized value with time tag (M_ME_TD)</string>
</property>
</item>
<item>
<property name="text">
<string>Measured value, scaled value with time tag (M_ME_TE)</string>
</property>
</item>
<item>
<property name="text">
<string>Measured value, floating point with time tag (M_ME_TF)</string>
</property>
</item>
<item>
<property name="text">
<string>Integrated totals with time tag (M_IT_TB)</string>
</property>
</item>
<item>
<property name="text">
<string>Event of protection equipment with time tag (M_EP_TD)</string>
</property>
</item>
<item>
<property name="text">
<string>Packed start events of protection equipment with time tag (M_EP_TE)</string>
</property>
</item>
<item>
<property name="text">
<string>Packed output circuit information of protection equipment with time tag (M_EP_TF)</string>
</property>
</item>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label_ioa">
<property name="text">
<string>IOA</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_type">
<property name="text">
<string>type</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="lineEdit_descr"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_desc">
<property name="text">
<string>Description</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>addSignalDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>294</x>
<y>114</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>135</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>addSignalDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>362</x>
<y>114</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>135</y>
</hint>
</hints>
</connection>
</connections>
</ui>