From e2582c127addd7a3eaafb8cf8a63a5221c7aac20 Mon Sep 17 00:00:00 2001 From: Stéphane Lenclud Date: Sun, 3 Feb 2019 12:32:16 +0100 Subject: Kinect: Renaming more files. --- tracker-kinect-face/kinect.qrc | 5 --- tracker-kinect-face/kinect_face.qrc | 5 +++ tracker-kinect-face/kinect_face_settings.ui | 65 +++++++++++++++++++++++++++++ tracker-kinect-face/test.ui | 65 ----------------------------- tracker-kinect-face/test_dialog.cpp | 3 -- 5 files changed, 70 insertions(+), 73 deletions(-) delete mode 100644 tracker-kinect-face/kinect.qrc create mode 100644 tracker-kinect-face/kinect_face.qrc create mode 100644 tracker-kinect-face/kinect_face_settings.ui delete mode 100644 tracker-kinect-face/test.ui delete mode 100644 tracker-kinect-face/test_dialog.cpp (limited to 'tracker-kinect-face') diff --git a/tracker-kinect-face/kinect.qrc b/tracker-kinect-face/kinect.qrc deleted file mode 100644 index 8b27c81e..00000000 --- a/tracker-kinect-face/kinect.qrc +++ /dev/null @@ -1,5 +0,0 @@ - - - images/kinect.png - - diff --git a/tracker-kinect-face/kinect_face.qrc b/tracker-kinect-face/kinect_face.qrc new file mode 100644 index 00000000..8b27c81e --- /dev/null +++ b/tracker-kinect-face/kinect_face.qrc @@ -0,0 +1,5 @@ + + + images/kinect.png + + 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 @@ + + + test_ui + + + Qt::NonModal + + + + 0 + 0 + 278 + 58 + + + + Sine wave + + + + ../gui/images/opentrack.png../gui/images/opentrack.png + + + Qt::LeftToRight + + + false + + + + + + + 0 + 0 + + + + Pressing "Abort" will immediately crash the application. + + + + + + + + 0 + 0 + + + + QDialogButtonBox::Abort|QDialogButtonBox::Close + + + + + + + + + startEngineClicked() + stopEngineClicked() + cameraSettingsClicked() + + diff --git a/tracker-kinect-face/test.ui b/tracker-kinect-face/test.ui deleted file mode 100644 index 509eb819..00000000 --- a/tracker-kinect-face/test.ui +++ /dev/null @@ -1,65 +0,0 @@ - - - test_ui - - - Qt::NonModal - - - - 0 - 0 - 278 - 58 - - - - Sine wave - - - - ../gui/images/opentrack.png../gui/images/opentrack.png - - - Qt::LeftToRight - - - false - - - - - - - 0 - 0 - - - - Pressing "Abort" will immediately crash the application. - - - - - - - - 0 - 0 - - - - QDialogButtonBox::Abort|QDialogButtonBox::Close - - - - - - - - - startEngineClicked() - stopEngineClicked() - cameraSettingsClicked() - - diff --git a/tracker-kinect-face/test_dialog.cpp b/tracker-kinect-face/test_dialog.cpp deleted file mode 100644 index fadf6084..00000000 --- a/tracker-kinect-face/test_dialog.cpp +++ /dev/null @@ -1,3 +0,0 @@ -#include "kinect_face_settings.h" -#include "api/plugin-api.hpp" - -- cgit v1.2.3