From 2aef87d8f4d8050856e1f3bb713241ca4ffc2db9 Mon Sep 17 00:00:00 2001 From: Arno Date: Sat, 24 Nov 2018 17:17:08 +0100 Subject: GUI changes Play nice with themes, especially dark ones. Most likely the light icons will look crappy with a light theme, but theming support is another thing entirely. Right now I'm using a dark theme, so this is it... --- collectionwebradioview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'collectionwebradioview.cpp') diff --git a/collectionwebradioview.cpp b/collectionwebradioview.cpp index 7fa01de..0ec9287 100644 --- a/collectionwebradioview.cpp +++ b/collectionwebradioview.cpp @@ -13,7 +13,7 @@ void CollectionWebradioView::populate(){ model()->setHorizontalHeaderLabels(headers()); QSqlDatabase db = QSqlDatabase::database("beetplayerdb"); QStandardItem *root = model()->invisibleRootItem(); - QIcon wrIcon(":/dog_hood.png"); + QIcon wrIcon(":/dog_hood_light.png"); QSqlQuery wrQ = QSqlQuery("SELECT tdescription, turl FROM webradio ORDER BY tdescription DESC", db); while(wrQ.next()){ QStandardItem *curWr = new QStandardItem; -- cgit v1.2.3-70-g09d2