Use the Adwaita icon set, for now.

This commit is contained in:
Ernie Pasveer
2022-02-09 11:14:48 -06:00
parent 5b89020ce2
commit 67a41d605b
50 changed files with 96 additions and 70 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ SeerThreadManagerWidget::SeerThreadManagerWidget (QWidget* parent) : QWidget(par
tabWidget->addTab(_threadFramesBrowserWidget, "Frames");
QToolButton* refreshToolButton = new QToolButton(tabWidget);
refreshToolButton->setIcon(QIcon(":/seer/resources/oxygen/view-refresh.png"));
refreshToolButton->setIcon(QIcon(":/seer/resources/Adwaita/view-refresh.png"));
refreshToolButton->setToolTip("Refresh the thread information.");
tabWidget->setCornerWidget(refreshToolButton, Qt::TopRightCorner);