Show a summary of the partition changes on the summary page

This commit is contained in:
Aurélien Gâteau 2014-07-30 14:15:29 +02:00
parent e7e57689d8
commit 03c5a38b90
8 changed files with 141 additions and 22 deletions

View file

@ -37,6 +37,7 @@ public:
explicit PartitionViewStep( QObject* parent = 0 );
QString prettyName() const override;
QWidget* createSummaryWidget() const override;
QWidget* widget() override;