Home
last modified time | relevance | path

Searched refs:tileDownloadSize (Results 1 – 1 of 1) sorted by relevance

/dports/astro/marble/marble-21.12.3/src/lib/marble/
H A DDownloadRegionDialog.cpp453 qreal tileDownloadSize = tilesCount * averageTileSize; in updateTilesCount() local
457 if( tileDownloadSize > 1024 ) { in updateTilesCount()
458 tileDownloadSize = tileDownloadSize / 1024; in updateTilesCount()
459 …>m_tileSizeInfo->setText( tr( "Estimated download size: %1 MB" ).arg( ceil( tileDownloadSize ) ) ); in updateTilesCount()
462 … d->m_tileSizeInfo->setText( tr( "Estimated download size: %1 kB" ).arg( tileDownloadSize ) ); in updateTilesCount()