Subversion Repositories svn1

Rev

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

Rev 170 Rev 174
Line 47... Line 47...
47
}
47
}
48
 
48
 
49
void QmDialogUploadLegTimes::load(void)
49
void QmDialogUploadLegTimes::load(void)
50
{
50
{
51
    QString fileName = QFileDialog::getOpenFileName(this, tr("Load File"),
51
    QString fileName = QFileDialog::getOpenFileName(this, tr("Load File"),
52
                                                 QDir::currentPath(),
52
                                                 filepath,
53
                                                 tr("Data (*.leg);;All (*.*)"),
53
                                                 tr("Data (*.leg);;All (*.*)"),
54
                                                 0,
54
                                                 0,
55
                                                 QFileDialog::ReadOnly);
55
                                                 QFileDialog::ReadOnly);
56
    if ( fileName.isEmpty() )
56
    if ( fileName.isEmpty() )
57
    {
57
    {