Module qtjambi
Package io.qt

Annotation Type QtPropertyNotify


@Retention(RUNTIME) @Target({METHOD,FIELD}) public @interface QtPropertyNotify
This annotation is used to mark a method as a notify signal for a Qt property. The annotation gives the name of the property. You can specify multiple properties comma-separated.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Returns true if the property is enabled; otherwise, false.
    Returns the name of the property or of multiple properties comma-separated.
  • Element Details

    • enabled

      boolean enabled
      Returns true if the property is enabled; otherwise, false.
      Default:
      true
    • name

      String name
      Returns the name of the property or of multiple properties comma-separated.
      Default:
      ""