#ifndef QMDOWNLOADLEGTIMES_H #define QMDOWNLOADLEGTIMES_H #include namespace Ui { class QmDownloadLegTimes; } class QmDownloadLegTimes : public QDialog { Q_OBJECT public: explicit QmDownloadLegTimes(QWidget *parent = 0); ~QmDownloadLegTimes(); private: Ui::QmDownloadLegTimes *ui; private slots: void save(void); void legNumberChanged(int leg); void updateFileName(void); }; #endif // QMDOWNLOADLEGTIMES_H