Guitar
src
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
{
7
class
SettingWindowsForm
;
8
}
9
10
class
SettingWindowsForm
:
public
AbstractSettingForm
{
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
AbstractSettingForm.h
AbstractSettingForm
Definition:
AbstractSettingForm.h:10
SettingWindowsForm
Definition:
SettingWindowsForm.h:10
SettingWindowsForm::~SettingWindowsForm
~SettingWindowsForm() override
Definition:
SettingWindowsForm.cpp:13
SettingWindowsForm::SettingWindowsForm
SettingWindowsForm(QWidget *parent=nullptr)
Definition:
SettingWindowsForm.cpp:6
SettingWindowsForm::exchange
void exchange(bool save) override
Definition:
SettingWindowsForm.cpp:18
SettingWindowsForm::ui
Ui::SettingWindowsForm * ui
Definition:
SettingWindowsForm.h:13
Ui
Definition:
AboutDialog.h:6
Generated by
1.9.1