From b6d1aed922c28193038c9e42133e32eba6cd6758 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Tue, 22 Oct 2024 09:02:47 -0400 Subject: add new tool button with background --- ui/theme.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ui') 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 -- cgit v1.3.1