mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 18:05:36 -04:00
[welcome] Allow theming the international language-select icon
This commit is contained in:
parent
75ce391e7e
commit
07c638ed48
5 changed files with 31 additions and 1 deletions
|
@ -270,6 +270,12 @@ WelcomePage::externallySelectedLanguage( int row )
|
|||
ui->languageWidget->setCurrentIndex( row );
|
||||
}
|
||||
|
||||
void
|
||||
WelcomePage::setLanguageIcon( QIcon i )
|
||||
{
|
||||
ui->languageIcon->setPixmap( i.pixmap(48) );
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
LocaleTwoColumnDelegate::paint(QPainter* painter, const QStyleOptionViewItem& option, const QModelIndex& index) const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue