21 #ifndef GUI_SHUTDOWN_H 22 #define GUI_SHUTDOWN_H 24 #include "GUI/Utils/Widgets/Dialog.h" 25 #include "GUI/Utils/GuiClass.h" 35 UI_CLASS(GUI_Shutdown)
42 void cancel_clicked();
43 void rb_after_finished_clicked(
bool b);
44 void rb_after_minutes_clicked(
bool b);
47 explicit GUI_Shutdown(QWidget* parent=
nullptr);
56 #endif // GUI_SHUTDOWN_H void sig_closed()
emitted when closed
Dialog with Settings connection. Also contains triggers for language_changed() and skin_changed()...
Definition: Dialog.h:34