|
|
|
@ -115,6 +115,10 @@ LocalePage::LocalePage( Config* config, QWidget* parent )
|
|
|
|
|
connect( m_formatsChangeButton, &QPushButton::clicked, this, &LocalePage::changeFormats );
|
|
|
|
|
|
|
|
|
|
CALAMARES_RETRANSLATE_SLOT( &LocalePage::updateLocaleLabels )
|
|
|
|
|
|
|
|
|
|
m_regionCombo->setModel( m_config->regionModel() );
|
|
|
|
|
m_regionCombo->currentIndexChanged( m_regionCombo->currentIndex() );
|
|
|
|
|
updateGlobalStorage();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -136,19 +140,6 @@ LocalePage::updateLocaleLabels()
|
|
|
|
|
m_formatsLabel->setText( labels.second );
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void
|
|
|
|
|
LocalePage::init( const QString& initialRegion, const QString& initialZone )
|
|
|
|
|
{
|
|
|
|
|
using namespace CalamaresUtils::Locale;
|
|
|
|
|
|
|
|
|
|
m_regionCombo->setModel( m_config->regionModel() );
|
|
|
|
|
m_regionCombo->currentIndexChanged( m_regionCombo->currentIndex() );
|
|
|
|
|
|
|
|
|
|
m_config->setCurrentLocation( initialRegion, initialZone );
|
|
|
|
|
|
|
|
|
|
updateGlobalStorage();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
std::pair< QString, QString >
|
|
|
|
|
LocalePage::prettyLocaleStatus( const LocaleConfiguration& lc ) const
|
|
|
|
|
{
|
|
|
|
|