mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 10:25:36 -04:00
Draw nested partition enable/disable support in Splitter widget.
This commit is contained in:
parent
aaeb28e45e
commit
65f5da5a8d
2 changed files with 18 additions and 7 deletions
|
@ -39,7 +39,7 @@ class PartitionSplitterWidget : public QWidget
|
|||
public:
|
||||
explicit PartitionSplitterWidget( QWidget* parent = nullptr );
|
||||
|
||||
void init( Device* dev );
|
||||
void init( Device* dev, bool drawNestedPartitions );
|
||||
|
||||
void setSplitPartition( const QString& path,
|
||||
qint64 minSize,
|
||||
|
@ -90,6 +90,8 @@ private:
|
|||
int m_resizeHandleX;
|
||||
|
||||
const int HANDLE_SNAP;
|
||||
|
||||
bool m_drawNestedPartitions;
|
||||
};
|
||||
|
||||
#endif // PARTITIONSPLITTERWIDGET_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue