summaryrefslogtreecommitdiffhomepage
path: root/tracker-qt-gamepad/test.ui
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-01-09 20:30:21 +0100
committerStanislaw Halik <sthalik@misaki.pl>2018-01-10 03:18:58 +0100
commit78a5da173e16305d39974de31cc5a90132feb473 (patch)
treef8447bed0c432be504fff9f019465814c1373f84 /tracker-qt-gamepad/test.ui
parent0597e5a75984f8820424bcd387ea5d8c9d277f10 (diff)
tracker/qt-gamepad: remove
Needs implementing in terms of libevdev
Diffstat (limited to 'tracker-qt-gamepad/test.ui')
-rw-r--r--tracker-qt-gamepad/test.ui59
1 files changed, 0 insertions, 59 deletions
diff --git a/tracker-qt-gamepad/test.ui b/tracker-qt-gamepad/test.ui
deleted file mode 100644
index bdf2cd4e..00000000
--- a/tracker-qt-gamepad/test.ui
+++ /dev/null
@@ -1,59 +0,0 @@
-<?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>