25 #include <QHeaderView> 30 #include "GUI/Library/Helper/ColumnHeader.h" 31 #include "Helper/Settings/SayonaraClass.h" 32 #include "Components/Library/Sorting.h" 43 void sig_columns_changed(
const BoolList& shown_cols);
46 QMenu* _context_menu=
nullptr;
50 void init_header_action(
ColumnHeader* header,
bool is_shown);
53 void action_triggered(
bool b);
54 void language_changed();
58 HeaderView(Qt::Orientation orientation, QWidget* parent=
nullptr);
59 QSize sizeHint()
const override;
62 void refresh_sizes(QTableView* view);
71 #endif // HEADERVIEW_H The SayonaraClass class provides access to Settings and notifications.
Definition: SayonaraClass.h:31
Definition: ColumnHeader.h:191
Definition: ColumnHeader.h:40