Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Plasma Workspace
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
68
Merge Requests
68
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Plasma
Plasma Workspace
Commits
d179c64f
Commit
d179c64f
authored
Jan 04, 2018
by
Friedrich W. H. Kossebau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[weather] UKMET: add some icon mapping, align order for day & night
parent
79503208
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
dataengines/weather/ions/bbcukmet/ion_bbcukmet.cpp
dataengines/weather/ions/bbcukmet/ion_bbcukmet.cpp
+5
-5
No files found.
dataengines/weather/ions/bbcukmet/ion_bbcukmet.cpp
View file @
d179c64f
...
...
@@ -100,9 +100,9 @@ QMap<QString, IonInterface::ConditionIcons> UKMETIon::setupDayIconMappings() con
{
QStringLiteral
(
"clear sky"
),
ClearDay
},
{
QStringLiteral
(
"sunny intervals"
),
PartlyCloudyDay
},
// { QStringLiteral("sunny intervals night"), ClearNight },
{
QStringLiteral
(
"light cloud"
),
PartlyCloudyDay
},
{
QStringLiteral
(
"partly cloudy"
),
PartlyCloudyDay
},
{
QStringLiteral
(
"cloudy"
),
PartlyCloudyDay
},
{
QStringLiteral
(
"light cloud"
),
PartlyCloudyDay
},
{
QStringLiteral
(
"white cloud"
),
PartlyCloudyDay
},
{
QStringLiteral
(
"grey cloud"
),
Overcast
},
{
QStringLiteral
(
"thick cloud"
),
Overcast
},
...
...
@@ -177,10 +177,10 @@ QMap<QString, IonInterface::ConditionIcons> UKMETIon::setupNightIconMappings() c
{
QStringLiteral
(
"heavy rain shower"
),
Rain
},
{
QStringLiteral
(
"thundery shower"
),
Thunderstorm
},
{
QStringLiteral
(
"thunderstorm"
),
Thunderstorm
},
{
QStringLiteral
(
"cloudy with sleet"
),
NotAvailable
},
{
QStringLiteral
(
"sleet shower"
),
NotAvailable
},
{
QStringLiteral
(
"sleet showers"
),
NotAvailable
},
{
QStringLiteral
(
"sleet"
),
NotAvailable
},
{
QStringLiteral
(
"cloudy with sleet"
),
RainSnow
},
{
QStringLiteral
(
"sleet shower"
),
RainSnow
},
{
QStringLiteral
(
"sleet showers"
),
RainSnow
},
{
QStringLiteral
(
"sleet"
),
RainSnow
},
{
QStringLiteral
(
"cloudy with hail"
),
Hail
},
{
QStringLiteral
(
"hail shower"
),
Hail
},
{
QStringLiteral
(
"hail showers"
),
Hail
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment