X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=bottombar.cpp;h=7e7914ebbfad2e2babb8679eefd1066706706775;hb=21d90a736479e9eb1615db46297dca25115d5ea0;hp=a5a5b960b810fb1bf42eda9c484af41be15b8e32;hpb=810ad0d7cae54b293ddebe4e3874fd2f0e6e38a1;p=groove diff --git a/bottombar.cpp b/bottombar.cpp index a5a5b96..7e7914e 100644 --- a/bottombar.cpp +++ b/bottombar.cpp @@ -15,6 +15,14 @@ bottomBar::bottomBar(QWidget *parent) : main->setBackgroundBrush(this->palette().window()); main->setSceneRect(0,0,screenGeometry.width(),15); this->playbackProgress = main->addRect(0,0,screenGeometry.width()/2,15,QPen(Qt::white),QBrush(Qt::white)); +#ifndef Q_WS_MAEMO_5 + ui->stopButton->setIcon(QIcon::fromTheme("media-playback-stop")); + ui->pauseB->setIcon(QIcon::fromTheme("media-playback-pause")); + ui->nextB->setIcon(QIcon::fromTheme("media-skip-forward")); + ui->backB->setIcon(QIcon::fromTheme("media-skip-backward")); + ui->settingsB->setIcon(QIcon::fromTheme("document-properties")); + +#endif } bottomBar::~bottomBar()