33class GUI_ShortcutPreferences final :
34 public Preferences::Base
37 UI_CLASS_SHARED_PTR(GUI_ShortcutPreferences)
38 PIMPL(GUI_ShortcutPreferences)
41 explicit GUI_ShortcutPreferences(
const QString& identifier);
42 ~GUI_ShortcutPreferences()
override;
44 void revert()
override;
45 bool commit()
override;
47 [[nodiscard]] QString actionName()
const override;
50 void initUi()
override;
51 void retranslate()
override;
52 [[nodiscard]] QString errorString()
const override;
56 void sequenceEntered();