mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 17:35:37 -04:00
[packagechooser] Use sample screenshots
This commit is contained in:
parent
86d8db6bbf
commit
ab7374628b
3 changed files with 21 additions and 2 deletions
|
@ -155,9 +155,9 @@ PackageChooserViewStep::setConfigurationMap( const QVariantMap& configurationMap
|
|||
{
|
||||
|
||||
m_model = new PackageListModel( nullptr );
|
||||
m_model->addPackage( PackageItem { "kde", "kde", "Plasma", "Plasma Desktop" } );
|
||||
m_model->addPackage( PackageItem { "kde", "kde", "Plasma", "Plasma Desktop", ":/images/kde.png" } );
|
||||
m_model->addPackage(
|
||||
PackageItem { "gnome", "gnome", "GNOME", "GNU Networked Object Modeling Environment Desktop" } );
|
||||
PackageItem { "gnome", "gnome", "GNOME", "GNU Networked Object Modeling Environment Desktop", ":/images/gnome.png" } );
|
||||
|
||||
|
||||
if ( m_widget )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue