28class GUI_OtherSettings :
29 public Preferences::Base
32 UI_CLASS(GUI_OtherSettings)
35 explicit GUI_OtherSettings(
const QString& identifier);
36 ~GUI_OtherSettings()
override;
38 [[nodiscard]] QString actionName()
const override;
40 bool commit()
override;
42 void revert()
override;
44 void initUi()
override;
46 void retranslate()
override;
48 bool hasError()
const override;
50 QString errorString()
const override;