Skip to content

Commit

Permalink
VL properties/Fields: Remember folder of last used .ui
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Feb 14, 2014
1 parent f9f5c6d commit 54da1cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/qgsfieldsproperties.cpp
Expand Up @@ -781,6 +781,8 @@ void QgsFieldsProperties::on_pbnSelectEditForm_clicked()
if ( uifilename.isNull() )
return;

QFileInfo fi( uifilename );
myQSettings.setValue ( "style/lastUIDir", fi.path() );
leEditForm->setText( uifilename );
}

Expand Down

0 comments on commit 54da1cf

Please sign in to comment.