<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>Dialog</class> <widget class="QDialog" name="Dialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>560</width> <height>662</height> </rect> </property> <property name="windowTitle"> <string>Dialog</string> </property> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QGroupBox" name="groupBox"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Maximum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>500</height> </size> </property> <property name="title"> <string>Adaptive Switch Settings</string> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> </property> <property name="flat"> <bool>false</bool> </property> <property name="checkable"> <bool>false</bool> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QCheckBox" name="checkBox"> <property name="text"> <string>Enable / Disable</string> </property> </widget> </item> <item> <widget class="QRadioButton" name="radioButton_4"> <property name="text"> <string>Sip + Puff</string> </property> </widget> </item> <item> <widget class="QRadioButton" name="radioButton_3"> <property name="text"> <string>Gesture</string> </property> </widget> </item> <item> <widget class="QRadioButton" name="radioButton"> <property name="text"> <string>Significant Motion</string> </property> </widget> </item> <item> <widget class="QRadioButton" name="radioButton_2"> <property name="text"> <string>Tilt</string> </property> </widget> </item> <item> <widget class="QRadioButton" name="radioButton_5"> <property name="text"> <string>Engineering Interface</string> </property> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_2"> <property name="title"> <string>Parameters</string> </property> <layout class="QGridLayout" name="gridLayout"> <item row="1" column="1"> <widget class="QPushButton" name="pushButton"> <property name="text"> <string>Send Configuration</string> </property> </widget> </item> <item row="1" column="0"> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item row="0" column="0" colspan="2"> <widget class="QTextBrowser" name="textBrowser"/> </item> </layout> </widget> </item> </layout> </widget> <resources/> <connections/> </ui>