diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-05-31 11:51:41 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-05-31 11:51:41 +0200 |
commit | 24128cad6973583f5ff26ff8853281a2ff752514 (patch) | |
tree | 80eaabeffda3cb20e8eb3d22c31746322ebd9519 /facetracknoir/shortcut-dialog.hpp | |
parent | f414b6d4e003532ec65eacf6052c2c888b892906 (diff) |
ui: introduce options dialog
Move the non-mapping contents of mapping dialog to new options dialog.
The latter now also contains what used to be in the shortcuts dialog.
Diffstat (limited to 'facetracknoir/shortcut-dialog.hpp')
-rw-r--r-- | facetracknoir/shortcut-dialog.hpp | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/facetracknoir/shortcut-dialog.hpp b/facetracknoir/shortcut-dialog.hpp deleted file mode 100644 index 2a364822..00000000 --- a/facetracknoir/shortcut-dialog.hpp +++ /dev/null @@ -1,21 +0,0 @@ -#pragma once - -#include <QObject> -#include <QWidget> -#include "ui_keyboard.h" -#include "opentrack/shortcuts.h" - -class KeyboardShortcutDialog: public QWidget -{ - Q_OBJECT -signals: - void reload(); -public: - KeyboardShortcutDialog(); -private: - Ui::UICKeyboardShortcutDialog ui; - Shortcuts::settings s; -private slots: - void doOK(); - void doCancel(); -}; |