Subversion Repositories svn1

Rev

Rev 387 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 387 Rev 389
Line 281... Line 281...
281
}
281
}
282
 
282
 
283
void QmDialogUploadLegTimes::load(void)
283
void QmDialogUploadLegTimes::load(void)
284
{
284
{
285
    QString fileName = QFileDialog::getOpenFileName(this, tr("Load File"),
285
    QString fileName = QFileDialog::getOpenFileName(this, tr("Load File"),
286
                                                 appSettings->value("LegTimeUpload/LastFile",filepath).toString(),
286
                                                 appSettings->value("LegTimeUpload/LastFile",FilePath).toString(),
287
                                                 tr("Legs (*leg*);;Data (*.leg);;Text (*.txt);;Csv (*.csv);;All (*.*)"),
287
                                                 tr("Legs (*leg*);;Data (*.leg);;Text (*.txt);;Csv (*.csv);;All (*.*)"),
288
                                                 0,
288
                                                 0,
289
                                                 QFileDialog::ReadOnly);
289
                                                 QFileDialog::ReadOnly);
290
    if ( fileName.isEmpty() )
290
    if ( fileName.isEmpty() )
291
    {
291
    {