Subversion Repositories svn1

Rev

Rev 194 | Rev 203 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 194 Rev 197
Line 68... Line 68...
68
    m2->addAction("Upload time information", this, SLOT(uploadLegData()));
68
    m2->addAction("Upload time information", this, SLOT(uploadLegData()));
69
 
69
 
70
    QMenu *m3 = new QMenu ("Reports");
70
    QMenu *m3 = new QMenu ("Reports");
71
    ui->menuBar->addMenu(m3);
71
    ui->menuBar->addMenu(m3);
72
    m3->addAction("Generate All Reports", this, SLOT(generateReports()));
72
    m3->addAction("Generate All Reports", this, SLOT(generateReports()));
73
    m3->addAction("Display Summary Results", this, SLOT(displaySummary()));
73
    m3->addAction("Display Summary", this, SLOT(displaySummary()));
74
}
74
}
75
 
75
 
76
MainWindow::~MainWindow()
76
MainWindow::~MainWindow()
77
{
77
{
78
    delete ui;
78
    delete ui;