summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/theme.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/ui/theme.h b/ui/theme.h
index c6b8f607..71e51804 100644
--- a/ui/theme.h
+++ b/ui/theme.h
@@ -22,6 +22,14 @@ public:
};
+class BINARYNINJAUIAPI CustomStyleFlatToolButtonWithBackground : public QToolButton
+{
+Q_OBJECT
+public:
+ CustomStyleFlatToolButtonWithBackground(QWidget* parent = nullptr) : QToolButton(parent) {}
+};
+
+
class BINARYNINJAUIAPI CustomStyleFlatToolButton : public QToolButton
{
Q_OBJECT