Home
last modified time | relevance | path

Searched refs:setVariantProperty (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebKit/qt/tests/qwebframe/
Dtst_qwebframe.cpp58 Q_PROPERTY(QVariant variantProperty READ variantProperty WRITE setVariantProperty)
120 void setVariantProperty(const QVariant &value) { in setVariantProperty() function in MyQObject
754 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()