Use new QColorButton that has a visible frame.

This commit is contained in:
Ernie Pasveer
2024-10-06 12:21:13 -05:00
parent 4817c28304
commit 54b85829a3
7 changed files with 135 additions and 31 deletions
+3
View File
@@ -13,6 +13,9 @@ SeerStackDumpSettingsDialog::SeerStackDumpSettingsDialog (QWidget* parent) : QDi
// Set up the UI.
setupUi(this);
spHighLightColorButton->setFrameStyle(QFrame::Box|QFrame::Plain);
spHighLightColorButton->setLineWidth(1);
// Setup the widgets
setStackPointerExpression("$sp");
setStackPointerColor(QColor("lightGray"));