starting cloud save
This commit is contained in:
28
sources/configurationdialog.h
Normal file
28
sources/configurationdialog.h
Normal file
@@ -0,0 +1,28 @@
|
||||
#ifndef CONFIGURATIONDIALOG_H
|
||||
#define CONFIGURATIONDIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
#include "configurationmanager.h"
|
||||
|
||||
namespace Ui {
|
||||
class ConfigurationDialog;
|
||||
}
|
||||
|
||||
class ConfigurationDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit ConfigurationDialog(QWidget *parent = nullptr);
|
||||
~ConfigurationDialog();
|
||||
|
||||
private:
|
||||
Ui::ConfigurationDialog *ui;
|
||||
ConfigurationManager mng;
|
||||
|
||||
void RefreshField();
|
||||
|
||||
};
|
||||
|
||||
#endif // CONFIGURATIONDIALOG_H
|
||||
Reference in New Issue
Block a user