forked from abcvincent/OpencvDevelop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mainwindow.ui
358 lines (358 loc) · 9.56 KB
/
mainwindow.ui
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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>500</height>
</rect>
</property>
<property name="windowTitle">
<string>Opencv开发平台</string>
</property>
<property name="windowIcon">
<iconset resource="rc.qrc">
<normaloff>:/images/eye_64px.png</normaloff>:/images/eye_64px.png</iconset>
</property>
<widget class="QWidget" name="centralWidget">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QMdiArea" name="mdiArea">
<property name="lineWidth">
<number>1</number>
</property>
<property name="activationOrder">
<enum>QMdiArea::CreationOrder</enum>
</property>
<property name="tabPosition">
<enum>QTabWidget::South</enum>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>22</height>
</rect>
</property>
<widget class="QMenu" name="menu">
<property name="title">
<string>文件</string>
</property>
<addaction name="ac_openfile"/>
<addaction name="ac_savefile"/>
</widget>
<widget class="QMenu" name="menu_2">
<property name="title">
<string>图像处理</string>
</property>
<widget class="QMenu" name="menu_3">
<property name="title">
<string>翻转</string>
</property>
<addaction name="ac_h_v"/>
</widget>
<widget class="QMenu" name="menu_4">
<property name="title">
<string>形态处理</string>
</property>
<addaction name="ac_erode"/>
<addaction name="ac_dilate"/>
<addaction name="ac_morphologyEx"/>
</widget>
<widget class="QMenu" name="menu_5">
<property name="title">
<string>滤波</string>
</property>
<addaction name="ac_blur"/>
<addaction name="ac_gaussianblur"/>
<addaction name="ac_medianblur"/>
<addaction name="ac_bilateralfilter"/>
</widget>
<widget class="QMenu" name="menu_6">
<property name="title">
<string>放缩</string>
</property>
<addaction name="ac_PyrUp"/>
<addaction name="ac_PyrDown"/>
<addaction name="ac_Resize"/>
</widget>
<widget class="QMenu" name="menu_7">
<property name="title">
<string>旋转</string>
</property>
<addaction name="ac_warpAffineClockwise"/>
<addaction name="ac_warpAffineClockwise2"/>
<addaction name="ac_warpAffineF"/>
<addaction name="ac_warpAffine"/>
</widget>
<widget class="QMenu" name="menu_9">
<property name="title">
<string>灰度处理</string>
</property>
<addaction name="ac_gray"/>
<addaction name="ac_binary"/>
</widget>
<addaction name="menu_3"/>
<addaction name="menu_4"/>
<addaction name="menu_5"/>
<addaction name="menu_6"/>
<addaction name="menu_7"/>
<addaction name="menu_9"/>
<addaction name="ac_programme"/>
<addaction name="ac_histogram"/>
<addaction name="ac_demo"/>
</widget>
<widget class="QMenu" name="menu_8">
<property name="title">
<string>窗口</string>
</property>
<addaction name="ac_imageOriginal"/>
<addaction name="ac_codeFlow"/>
<addaction name="ac_order"/>
<addaction name="ac_stacking"/>
<addaction name="ac_closeAll"/>
<addaction name="ac_nextOne"/>
<addaction name="ac_preOne"/>
</widget>
<addaction name="menu"/>
<addaction name="menu_2"/>
<addaction name="menu_8"/>
</widget>
<widget class="QToolBar" name="mainToolBar">
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="ac_openfile"/>
<addaction name="ac_savefile"/>
<addaction name="ac_programme"/>
<addaction name="ac_gray"/>
<addaction name="ac_h_v"/>
<addaction name="ac_erode"/>
<addaction name="ac_histogram"/>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<action name="ac_openfile">
<property name="icon">
<iconset resource="rc.qrc">
<normaloff>:/images/fileopen.png</normaloff>:/images/fileopen.png</iconset>
</property>
<property name="text">
<string>打开图像</string>
</property>
</action>
<action name="ac_savefile">
<property name="icon">
<iconset resource="rc.qrc">
<normaloff>:/images/filesave.png</normaloff>:/images/filesave.png</iconset>
</property>
<property name="text">
<string>保存图像</string>
</property>
</action>
<action name="ac_h_v">
<property name="icon">
<iconset resource="rc.qrc">
<normaloff>:/images/Mirror_Horizontally_32.png</normaloff>:/images/Mirror_Horizontally_32.png</iconset>
</property>
<property name="text">
<string>翻转操作</string>
</property>
<property name="toolTip">
<string>翻转操作</string>
</property>
</action>
<action name="ac_erode">
<property name="icon">
<iconset resource="rc.qrc">
<normaloff>:/images/fushi.png</normaloff>:/images/fushi.png</iconset>
</property>
<property name="text">
<string>腐蚀</string>
</property>
</action>
<action name="ac_dilate">
<property name="text">
<string>膨胀</string>
</property>
</action>
<action name="ac_morphologyEx">
<property name="text">
<string>形态学处理</string>
</property>
<property name="toolTip">
<string>形态学处理,开闭运算,顶黑帽运算</string>
</property>
</action>
<action name="ac_blur">
<property name="text">
<string>均值</string>
</property>
</action>
<action name="ac_gaussianblur">
<property name="text">
<string>高斯</string>
</property>
</action>
<action name="ac_medianblur">
<property name="text">
<string>中值</string>
</property>
</action>
<action name="ac_bilateralfilter">
<property name="text">
<string>双边</string>
</property>
</action>
<action name="ac_PyrUp">
<property name="text">
<string>放大(PyrUp)</string>
</property>
</action>
<action name="ac_PyrDown">
<property name="text">
<string>缩小(PyrDown)</string>
</property>
</action>
<action name="ac_Resize">
<property name="text">
<string>放大缩小(Resize)</string>
</property>
<property name="toolTip">
<string>放大缩小(Resize)</string>
</property>
</action>
<action name="ac_warpAffineClockwise">
<property name="text">
<string>顺时针</string>
</property>
</action>
<action name="ac_warpAffineClockwise2">
<property name="text">
<string>顺时针放缩</string>
</property>
</action>
<action name="ac_warpAffineF">
<property name="text">
<string>逆时针</string>
</property>
</action>
<action name="ac_warpAffine">
<property name="text">
<string>零旋转放缩</string>
</property>
</action>
<action name="ac_imageOriginal">
<property name="text">
<string>图元窗口</string>
</property>
</action>
<action name="ac_codeFlow">
<property name="text">
<string>程序流程窗口</string>
</property>
</action>
<action name="ac_order">
<property name="text">
<string>平铺</string>
</property>
<property name="toolTip">
<string>平铺窗口</string>
</property>
</action>
<action name="ac_stacking">
<property name="text">
<string>叠层</string>
</property>
<property name="toolTip">
<string>叠层排布</string>
</property>
</action>
<action name="ac_closeAll">
<property name="text">
<string>关闭所有</string>
</property>
<property name="toolTip">
<string>关闭所有窗口</string>
</property>
</action>
<action name="ac_nextOne">
<property name="text">
<string>下一个</string>
</property>
<property name="toolTip">
<string>下一个窗口</string>
</property>
</action>
<action name="ac_preOne">
<property name="text">
<string>前一个</string>
</property>
<property name="toolTip">
<string>前一个窗口</string>
</property>
</action>
<action name="ac_gray">
<property name="icon">
<iconset resource="rc.qrc">
<normaloff>:/images/Gray_24px.png</normaloff>:/images/Gray_24px.png</iconset>
</property>
<property name="text">
<string>灰度处理</string>
</property>
</action>
<action name="ac_binary">
<property name="text">
<string>二值图</string>
</property>
<property name="toolTip">
<string>二值图</string>
</property>
</action>
<action name="ac_programme">
<property name="icon">
<iconset resource="rc.qrc">
<normaloff>:/images/eye_32px.png</normaloff>:/images/eye_32px.png</iconset>
</property>
<property name="text">
<string>自定义程序</string>
</property>
<property name="toolTip">
<string>自定义程序运行</string>
</property>
</action>
<action name="ac_histogram">
<property name="icon">
<iconset resource="rc.qrc">
<normaloff>:/images/Chart_64t.png</normaloff>:/images/Chart_64t.png</iconset>
</property>
<property name="text">
<string>直方图分割</string>
</property>
<property name="toolTip">
<string>直方图分割</string>
</property>
</action>
<action name="ac_demo">
<property name="text">
<string>自定义2</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources>
<include location="rc.qrc"/>
</resources>
<connections/>
</ui>