#ifndef CREATERANGEDIALOG_H #define CREATERANGEDIALOG_H #include #include #include #include #include #include #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