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>262</width>
10
    <height>214</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>My Qt Application</string>
15
  </property>
16
  <widget class="QWidget" name="centralWidget">
17
   <widget class="QPushButton" name="pushButton">
18
    <property name="geometry">
19
     <rect>
20
      <x>60</x>
21
      <y>20</y>
22
      <width>141</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>60</x>
34
      <y>90</y>
35
      <width>141</width>
36
      <height>51</height>
37
     </rect>
38
    </property>
39
    <property name="text">
40
     <string>Process</string>
41
    </property>
42
   </widget>
43
  </widget>
44
  <widget class="QMenuBar" name="menuBar">
45
   <property name="geometry">
46
    <rect>
47
     <x>0</x>
48
     <y>0</y>
49
     <width>262</width>
50
     <height>25</height>
51
    </rect>
52
   </property>
53
  </widget>
54
  <widget class="QToolBar" name="mainToolBar">
55
   <attribute name="toolBarArea">
56
    <enum>TopToolBarArea</enum>
57
   </attribute>
58
   <attribute name="toolBarBreak">
59
    <bool>false</bool>
60
   </attribute>
61
  </widget>
62
  <widget class="QStatusBar" name="statusBar"/>
63
 </widget>
64
 <layoutdefault spacing="6" margin="11"/>
65
 <resources/>
66
 <connections/>
67
</ui>