24#include "Gui/Utils/Widgets/WidgetTemplate.h"
25#include "Utils/Pimpl.h"
31 class PreferenceAction;
60 EntrySaveAs = (1 << 4),
61 EntryRename = (1 << 5),
62 EntryDelete = (1 << 6),
64 EntryDefault = (1 << 8)
84 void showAction(
bool b, QAction* action);
109 void showEvent(QShowEvent* e)
override;
110 void languageChanged()
override;
111 void skinChanged()
override;
A PreferenceAction can be added to each widget supporting QActions. When triggering this action,...
Definition PreferenceAction.h:40
uint16_t ContextMenuEntries
Combination of ContextMenu::Entry values.
Definition ContextMenu.h:36