mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Show default network cache path in options dialog
This commit is contained in:
parent
7c72fefd7c
commit
f16fba5e37
@ -315,6 +315,7 @@ QgsOptions::QgsOptions( QWidget *parent, Qt::WindowFlags fl )
|
||||
|
||||
// cache settings
|
||||
mCacheDirectory->setText( mSettings->value( "cache/directory" ).toString() );
|
||||
mCacheDirectory->setPlaceholderText( QDir( QgsApplication::qgisSettingsDirPath() ).canonicalPath() + QDir::separator() + "cache" );
|
||||
mCacheSize->setMinimum( 0 );
|
||||
mCacheSize->setMaximum( std::numeric_limits<int>::max() );
|
||||
mCacheSize->setSingleStep( 1024 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user