From d54a040cf1ce51641bd74d3d83eae52fd70ec1b6 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 29 Apr 2013 20:59:49 +0200 Subject: Remove cruft --- facetracknoir/facetracknoir.cpp | 13 ---- facetracknoir/facetracknoir.ui | 159 ---------------------------------------- 2 files changed, 172 deletions(-) diff --git a/facetracknoir/facetracknoir.cpp b/facetracknoir/facetracknoir.cpp index 10a188cc..8937ae91 100644 --- a/facetracknoir/facetracknoir.cpp +++ b/facetracknoir/facetracknoir.cpp @@ -237,25 +237,12 @@ void FaceTrackNoIR::setupFaceTrackNoIR() { ui.video_frame->hide(); // menu objects will be connected with the functions in FaceTrackNoIR class - connect(ui.actionOpen, SIGNAL(triggered()), this, SLOT(open())); connect(ui.btnLoad, SIGNAL(clicked()), this, SLOT(open())); - connect(ui.actionSave, SIGNAL(triggered()), this, SLOT(save())); connect(ui.btnSave, SIGNAL(clicked()), this, SLOT(save())); - connect(ui.actionSave_As, SIGNAL(triggered()), this, SLOT(saveAs())); connect(ui.btnSaveAs, SIGNAL(clicked()), this, SLOT(saveAs())); - connect(ui.actionExit, SIGNAL(triggered()), this, SLOT(exit())); - connect(ui.actionKeyboard_Shortcuts, SIGNAL(triggered()), this, SLOT(showKeyboardShortcuts())); - connect(ui.actionCurve_Configuration, SIGNAL(triggered()), this, SLOT(showCurveConfiguration())); connect(ui.btnEditCurves, SIGNAL(clicked()), this, SLOT(showCurveConfiguration())); connect(ui.btnShortcuts, SIGNAL(clicked()), this, SLOT(showKeyboardShortcuts())); - - connect(ui.actionSupport, SIGNAL(triggered()), this, SLOT(openurl_support())); - connect(ui.actionYour_Support, SIGNAL(triggered()), this, SLOT(openurl_donation())); - connect(ui.actionAbout, SIGNAL(triggered()), this, SLOT(about())); - - connect(ui.actionVideoWidget, SIGNAL(triggered()), this, SLOT(showVideoWidget())); - connect(ui.actionHeadPoseWidget, SIGNAL(triggered()), this, SLOT(showHeadPoseWidget())); connect(ui.btnShowEngineControls, SIGNAL(clicked()), this, SLOT(showTrackerSettings())); connect(ui.btnShowSecondTrackerSettings, SIGNAL(clicked()), this, SLOT(showSecondTrackerSettings())); connect(ui.btnShowServerControls, SIGNAL(clicked()), this, SLOT(showServerControls())); diff --git a/facetracknoir/facetracknoir.ui b/facetracknoir/facetracknoir.ui index 63961f4e..801c3b0a 100644 --- a/facetracknoir/facetracknoir.ui +++ b/facetracknoir/facetracknoir.ui @@ -2009,165 +2009,6 @@ color: rgb(0, 255, 0); - - - &Open - - - Ctrl+O - - - false - - - - - &Exit - - - Ctrl+Q - - - QAction::QuitRole - - - false - - - - - true - - - Play / Pause - - - false - - - - - Next - - - Ctrl+. - - - false - - - - - Previews - - - Ctrl+, - - - false - - - - - Volume Up - - - Ctrl++ - - - false - - - - - Volume Down - - - Ctrl+- - - - false - - - - - true - - - true - - - Video Widget - - - Ctrl+V - - - - - true - - - HeadPose Widget - - - Ctrl+W - - - - - About FaceTrackNoIR - - - Ctrl+A - - - - - true - - - Mute - - - Ctrl+M - - - - - Save - - - - - Save As - - - - - Keyboard and Mouse Shortcuts - - - - - Preferences - - - - - Curve Configuration - - - - - Support - - - - - Your Support - - -- cgit v1.2.3