1 #ifndef QXTGLOBALSHORTCUT_H 32 #define QXTGLOBALSHORTCUT_H 37 #include <QKeySequence> 44 Q_PROPERTY(
bool enabled READ isEnabled WRITE setEnabled)
45 Q_PROPERTY(QKeySequence shortcut READ shortcut WRITE setShortcut)
52 QKeySequence shortcut() const;
53 bool setShortcut(const QKeySequence& shortcut);
55 bool isEnabled() const;
58 void setEnabled(
bool enabled = true);
59 void setDisabled(
bool disabled = true);
65 #endif // QXTGLOBALSHORTCUT_H
Definition: qxtglobalshortcut_p.h:41
QxtWidgets
Definition: qxtglobalshortcut.h:40
#define QXT_DECLARE_PRIVATE(PUB)
Definition: qxtglobal.h:49
#define MIAMCORE_LIBRARY
Definition: miamcore_global.h:11