mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-01 19:35:36 -04:00
Refactor bootloader picker into the bottom layout.
This commit is contained in:
parent
e1a6085a1b
commit
5ccfc20258
2 changed files with 73 additions and 90 deletions
|
@ -33,7 +33,6 @@ class QComboBox;
|
|||
class QLabel;
|
||||
class QListView;
|
||||
|
||||
class ExpandableRadioButton;
|
||||
class PartitionBarsView;
|
||||
class PartitionSplitterWidget;
|
||||
class PartitionLabelsView;
|
||||
|
@ -79,8 +78,7 @@ private slots:
|
|||
private:
|
||||
void setNextEnabled( bool enabled );
|
||||
void setupChoices();
|
||||
QComboBox* createBootloaderComboBox( ExpandableRadioButton* parentButton );
|
||||
ExpandableRadioButton* createEraseButton();
|
||||
QComboBox* createBootloaderComboBox( QWidget* parentButton );
|
||||
Device* selectedDevice();
|
||||
void applyDeviceChoice();
|
||||
void updateDeviceStatePreview();
|
||||
|
@ -101,7 +99,7 @@ private:
|
|||
|
||||
QButtonGroup* m_grp;
|
||||
PrettyRadioButton* m_alongsideButton;
|
||||
ExpandableRadioButton* m_eraseButton;
|
||||
PrettyRadioButton* m_eraseButton;
|
||||
PrettyRadioButton* m_replaceButton;
|
||||
PrettyRadioButton* m_somethingElseButton;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue