Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqdeclarativegeomapquickitem_p.h79 Q_PROPERTY(QQuickItem *sourceItem READ sourceItem WRITE setSourceItem NOTIFY sourceItemChanged)
90 void setSourceItem(QQuickItem *sourceItem);
91 QQuickItem *sourceItem();
H A Dqdeclarativegeomapquickitem.cpp262 void QDeclarativeGeoMapQuickItem::setSourceItem(QQuickItem *sourceItem) in setSourceItem() argument
264 QQuickItem *item = qobject_cast<QQuickItem *>(sourceItem); // Workaround for QTBUG-72930 in setSourceItem()
272 QQuickItem *QDeclarativeGeoMapQuickItem::sourceItem() in sourceItem() function in QDeclarativeGeoMapQuickItem
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/items/
H A DMapComponent.qml179sourceItem: Rectangle { width: 14; height: 14; color: "#e41e25"; border.width: 2; border.color: "w…
185 anchorPoint: Qt.point(sourceItem.width/2, sourceItem.height/2)
189 sourceItem: Text{
197 …anchorPoint: Qt.point(-poiTheQtComapny.sourceItem.width * 0.5,poiTheQtComapny.sourceItem.height * …
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/mapviewer/map/
H A DMapComponent.qml357sourceItem: Rectangle { width: 14; height: 14; color: "#e41e25"; border.width: 2; border.color: "w…
363 anchorPoint: Qt.point(sourceItem.width/2, sourceItem.height/2)
367 sourceItem: Text{
375 …anchorPoint: Qt.point(-poiTheQtComapny.sourceItem.width * 0.5,poiTheQtComapny.sourceItem.height * …
H A DImageItem.qml66 sourceItem: Image {
H A DMarker.qml65 sourceItem: Image {
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/qml/qmlvideofx/
H A DContent.qml111 theSource.sourceItem = contentLoader.item
145 theSource.sourceItem = null
H A DEffectGaussianBlur.qml91 sourceItem: verticalShader
/OK3568_Linux_fs/buildroot/dl/qt5location/git/dist/
H A Dchanges-5.12.224 - [QTBUG-61509] Fixed crash when assigning a Component to MapQuickItem.sourceItem.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/
H A Dtst_map_item.qml106 sourceItem: Rectangle {
159 sourceItem: Rectangle {
255 preMapQuickItem.sourceItem = preMapQuickItemSource
590 preMapQuickItem.sourceItem = someItem
592 preMapQuickItem.sourceItem = someItem
H A Dtst_map_item_fit_viewport.qml160 sourceItem: Rectangle {
590 preMapQuickItemScreenPosition.x += preMapQuickItem.sourceItem.width
591 preMapQuickItemScreenPosition.y += preMapQuickItem.sourceItem.height
H A Dtst_map_item_details.qml136 sourceItem: Rectangle {
235 sourceItem: Rectangle {
H A Dtst_map_itemview.qml164 sourceItem: Rectangle {}
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/planespotter/
H A DPlane.qml64 sourceItem: Grid {
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places_map/
H A Dplaces_map.qml122 sourceItem: Column {
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/itemview_transitions/
H A Dmain.qml129 sourceItem: Shape {
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/
H A Dplaces.qml480 sourceItem: Image {
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/
H A Dplugins.qmltypes708 Property { name: "sourceItem"; type: "QQuickItem"; isPointer: true }