src/SpacenavWindow.ui
author František Kučera <franta-hg@frantovo.cz>
Thu, 07 Mar 2019 16:20:51 +0100
branchv_0
changeset 6 49560660d230
parent 5 6ba51911d539
child 7 b6c0e1574a8b
permissions -rw-r--r--
emit MotionEvent and ButtonEvent + display button status

<?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="QDial" name="dial">
    <property name="geometry">
     <rect>
      <x>130</x>
      <y>40</y>
      <width>111</width>
      <height>111</height>
     </rect>
    </property>
   </widget>
   <widget class="QPushButton" name="button0">
    <property name="geometry">
     <rect>
      <x>40</x>
      <y>40</y>
      <width>80</width>
      <height>111</height>
     </rect>
    </property>
    <property name="text">
     <string>left</string>
    </property>
    <property name="checkable">
     <bool>true</bool>
    </property>
    <property name="checked">
     <bool>false</bool>
    </property>
   </widget>
   <widget class="QPushButton" name="button1">
    <property name="geometry">
     <rect>
      <x>260</x>
      <y>40</y>
      <width>80</width>
      <height>111</height>
     </rect>
    </property>
    <property name="text">
     <string>right</string>
    </property>
    <property name="checkable">
     <bool>true</bool>
    </property>
   </widget>
  </widget>
  <widget class="QMenuBar" name="menubar">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>800</width>
     <height>23</height>
    </rect>
   </property>
  </widget>
  <widget class="QStatusBar" name="statusbar"/>
 </widget>
 <resources/>
 <connections/>
</ui>