summaryrefslogtreecommitdiffhomepage
path: root/facetracknoir
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2013-04-29 20:59:49 +0200
committerStanislaw Halik <sthalik@misaki.pl>2013-04-29 20:59:49 +0200
commitd54a040cf1ce51641bd74d3d83eae52fd70ec1b6 (patch)
treeeec4aa9330b106c5ee3e5fe7f1bc0daefd1a85ab /facetracknoir
parent63b239409380e7e736f01ca6b43ecf9dfaabad94 (diff)
Remove cruft
Diffstat (limited to 'facetracknoir')
-rw-r--r--facetracknoir/facetracknoir.cpp13
-rw-r--r--facetracknoir/facetracknoir.ui159
2 files changed, 0 insertions, 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);</string>
</property>
</widget>
</widget>
- <action name="actionOpen">
- <property name="text">
- <string>&amp;Open</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+O</string>
- </property>
- <property name="iconVisibleInMenu">
- <bool>false</bool>
- </property>
- </action>
- <action name="actionExit">
- <property name="text">
- <string>&amp;Exit</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+Q</string>
- </property>
- <property name="menuRole">
- <enum>QAction::QuitRole</enum>
- </property>
- <property name="iconVisibleInMenu">
- <bool>false</bool>
- </property>
- </action>
- <action name="actionPlayPause">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>Play / Pause</string>
- </property>
- <property name="iconVisibleInMenu">
- <bool>false</bool>
- </property>
- </action>
- <action name="actionNext">
- <property name="text">
- <string>Next</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+.</string>
- </property>
- <property name="iconVisibleInMenu">
- <bool>false</bool>
- </property>
- </action>
- <action name="actionPreviews">
- <property name="text">
- <string>Previews</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+,</string>
- </property>
- <property name="iconVisibleInMenu">
- <bool>false</bool>
- </property>
- </action>
- <action name="actionVolumeUp">
- <property name="text">
- <string>Volume Up</string>
- </property>
- <property name="shortcut">
- <string>Ctrl++</string>
- </property>
- <property name="iconVisibleInMenu">
- <bool>false</bool>
- </property>
- </action>
- <action name="actionVolumeDown">
- <property name="text">
- <string>Volume Down</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+-</string>
- </property>
- <property name="iconVisibleInMenu">
- <bool>false</bool>
- </property>
- </action>
- <action name="actionVideoWidget">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>Video Widget</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+V</string>
- </property>
- </action>
- <action name="actionHeadPoseWidget">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>HeadPose Widget</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+W</string>
- </property>
- </action>
- <action name="actionAbout">
- <property name="text">
- <string>About FaceTrackNoIR</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+A</string>
- </property>
- </action>
- <action name="actionMute">
- <property name="checkable">
- <bool>true</bool>
- </property>
- <property name="text">
- <string>Mute</string>
- </property>
- <property name="shortcut">
- <string>Ctrl+M</string>
- </property>
- </action>
- <action name="actionSave">
- <property name="text">
- <string>Save</string>
- </property>
- </action>
- <action name="actionSave_As">
- <property name="text">
- <string>Save As</string>
- </property>
- </action>
- <action name="actionKeyboard_Shortcuts">
- <property name="text">
- <string>Keyboard and Mouse Shortcuts</string>
- </property>
- </action>
- <action name="actionPreferences">
- <property name="text">
- <string>Preferences</string>
- </property>
- </action>
- <action name="actionCurve_Configuration">
- <property name="text">
- <string>Curve Configuration</string>
- </property>
- </action>
- <action name="actionSupport">
- <property name="text">
- <string>Support</string>
- </property>
- </action>
- <action name="actionYour_Support">
- <property name="text">
- <string>Your Support</string>
- </property>
- </action>
</widget>
<layoutdefault spacing="0" margin="0"/>
<customwidgets>