IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

QShortcutEvent Class

The QShortcutEvent class provides an event which is generated when the user presses a key combination.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

QShortcutEvent Class

  • Header: QShortcutEvent

  • CMake:

    find_package(Qt6 REQUIRED COMPONENTS Gui)

    target_link_libraries(mytarget PRIVATE Qt6::Gui)

  • qmake: QT += gui

  • Inherits: QEvent

  • Group: QShortcutEvent is part of events

Detailed Description

Normally you do not need to use this class directly; QShortcut provides a higher-level interface to handle shortcut keys.

See Also

See also QShortcut

Member Function Documentation

 

[since 6.5] QShortcutEvent::QShortcutEvent(const QKeySequence &key, const QShortcut *shortcut = nullptr, bool ambiguous = false)

Constructs a shortcut event for the given key press, associated with the QShortcut shortcut.

ambiguous specifies whether there is more than one QShortcut for the same key sequence.

This function was introduced in Qt 6.5.

bool QShortcutEvent::isAmbiguous() const

Returns true if the key sequence that triggered the event is ambiguous.

See Also

const QKeySequence &QShortcutEvent::key() const

Returns the key sequence that triggered the event.

Obsolete Members for QShortcutEvent

The following members of class QShortcutEvent are deprecated. We strongly advise against using them in new code.

Obsolete Member Function Documentation

 
QShortcutEvent::QShortcutEvent(const QKeySequence &key, int id, bool ambiguous = false)

This function is deprecated. We strongly advise against using it in new code.

Constructs a shortcut event for the given key press, associated with the QShortcut ID id.

use the other constructor

ambiguous specifies whether there is more than one QShortcut for the same key sequence.

int QShortcutEvent::shortcutId() const

This function is deprecated. We strongly advise against using it in new code.

Returns the ID of the QShortcut object for which this event was generated.

See Also

See also QShortcut::id()

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+