QTfrontend/ui/widget/feedbackdialog.cpp
changeset 12036 3957a6653c10
parent 11803 d85d273cb3aa
child 12897 fc47fc4af6bd
child 12900 a9e4e8fa852c
--- a/QTfrontend/ui/widget/feedbackdialog.cpp	Wed Nov 23 15:08:51 2016 +0100
+++ b/QTfrontend/ui/widget/feedbackdialog.cpp	Wed Nov 23 15:34:08 2016 +0100
@@ -156,8 +156,9 @@
     captchaLayoutWidget->setLayout(captchaLayout);
     feedbackLayout->addWidget(captchaLayoutWidget, 3, 1, 1, 2);
 
-    // TODO: Set green arrow icon for send button (:/res/Start.png)
     BtnSend = new QPushButton(tr("Send Feedback"));
+    BtnSend->setStyleSheet("qproperty-icon: url(:/res/Start.png);");
+
     feedbackLayout->addWidget(BtnSend, 3, 3);
     BtnSend->setFixedHeight(40);
     connect(BtnSend, SIGNAL(clicked()), this, SLOT(SendFeedback()));