Subversion Repositories svn1

Rev

Rev 129 | Rev 131 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#ifndef QMDIALOGLEGSTARTTIMES_H
#define QMDIALOGLEGSTARTTIMES_H

#include <QDialog>

namespace Ui {
    class QmDialogLegStartTimes;
}

class QmDialogLegStartTimes : public QDialog
{
    Q_OBJECT

public:
    explicit QmDialogLegStartTimes(const QString &title, QWidget *parent = 0);
    ~QmDialogLegStartTimes();
    time_t getTime(void);
    int getLeg(void);
    bool getReport(void);
    bool getClear(void);

private:
    Ui::QmDialogLegStartTimes *ui;
};

#endif // QMDIALOGLEGSTARTTIMES_H