Expose new partitioning icons in CalamaresUtils::defaultPixmap.
This commit is contained in:
parent
cf49239419
commit
b095982830
@ -58,18 +58,6 @@ defaultPixmap( ImageType type, ImageMode mode, const QSize& size )
|
||||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/fail.svgz", size );
|
||||
break;
|
||||
|
||||
case Partitions:
|
||||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/partitions.svgz", size );
|
||||
break;
|
||||
|
||||
case Magic:
|
||||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/magic.svgz", size );
|
||||
break;
|
||||
|
||||
case Replace:
|
||||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/replace.svgz", size );
|
||||
break;
|
||||
|
||||
case Bugs:
|
||||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/bugs.svg", size );
|
||||
break;
|
||||
@ -82,6 +70,22 @@ defaultPixmap( ImageType type, ImageMode mode, const QSize& size )
|
||||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/release.svg", size );
|
||||
break;
|
||||
|
||||
case PartitionAlongside:
|
||||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/partition-alongside.svg", size );
|
||||
break;
|
||||
|
||||
case PartitionEraseAuto:
|
||||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/partition-erase-auto.svg", size );
|
||||
break;
|
||||
|
||||
case PartitionManual:
|
||||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/partition-manual.svg", size );
|
||||
break;
|
||||
|
||||
case PartitionReplaceOs:
|
||||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/partition-replace-os.svg", size );
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
@ -35,12 +35,13 @@ enum ImageType : int
|
||||
No,
|
||||
Information,
|
||||
Fail,
|
||||
Partitions,
|
||||
Magic,
|
||||
Replace,
|
||||
Bugs,
|
||||
Help,
|
||||
Release
|
||||
Release,
|
||||
PartitionAlongside,
|
||||
PartitionEraseAuto,
|
||||
PartitionManual,
|
||||
PartitionReplaceOs
|
||||
};
|
||||
|
||||
enum ImageMode
|
||||
|
Loading…
Reference in New Issue
Block a user