add options dialog, spawn dialogs at the right place
This commit is contained in:
18
OptionsDialog.h
Normal file
18
OptionsDialog.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef OPTIONSDIALOG_H
|
||||
#define OPTIONSDIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
class OptionsDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit OptionsDialog(QWidget *parent = 0);
|
||||
|
||||
signals:
|
||||
|
||||
public slots:
|
||||
|
||||
};
|
||||
|
||||
#endif // OPTIONSDIALOG_H
|
||||
Reference in New Issue
Block a user