User:Axiom/demo.ui

From KDE TechBase

mainWindow.ui

<ui version="4.0" >

<author></author>
<comment></comment>
<exportmacro></exportmacro>
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow" >
 <property name="geometry" >
  <rect>
   <x>0</x>
   <y>0</y>
   <width>502</width>
   <height>325</height>
  </rect>
 </property>
 <property name="windowTitle" >
  <string>MainWindow</string>
 </property>
 <widget class="QWidget" name="centralwidget" >
  <widget class="QPushButton" name="button2" >
   <property name="geometry" >
    <rect>
     <x>280</x>
     <y>110</y>
     <width>95</width>
     <height>29</height>
    </rect>
   </property>
   <property name="text" >
    <string>PushButton</string>
   </property>
  </widget>
  <widget class="QPushButton" name="button1" >
   <property name="geometry" >
    <rect>
     <x>70</x>
     <y>110</y>
     <width>95</width>
     <height>29</height>
    </rect>
   </property>
   <property name="text" >
    <string>PushButton</string>
   </property>
  </widget>
 </widget>
 <widget class="QMenuBar" name="menubar" >
  <property name="geometry" >
   <rect>
    <x>0</x>
    <y>0</y>
    <width>502</width>
    <height>29</height>
   </rect>
  </property>
 </widget>
 <widget class="QStatusBar" name="statusbar" >
  <property name="geometry" >
   <rect>
    <x>0</x>
    <y>303</y>
    <width>502</width>
    <height>22</height>
   </rect>
  </property>
 </widget>
</widget>
<pixmapfunction></pixmapfunction>
<resources/>
<connections/>

</ui>