diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-11-21 11:09:37 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-11-21 11:09:37 +0100 |
commit | da9c3080111b0cd31b48696c3c67ac46e4843ee8 (patch) | |
tree | 8cbc3146bffa1b3ea76c388bc377b010663a863b /tracker-qt-gamepad/test.ui | |
parent | daa0cc1348c40d7f654621f6a82b01934129a79f (diff) |
tracker/qt-gamepad: add stub
Diffstat (limited to 'tracker-qt-gamepad/test.ui')
-rw-r--r-- | tracker-qt-gamepad/test.ui | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/tracker-qt-gamepad/test.ui b/tracker-qt-gamepad/test.ui new file mode 100644 index 00000000..bdf2cd4e --- /dev/null +++ b/tracker-qt-gamepad/test.ui @@ -0,0 +1,59 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>test_ui</class> + <widget class="QWidget" name="test_ui"> + <property name="windowModality"> + <enum>Qt::NonModal</enum> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>352</width> + <height>224</height> + </rect> + </property> + <property name="windowTitle"> + <string>Gamepad input</string> + </property> + <property name="windowIcon"> + <iconset> + <normaloff>../gui/images/facetracknoir.png</normaloff>../gui/images/facetracknoir.png</iconset> + </property> + <property name="layoutDirection"> + <enum>Qt::LeftToRight</enum> + </property> + <property name="autoFillBackground"> + <bool>false</bool> + </property> + <layout class="QVBoxLayout" name="verticalLayout"> + <item> + <spacer name="verticalSpacer"> + <property name="orientation"> + <enum>Qt::Vertical</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>20</width> + <height>40</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QDialogButtonBox" name="buttonBox"> + <property name="standardButtons"> + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> + </property> + </widget> + </item> + </layout> + </widget> + <resources/> + <connections/> + <slots> + <slot>startEngineClicked()</slot> + <slot>stopEngineClicked()</slot> + <slot>cameraSettingsClicked()</slot> + </slots> +</ui> |