summaryrefslogtreecommitdiffhomepage
path: root/tracker-kinect-face/kinect_face_settings.ui
diff options
context:
space:
mode:
authorStéphane Lenclud <github@lenclud.com>2019-02-03 12:32:16 +0100
committerStéphane Lenclud <github@lenclud.com>2019-02-07 13:24:14 +0100
commite2582c127addd7a3eaafb8cf8a63a5221c7aac20 (patch)
treef2140307ae4df2154e970a30bf8b55a4f84c92cd /tracker-kinect-face/kinect_face_settings.ui
parent1da2d0e71a03296a40b49316b5e23986de823a75 (diff)
Kinect: Renaming more files.
Diffstat (limited to 'tracker-kinect-face/kinect_face_settings.ui')
-rw-r--r--tracker-kinect-face/kinect_face_settings.ui65
1 files changed, 65 insertions, 0 deletions
diff --git a/tracker-kinect-face/kinect_face_settings.ui b/tracker-kinect-face/kinect_face_settings.ui
new file mode 100644
index 00000000..509eb819
--- /dev/null
+++ b/tracker-kinect-face/kinect_face_settings.ui
@@ -0,0 +1,65 @@
+<?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>278</width>
+ <height>58</height>
+ </rect>
+ </property>
+ <property name="windowTitle">
+ <string>Sine wave</string>
+ </property>
+ <property name="windowIcon">
+ <iconset>
+ <normaloff>../gui/images/opentrack.png</normaloff>../gui/images/opentrack.png</iconset>
+ </property>
+ <property name="layoutDirection">
+ <enum>Qt::LeftToRight</enum>
+ </property>
+ <property name="autoFillBackground">
+ <bool>false</bool>
+ </property>
+ <layout class="QVBoxLayout" name="verticalLayout">
+ <item>
+ <widget class="QLabel" name="label">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Minimum" vsizetype="Maximum">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text">
+ <string>Pressing &quot;Abort&quot; will immediately crash the application.</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QDialogButtonBox" name="buttonBox">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Minimum" vsizetype="Maximum">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="standardButtons">
+ <set>QDialogButtonBox::Abort|QDialogButtonBox::Close</set>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <resources/>
+ <connections/>
+ <slots>
+ <slot>startEngineClicked()</slot>
+ <slot>stopEngineClicked()</slot>
+ <slot>cameraSettingsClicked()</slot>
+ </slots>
+</ui>