diff options
| author | Brian Potchik <brian@vector35.com> | 2022-09-15 12:40:13 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2022-09-15 12:40:13 -0400 |
| commit | 6337613488613dfe8b6583efce785bc84f11b9c3 (patch) | |
| tree | 23da7aa458aa248d2b663c891d8a890fae6f2678 /ui/settingsview.h | |
| parent | 6066b193f5df09df3dfa357d85efa938088b329d (diff) | |
Improve theme handling in the settings UI.
Diffstat (limited to 'ui/settingsview.h')
| -rw-r--r-- | ui/settingsview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/settingsview.h b/ui/settingsview.h index e193a961..6a9e9f65 100644 --- a/ui/settingsview.h +++ b/ui/settingsview.h @@ -318,6 +318,7 @@ class BINARYNINJAUIAPI SettingsScopeBar : public QWidget BinaryViewScopeLabel* m_resourceLabel; ClickableLabel* m_openProjectLabel; QLabel* m_desc; + unsigned long m_highlightIdx; void setScopeHighlight(unsigned long highlightIdx); @@ -325,6 +326,7 @@ class BINARYNINJAUIAPI SettingsScopeBar : public QWidget SettingsScopeBar(QWidget* parent = nullptr); void refresh(); + void updateTheme(); Q_SIGNALS: void scopeChanged(BinaryViewRef, BNSettingsScope); |
