|
|
@ -65,6 +65,8 @@ public:
|
|
|
|
|
|
|
|
|
|
|
|
Choice currentChoice() const;
|
|
|
|
Choice currentChoice() const;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void doAlongsideApply();
|
|
|
|
|
|
|
|
|
|
|
|
signals:
|
|
|
|
signals:
|
|
|
|
void nextStatusChanged( bool );
|
|
|
|
void nextStatusChanged( bool );
|
|
|
|
void actionChosen();
|
|
|
|
void actionChosen();
|
|
|
@ -73,7 +75,6 @@ signals:
|
|
|
|
private slots:
|
|
|
|
private slots:
|
|
|
|
void doReplaceSelectedPartition( const QModelIndex& current, const QModelIndex& previous );
|
|
|
|
void doReplaceSelectedPartition( const QModelIndex& current, const QModelIndex& previous );
|
|
|
|
void doAlongsideSetupSplitter( const QModelIndex& current, const QModelIndex& previous );
|
|
|
|
void doAlongsideSetupSplitter( const QModelIndex& current, const QModelIndex& previous );
|
|
|
|
void doAlongsideApply();
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private:
|
|
|
|
private:
|
|
|
|
void setNextEnabled( bool enabled );
|
|
|
|
void setNextEnabled( bool enabled );
|
|
|
|