Init version
This commit is contained in:
33
DEC_GUI/Kolch_Shind/createrangedialog.h
Normal file
33
DEC_GUI/Kolch_Shind/createrangedialog.h
Normal file
@@ -0,0 +1,33 @@
|
||||
#ifndef CREATERANGEDIALOG_H
|
||||
#define CREATERANGEDIALOG_H
|
||||
|
||||
|
||||
#include <QLineEdit>
|
||||
#include <QComboBox>
|
||||
#include <QTextEdit>
|
||||
#include <QDialog>
|
||||
#include <QSpinBox>
|
||||
#include <QCheckBox>
|
||||
#include "constants.h"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
class CreateRangeDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
CreateRangeDialog(QWidget *parent, int flag);
|
||||
QString iterField();
|
||||
|
||||
|
||||
private slots:
|
||||
|
||||
private:
|
||||
QLineEdit *iterations;
|
||||
|
||||
};
|
||||
|
||||
#endif // CREATERANGEDIALOG_H
|
||||
Reference in New Issue
Block a user