Searched refs:forecast (Results 1 – 6 of 6) sorted by relevance
192 model.forecast[0].dayOfWeek : "??")194 model.forecast[0].temperature : "??/??")196 model.forecast[0].weatherIcon : "01d")204 model.forecast[1].dayOfWeek : "??")206 model.forecast[1].temperature : "??/??")208 model.forecast[1].weatherIcon : "01d")216 model.forecast[2].dayOfWeek : "??")218 model.forecast[2].temperature : "??/??")220 model.forecast[2].weatherIcon : "01d")228 model.forecast[3].dayOfWeek : "??")[all …]
153 QList<WeatherData*> forecast; member in AppModelPrivate191 return d->forecast.at(index); in forecastAt()197 return d->forecast.size(); in forecastCount()202 static_cast<AppModelPrivate*>(prop->data)->forecast.clear(); in forecastClear()387 foreach (WeatherData *inf, d->forecast) in handleWeatherNetworkData()389 d->forecast.clear(); in handleWeatherNetworkData()480 d->forecast.append(forecastEntry); in handleForecastNetworkData()510 QQmlListProperty<WeatherData> AppModel::forecast() const in forecast() function in AppModel
131 Q_PROPERTY(QQmlListProperty<WeatherData> forecast132 READ forecast151 QQmlListProperty<WeatherData> forecast() const;
11 result = b0 + b1 * (val->f64 + *forecast->latest_x);20 result = ((val->i64 - b0) / b1) - *forecast->latest_x;
84 We use a QQmlListProperty for the weather forecast information,85 which contains the next 4 days of forecast weather. This makes it
90 --disable-forecast