Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/weatherinfo/
H A Dweatherinfo.qml155 weatherIcon: (model.hasValidWeather
159 topText: (model.hasValidWeather
162 bottomText: (model.hasValidWeather
191 topText: (model.hasValidWeather ?
193 bottomText: (model.hasValidWeather ?
195 weatherIcon: (model.hasValidWeather ?
203 topText: (model.hasValidWeather ?
205 bottomText: (model.hasValidWeather ?
207 weatherIcon: (model.hasValidWeather ?
215 topText: (model.hasValidWeather ?
[all …]
H A Dappmodel.h119 Q_PROPERTY(bool hasValidWeather
120 READ hasValidWeather
143 bool hasValidWeather() const;
H A Dappmodel.cpp498 bool AppModel::hasValidWeather() const in hasValidWeather() function in AppModel