Searched refs:weatherIcon (Results 1 – 6 of 6) sorted by relevance
155 weatherIcon: (model.hasValidWeather156 ? model.weather.weatherIcon195 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")
67 Q_PROPERTY(QString weatherIcon68 READ weatherIcon WRITE setWeatherIcon82 QString weatherIcon() const;
104 QString WeatherData::weatherIcon() const in weatherIcon() function in WeatherData500 return hasValidCity() && (!(d->now.weatherIcon().isEmpty()) && in hasValidWeather()501 (d->now.weatherIcon().size() > 1) && in hasValidWeather()502 d->now.weatherIcon() != ""); in hasValidWeather()
58 property string weatherIcon: "01d"73 weatherIcon: current.weatherIcon
57 property string weatherIcon: "01d"73 weatherIcon: top.weatherIcon
56 property string weatherIcon: "01d"65 "http://openweathermap.org/img/w/" + container.weatherIcon + ".png"67 switch (weatherIcon) {