39 #ifndef __OPENFLUID_UICOMMON_SHORTCUTCOMPLETER_HPP__
40 #define __OPENFLUID_UICOMMON_SHORTCUTCOMPLETER_HPP__
47 #include <QKeySequence>
55 namespace openfluid {
namespace ui {
namespace common {
64 std::unique_ptr<QAction> mp_ShortcutAction;
82 void setShortcut(
const QKeySequence& Shortcut = QKeySequence(Qt::CTRL+Qt::Key_Space));
88 void linkToLineEdit(QLineEdit* Widget =
nullptr);