User:Axiom/demo.ui

    From KDE TechBase
    Revision as of 22:52, 21 January 2007 by Axiom (talk | contribs)
    (diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

    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>