Searched refs:widthChanged (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativepolylinemapitem_p.h | 66 Q_PROPERTY(qreal width READ width WRITE setWidth NOTIFY widthChanged) 79 void widthChanged(qreal width);
|
| H A D | qdeclarativegeomapitemgroup.cpp | 166 …connect(m_quickMap, &QQuickItem::widthChanged, this, &QDeclarativeGeoMapItemGroup::onMapSizeChange… in setQuickMap()
|
| H A D | qdeclarativerectanglemapitem.cpp | 150 QObject::connect(&m_border, SIGNAL(widthChanged(qreal)), in Q_GLOBAL_STATIC()
|
| H A D | qdeclarativegeomapquickitem.cpp | 401 connect(sourceItem_.data(), SIGNAL(widthChanged()), in updatePolish()
|
| H A D | qdeclarativecirclemapitem.cpp | 297 QObject::connect(&m_border, SIGNAL(widthChanged(qreal)), in Q_GLOBAL_STATIC()
|
| H A D | qdeclarativepolylinemapitem.cpp | 382 emit widthChanged(width_); in setWidth() local 970 QObject::connect(&m_line, SIGNAL(widthChanged(qreal)), in Q_GLOBAL_STATIC()
|
| H A D | qdeclarativepolygonmapitem.cpp | 639 QObject::connect(&m_border, SIGNAL(widthChanged(qreal)), in Q_GLOBAL_STATIC()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapboxgl/ |
| H A D | qgeomapmapboxgl.cpp | 225 …QObject::connect(mapItem->border(), &QDeclarativeMapLineProperties::widthChanged, q, &QGeoMapMapbo… in addMapItem() 235 …QObject::connect(mapItem->border(), &QDeclarativeMapLineProperties::widthChanged, q, &QGeoMapMapbo… in addMapItem() 244 …QObject::connect(mapItem->border(), &QDeclarativeMapLineProperties::widthChanged, q, &QGeoMapMapbo… in addMapItem() 252 …QObject::connect(mapItem->line(), &QDeclarativeMapLineProperties::widthChanged, q, &QGeoMapMapboxG… in addMapItem()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/labs/ |
| H A D | qmappolylineobject.cpp | 198 connect(m_border, &QDeclarativeMapLineProperties::widthChanged, this, [this](qreal width){ in border()
|
| H A D | qmapcircleobject.cpp | 257 connect(m_border, &QDeclarativeMapLineProperties::widthChanged, this, [this](qreal width){ in border()
|
| H A D | qmappolygonobject.cpp | 256 connect(m_border, &QDeclarativeMapLineProperties::widthChanged, this, [this](qreal width){ in border()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_ui/ |
| H A D | tst_map_item_fit_viewport.qml | 149 … SignalSpy {id: preMapCircleBorderWidthChanged; target: parent.border; signalName: "widthChanged"} 186 … SignalSpy {id: preMapPolygonBorderWidthChanged; target: parent.border; signalName: "widthChanged"} 198 … SignalSpy {id: preMapPolylineWidthChanged; target: parent.line; signalName: "widthChanged"} 213 … SignalSpy {id: preMapRouteLineWidthChanged; target: parent.line; signalName: "widthChanged"}
|
| H A D | tst_map_item.qml | 147 … SignalSpy {id: preMapCircleBorderWidthChanged; target: parent.border; signalName: "widthChanged"} 186 … SignalSpy {id: preMapPolygonBorderWidthChanged; target: parent.border; signalName: "widthChanged"} 198 … SignalSpy {id: preMapPolylineWidthChanged; target: parent.line; signalName: "widthChanged"} 213 … SignalSpy {id: preMapRouteLineWidthChanged; target: parent.line; signalName: "widthChanged"}
|
| H A D | tst_map_item_details.qml | 66 … SignalSpy {id: extMapPolygonBorderWidthChanged; target: parent.border; signalName: "widthChanged"} 88 SignalSpy {id: extMapPolylineWidthChanged; target: parent.line; signalName: "widthChanged"}
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/ |
| H A D | tst_routing.qml | 94 SignalSpy {id: mapRouteWidthSpy; target: emptyMapRoute.border; signalName: "widthChanged"}
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/imports/location/ |
| H A D | plugins.qmltypes | 1281 name: "widthChanged"
|