QInputChord Class
class Qt3DInput::QInputChordQInputChord represents a set of QAbstractActionInput's that must be triggerd at once. More...
| Header: | #include <QInputChord> |
| qmake: | QT += 3dinput |
| Since: | Qt 5.7 |
| Instantiated By: | InputChord |
| Inherits: | Qt3DInput::QAbstractActionInput |
This class was introduced in Qt 5.7.
Properties
- timeout : int
Public Functions
| int | timeout() const |
Public Slots
| void | setTimeout(int timeout) |
Signals
| void | timeoutChanged(int timeout) |
Detailed Description
Property Documentation
timeout : int
The time in which all QAbstractActionInput's in the input chord must triggered within. The time is in milliseconds.
Access functions:
| int | timeout() const |
| void | setTimeout(int timeout) |
Notifier signal:
| void | timeoutChanged(int timeout) |