Subversion Repositories svn1

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
211 - 1
#ifndef QMDOWNLOADLEGTIMES_H
2
#define QMDOWNLOADLEGTIMES_H
3
 
4
#include <QDialog>
5
 
6
namespace Ui {
7
    class QmDownloadLegTimes;
8
}
9
 
10
class QmDownloadLegTimes : public QDialog
11
{
12
    Q_OBJECT
13
 
14
public:
15
    explicit QmDownloadLegTimes(QWidget *parent = 0);
16
    ~QmDownloadLegTimes();
17
 
18
private:
19
    Ui::QmDownloadLegTimes *ui;
20
 
21
private slots:
22
    void save(void);
23
    void legNumberChanged(int leg);
212 - 24
    void updateFileName(void);
211 - 25
};
26
 
27
#endif // QMDOWNLOADLEGTIMES_H