Home
last modified time | relevance | path

Searched refs:setWeatherIcon (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/positioning/weatherinfo/
H A Dappmodel.h68 READ weatherIcon WRITE setWeatherIcon
87 void setWeatherIcon(const QString &value);
H A Dappmodel.cpp125 void WeatherData::setWeatherIcon(const QString &value) in setWeatherIcon() function in WeatherData
404 d->now.setWeatherIcon(tempObject.value("icon").toString()); in handleWeatherNetworkData()
475 forecastEntry->setWeatherIcon(jo.value(QStringLiteral("icon")).toString()); in handleForecastNetworkData()