Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapcopyrightsnotice_p.h67 Q_PROPERTY(QString styleSheet READ styleSheet WRITE setStyleSheet NOTIFY styleSheetChanged)
82 QString styleSheet() const;
83 void setStyleSheet(const QString &styleSheet);
88 void onCopyrightsStyleSheetChanged(const QString &styleSheet);
94 void styleSheetChanged(const QString &styleSheet);
H A Dqdeclarativegeomapcopyrightsnotice.cpp180 QString QDeclarativeGeoMapCopyrightNotice::styleSheet() const in styleSheet() function in QDeclarativeGeoMapCopyrightNotice
185 void QDeclarativeGeoMapCopyrightNotice::setStyleSheet(const QString &styleSheet) in setStyleSheet() argument
189 if (styleSheet == m_styleSheet) in setStyleSheet()
192 m_styleSheet = styleSheet; in setStyleSheet()
355 void QDeclarativeGeoMapCopyrightNotice::onCopyrightsStyleSheetChanged(const QString &styleSheet) in onCopyrightsStyleSheetChanged() argument
357 if (m_userDefinedStyleSheet || styleSheet == m_styleSheet) in onCopyrightsStyleSheetChanged()
360 m_styleSheet = styleSheet; in onCopyrightsStyleSheetChanged()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/network/
H A Dqipaddressedit.cpp100 void QIpAddressEdit::setStyleSheet(const QString &styleSheet) in setStyleSheet() argument
102 item1->setStyleSheet(styleSheet); in setStyleSheet()
103 item2->setStyleSheet(styleSheet); in setStyleSheet()
104 item3->setStyleSheet(styleSheet); in setStyleSheet()
105 item4->setStyleSheet(styleSheet); in setStyleSheet()
H A Dqipaddressedit.h19 void setStyleSheet(const QString &styleSheet);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeomap_p.h178 void copyrightsStyleSheetChanged(const QString &styleSheet);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes618 Property { name: "styleSheet"; type: "string" }
629 Parameter { name: "styleSheet"; type: "string" }
642 Parameter { name: "styleSheet"; type: "string" }