| <?xml version="1.0" encoding="UTF-8"?> |
| <ui version="4.0"> |
| <class>OverlayWidget</class> |
| <widget class="QWidget" name="OverlayWidget"> |
| <property name="geometry"> |
| <rect> |
| <x>0</x> |
| <y>0</y> |
| <width>191</width> |
| <height>194</height> |
| </rect> |
| </property> |
| <property name="windowTitle"> |
| <string>Hello World Overlay</string> |
| </property> |
| <widget class="QWidget" name="verticalLayoutWidget"> |
| <property name="geometry"> |
| <rect> |
| <x>0</x> |
| <y>0</y> |
| <width>181</width> |
| <height>111</height> |
| </rect> |
| </property> |
| <layout class="QVBoxLayout" name="verticalLayout"> |
| <item> |
| <widget class="QLabel" name="label"> |
| <property name="font"> |
| <font> |
| <pointsize>16</pointsize> |
| <stylestrategy>PreferAntialias</stylestrategy> |
| </font> |
| </property> |
| <property name="text"> |
| <string>Hello World! This is an OpenVR System Overlay.</string> |
| </property> |
| <property name="alignment"> |
| <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
| </property> |
| <property name="wordWrap"> |
| <bool>true</bool> |
| </property> |
| </widget> |
| </item> |
| </layout> |
| </widget> |
| <widget class="QWidget" name="formLayoutWidget"> |
| <property name="geometry"> |
| <rect> |
| <x>14</x> |
| <y>110</y> |
| <width>161</width> |
| <height>51</height> |
| </rect> |
| </property> |
| <layout class="QFormLayout" name="formLayout"> |
| <item row="0" column="0"> |
| <widget class="QLabel" name="spinBoxLabel"> |
| <property name="text"> |
| <string>Spin Box:</string> |
| </property> |
| </widget> |
| </item> |
| <item row="0" column="1"> |
| <widget class="QSpinBox" name="spinBoxSpinBox"> |
| <property name="frame"> |
| <bool>false</bool> |
| </property> |
| <property name="value"> |
| <number>50</number> |
| </property> |
| </widget> |
| </item> |
| <item row="1" column="0"> |
| <widget class="QLabel" name="checkBoxesLabel"> |
| <property name="text"> |
| <string>Check Boxes:</string> |
| </property> |
| </widget> |
| </item> |
| <item row="1" column="1"> |
| <widget class="QCheckBox" name="checkBoxesCheckBox"/> |
| </item> |
| </layout> |
| </widget> |
| <widget class="QPushButton" name="pushButton"> |
| <property name="geometry"> |
| <rect> |
| <x>110</x> |
| <y>170</y> |
| <width>75</width> |
| <height>23</height> |
| </rect> |
| </property> |
| <property name="text"> |
| <string>Quit Overlay</string> |
| </property> |
| </widget> |
| <widget class="QPushButton" name="pushButton_2"> |
| <property name="geometry"> |
| <rect> |
| <x>0</x> |
| <y>170</y> |
| <width>75</width> |
| <height>23</height> |
| </rect> |
| </property> |
| <property name="text"> |
| <string>Do Nothing</string> |
| </property> |
| </widget> |
| </widget> |
| <layoutdefault spacing="6" margin="11"/> |
| <resources/> |
| <connections/> |
| </ui> |