Branch Watch Tool: Toolbar Visiblity Menu

Adds the ability to hide unneeded features of the controls toolbar.
This commit is contained in:
mitaclaw
2024-08-04 05:44:44 -07:00
parent 8f76a32be4
commit 2a20e6e3df
2 changed files with 38 additions and 4 deletions

View File

@ -153,6 +153,8 @@ private:
QMenu* m_mnu_column_visibility;
QToolBar* m_control_toolbar;
QAction *m_act_branch_type_filters, *m_act_origin_destin_filters, *m_act_condition_filters,
*m_act_misc_controls;
QTableView* m_table_view;
BranchWatchProxyModel* m_table_proxy;
BranchWatchTableModel* m_table_model;