#ifndef DIALOGSETSEGMENT_H #define DIALOGSETSEGMENT_H #include #include namespace Ui { class DialogSetSegment; } class DialogSetSegment : public QDialog { Q_OBJECT public: explicit DialogSetSegment(QWidget *parent = 0); ~DialogSetSegment(); int getSegmentLenth(); private: Ui::DialogSetSegment *ui; }; #endif // DIALOGSETSEGMENT_H