example/DemoGUI/mainwindow.ui
author cgandhi
Thu, 05 Aug 2010 16:35:33 +0530
changeset 16 b78fa4cdbf2b
permissions -rw-r--r--
pushing the demo application
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
16
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
     2
<ui version="4.0">
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
     3
 <class>MainWindow</class>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
     4
 <widget class="QMainWindow" name="MainWindow">
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
     5
  <property name="geometry">
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
     6
   <rect>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
     7
    <x>0</x>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
     8
    <y>0</y>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
     9
    <width>600</width>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    10
    <height>400</height>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    11
   </rect>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    12
  </property>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    13
  <property name="windowTitle">
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    14
   <string>MainWindow</string>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    15
  </property>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    16
  <widget class="QWidget" name="centralWidget">
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    17
   <widget class="QTextEdit" name="textEdit">
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    18
    <property name="geometry">
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    19
     <rect>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    20
      <x>40</x>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    21
      <y>50</y>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    22
      <width>104</width>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    23
      <height>64</height>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    24
     </rect>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    25
    </property>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    26
   </widget>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    27
  </widget>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    28
  <widget class="QMenuBar" name="menuBar">
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    29
   <property name="geometry">
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    30
    <rect>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    31
     <x>0</x>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    32
     <y>0</y>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    33
     <width>600</width>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    34
     <height>21</height>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    35
    </rect>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    36
   </property>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    37
  </widget>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    38
  <widget class="QToolBar" name="mainToolBar">
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    39
   <attribute name="toolBarArea">
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    40
    <enum>TopToolBarArea</enum>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    41
   </attribute>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    42
   <attribute name="toolBarBreak">
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    43
    <bool>false</bool>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    44
   </attribute>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    45
  </widget>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    46
  <widget class="QStatusBar" name="statusBar"/>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    47
 </widget>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    48
 <layoutdefault spacing="6" margin="11"/>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    49
 <resources/>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    50
 <connections/>
b78fa4cdbf2b pushing the demo application
cgandhi
parents:
diff changeset
    51
</ui>