A HELP text to SeerThreadManagerWidget.

This commit is contained in:
Ernie Pasveer
2022-09-18 21:01:39 -05:00
parent 6ea8d63565
commit bbe87f17bf
5 changed files with 22 additions and 3 deletions
+1
View File
@@ -35,6 +35,7 @@ SeerThreadManagerWidget::SeerThreadManagerWidget (QWidget* parent) : QWidget(par
helpToolButton->setToolTip("Help on thread information.");
QHContainerWidget* hcontainer = new QHContainerWidget(this);
hcontainer->setSpacing(3);
hcontainer->addWidget(refreshToolButton);
hcontainer->addWidget(helpToolButton);