Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/weatherinfo/
H A Dweatherinfo.qml155 weatherIcon: (model.hasValidWeather
156 ? model.weather.weatherIcon
195 weatherIcon: (model.hasValidWeather ?
196 model.forecast[0].weatherIcon : "01d")
207 weatherIcon: (model.hasValidWeather ?
208 model.forecast[1].weatherIcon : "01d")
219 weatherIcon: (model.hasValidWeather ?
220 model.forecast[2].weatherIcon : "01d")
231 weatherIcon: (model.hasValidWeather ?
232 model.forecast[3].weatherIcon : "01d")
H A Dappmodel.h67 Q_PROPERTY(QString weatherIcon
68 READ weatherIcon WRITE setWeatherIcon
82 QString weatherIcon() const;
H A Dappmodel.cpp104 QString WeatherData::weatherIcon() const in weatherIcon() function in WeatherData
500 return hasValidCity() && (!(d->now.weatherIcon().isEmpty()) && in hasValidWeather()
501 (d->now.weatherIcon().size() > 1) && in hasValidWeather()
502 d->now.weatherIcon() != ""); in hasValidWeather()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/weatherinfo/components/
H A DBigForecastIcon.qml58 property string weatherIcon: "01d"
73 weatherIcon: current.weatherIcon
H A DForecastIcon.qml57 property string weatherIcon: "01d"
73 weatherIcon: top.weatherIcon
H A DWeatherIcon.qml56 property string weatherIcon: "01d"
65 "http://openweathermap.org/img/w/" + container.weatherIcon + ".png"
67 switch (weatherIcon) {