Skip to content

Handler

Аббас Гусенов edited this page Apr 1, 2023 · 1 revision
  • Qt 6
    • Qt QML
      • Signal and Handler Event System
        • Property change signal handlers
          • A signal is automatically emitted when the value of a QML property changes. This type of signal is a property change signal and signal handlers for these signals are written in the form on<Property>Changed, where <Property> is the name of the property, with the first letter capitalized.
Clone this wiki locally