Subversion Repositories seema-scanner

Rev

Rev 2 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 jakw 1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>SMScanner</class>
4
 <widget class="QMainWindow" name="SMScanner">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>904</width>
10
    <height>572</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>SMScanner</string>
15
  </property>
16
  <widget class="QWidget" name="centralWidget">
17
   <layout class="QGridLayout" name="gridLayout">
18
    <item row="0" column="0">
19
     <widget class="QTabWidget" name="tabWidget">
20
      <widget class="QWidget" name="tab">
21
       <attribute name="title">
22
        <string>Tab 1</string>
23
       </attribute>
24
      </widget>
25
      <widget class="QWidget" name="tab_2">
26
       <attribute name="title">
27
        <string>Tab 2</string>
28
       </attribute>
29
      </widget>
30
     </widget>
31
    </item>
32
   </layout>
33
  </widget>
34
  <widget class="QMenuBar" name="menuBar">
35
   <property name="geometry">
36
    <rect>
37
     <x>0</x>
38
     <y>0</y>
39
     <width>904</width>
40
     <height>25</height>
41
    </rect>
42
   </property>
43
  </widget>
44
  <widget class="QToolBar" name="mainToolBar">
45
   <attribute name="toolBarArea">
46
    <enum>TopToolBarArea</enum>
47
   </attribute>
48
   <attribute name="toolBarBreak">
49
    <bool>false</bool>
50
   </attribute>
51
  </widget>
52
  <widget class="QStatusBar" name="statusBar"/>
53
 </widget>
54
 <layoutdefault spacing="6" margin="11"/>
55
 <resources/>
56
 <connections/>
57
</ui>