src/SpacenavWindow.ui
author František Kučera <franta-hg@frantovo.cz>
Thu, 07 Mar 2019 15:41:38 +0100
branchv_0
changeset 5 6ba51911d539
child 6 49560660d230
permissions -rw-r--r--
Qt designer UI

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>SpacenavWindow</class>
 <widget class="QMainWindow" name="SpacenavWindow">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>800</width>
    <height>600</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>SpacenavWindow</string>
  </property>
  <widget class="QWidget" name="centralwidget">
   <widget class="QPushButton" name="pushButton">
    <property name="geometry">
     <rect>
      <x>60</x>
      <y>60</y>
      <width>88</width>
      <height>34</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>800</width>
     <height>30</height>
    </rect>
   </property>
  </widget>
  <widget class="QStatusBar" name="statusbar"/>
 </widget>
 <resources/>
 <connections/>
</ui>