Load those icons.
This commit is contained in:
parent
d4117b333c
commit
17f1f5f61f
@ -95,6 +95,14 @@ defaultPixmap( ImageType type, ImageMode mode, const QSize& size )
|
|||||||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/partition-replace-os.svg", size );
|
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/partition-replace-os.svg", size );
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case PartitionTable:
|
||||||
|
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/partition-table.svg", size );
|
||||||
|
break;
|
||||||
|
|
||||||
|
case BootEnvironment:
|
||||||
|
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/boot-environment.svg", size );
|
||||||
|
break;
|
||||||
|
|
||||||
case Squid:
|
case Squid:
|
||||||
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/squid.svg", size );
|
pixmap = ImageRegistry::instance()->pixmap( RESPATH "images/squid.svg", size );
|
||||||
break;
|
break;
|
||||||
|
@ -44,6 +44,8 @@ enum ImageType : int
|
|||||||
PartitionEraseAuto,
|
PartitionEraseAuto,
|
||||||
PartitionManual,
|
PartitionManual,
|
||||||
PartitionReplaceOs,
|
PartitionReplaceOs,
|
||||||
|
PartitionTable,
|
||||||
|
BootEnvironment,
|
||||||
Squid
|
Squid
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user