QSignalTransition QML Type

Der Typ QSignalTransition bietet einen Übergang, der auf einem Qt-Signal basiert. Mehr...

Import Statement: import QtQml.StateMachine 6.8
Inherits:

QAbstractTransition

Inherited By:

SignalTransition and TimeoutTransition

Eigenschaften

Ausführliche Beschreibung

Verwenden Sie QSignalTransition nicht direkt; verwenden Sie stattdessen SignalTransition oder TimeoutTransition.

Siehe auch SignalTransition und TimeoutTransition.

Eigenschaft Dokumentation

senderObject : QObject

Das Absenderobjekt, das mit diesem Signalübergang verbunden ist.


signal : string

Das Signal, das mit diesem Signalübergang verknüpft ist.


© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.