Rev 335 | Blame | Compare with Previous | Last modification | View Log | RSS feed
#ifndef QMDOWNLOADLEGTIMES_H#define QMDOWNLOADLEGTIMES_H#include <QDialog>namespace Ui {class QmDownloadLegTimes;}class QmDownloadLegTimes : public QDialog{Q_OBJECTpublic: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