Subversion Repositories OpenCV2-Cookbook

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 PointedEar 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>MainWindow</class>
4
 <widget class="QMainWindow" name="MainWindow">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>572</width>
10
    <height>326</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>MainWindow</string>
15
  </property>
16
  <widget class="QWidget" name="centralWidget">
17
   <widget class="QPushButton" name="pushButton">
18
    <property name="geometry">
19
     <rect>
20
      <x>10</x>
21
      <y>10</y>
22
      <width>111</width>
23
      <height>51</height>
24
     </rect>
25
    </property>
26
    <property name="text">
27
     <string>Open Image</string>
28
    </property>
29
   </widget>
30
   <widget class="QPushButton" name="pushButton_2">
31
    <property name="geometry">
32
     <rect>
33
      <x>10</x>
34
      <y>70</y>
35
      <width>111</width>
36
      <height>51</height>
37
     </rect>
38
    </property>
39
    <property name="text">
40
     <string>Process</string>
41
    </property>
42
   </widget>
43
   <widget class="QLabel" name="label">
44
    <property name="geometry">
45
     <rect>
46
      <x>160</x>
47
      <y>10</y>
48
      <width>391</width>
49
      <height>261</height>
50
     </rect>
51
    </property>
52
    <property name="text">
53
     <string>Image</string>
54
    </property>
55
   </widget>
56
  </widget>
57
  <widget class="QMenuBar" name="menuBar">
58
   <property name="geometry">
59
    <rect>
60
     <x>0</x>
61
     <y>0</y>
62
     <width>572</width>
63
     <height>25</height>
64
    </rect>
65
   </property>
66
  </widget>
67
  <widget class="QToolBar" name="mainToolBar">
68
   <attribute name="toolBarArea">
69
    <enum>TopToolBarArea</enum>
70
   </attribute>
71
   <attribute name="toolBarBreak">
72
    <bool>false</bool>
73
   </attribute>
74
  </widget>
75
  <widget class="QStatusBar" name="statusBar"/>
76
 </widget>
77
 <layoutdefault spacing="6" margin="11"/>
78
 <resources/>
79
 <connections/>
80
</ui>