QObject.setProperty

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool setProperty(const(char)* name, const(QVariant) value)
  2. bool setProperty(const(char)* name, T value)
    class QObject
    version(!QT_NO_PROPERTIES)
    final
    bool
    setProperty
    (
    T
    )
    (
    const(char)* name
    ,
    auto ref T value
    )

Meta