Guitar
SettingWindowsForm.h
Go to the documentation of this file.
1 #ifndef SETTINGWindowsFORM_H
2 #define SETTINGWindowsFORM_H
3 
4 #include "AbstractSettingForm.h"
5 
6 namespace Ui {
8 }
9 
11  Q_OBJECT
12 private:
13  Ui::SettingWindowsForm *ui;
14 public:
15  explicit SettingWindowsForm(QWidget *parent = nullptr);
16  ~SettingWindowsForm() override;
17  void exchange(bool save) override;
18 };
19 
20 #endif // SETTINGWindowsFORM_H
Definition: AbstractSettingForm.h:10
Definition: SettingWindowsForm.h:10
~SettingWindowsForm() override
Definition: SettingWindowsForm.cpp:13
SettingWindowsForm(QWidget *parent=nullptr)
Definition: SettingWindowsForm.cpp:6
void exchange(bool save) override
Definition: SettingWindowsForm.cpp:18
Ui::SettingWindowsForm * ui
Definition: SettingWindowsForm.h:13
Definition: AboutDialog.h:6