Searched refs:setVariantProperty (Results 1 – 1 of 1) sorted by relevance
58 Q_PROPERTY(QVariant variantProperty READ variantProperty WRITE setVariantProperty)120 void setVariantProperty(const QVariant &value) { in setVariantProperty() function in MyQObject754 m_myObject->setVariantProperty(QLatin1String("bar")); in getSetStaticProperty()756 m_myObject->setVariantProperty(42); in getSetStaticProperty()758 m_myObject->setVariantProperty(qVariantFromValue(QBrush())); in getSetStaticProperty()1128 m_myObject->setVariantProperty(QVariant(123)); in Q_DECLARE_METATYPE()