mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-01 19:35:36 -04:00
EditExistingPartitionDialog: Visual resizing of partitions
This commit is contained in:
parent
c3efa65668
commit
55f4231c92
6 changed files with 300 additions and 32 deletions
|
@ -25,6 +25,7 @@
|
|||
class PartitionCoreModule;
|
||||
class Device;
|
||||
class Partition;
|
||||
class PartitionSizeController;
|
||||
class Ui_EditExistingPartitionDialog;
|
||||
|
||||
class EditExistingPartitionDialog : public QDialog
|
||||
|
@ -40,6 +41,10 @@ private:
|
|||
QScopedPointer< Ui_EditExistingPartitionDialog > m_ui;
|
||||
Device* m_device;
|
||||
Partition* m_partition;
|
||||
QScopedPointer< Partition > m_partResizerWidgetPartition;
|
||||
PartitionSizeController* m_partitionSizeController;
|
||||
|
||||
void replacePartResizerWidget();
|
||||
};
|
||||
|
||||
#endif /* EDITEXISTINGPARTITIONDIALOG_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue