Mercurial > trustbridge
diff ui/mainwindow.cpp @ 964:706405a2f3e8
(issue89) Add help icon to help button
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Thu, 28 Aug 2014 12:55:19 +0200 |
parents | 0a4f7235e759 |
children | 013ca910589a |
line wrap: on
line diff
--- a/ui/mainwindow.cpp Thu Aug 28 12:54:28 2014 +0200 +++ b/ui/mainwindow.cpp Thu Aug 28 12:55:19 2014 +0200 @@ -535,6 +535,7 @@ QHBoxLayout *helpButtonLayout = new QHBoxLayout(); QPushButton *helpButton = new QPushButton(tr("Show Help")); + helpButton->setIcon(QIcon(":/img/show-help_16.png")); connect(helpButton, SIGNAL(clicked()), this, SLOT(showHelp())); helpButtonLayout->addWidget(helpButton); #ifdef USE_CURL