mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-14 08:45:36 +08:00
Simulator selector style
This commit is contained in:
committed by
Mat Sutcliffe
parent
0ac6739377
commit
04e02fd074
@@ -73,15 +73,9 @@ namespace BlackGui
|
|||||||
switch (mode)
|
switch (mode)
|
||||||
{
|
{
|
||||||
default:
|
default:
|
||||||
case CheckBoxes:
|
case CheckBoxes: ui->wi_CheckBoxes->setVisible(true); break;
|
||||||
ui->wi_CheckBoxes->setVisible(true);
|
case RadioButtons: ui->wi_RadioButtons->setVisible(true); break;
|
||||||
break;
|
case ComboBox: ui->wi_ComboBox->setVisible(true); break;
|
||||||
case RadioButtons:
|
|
||||||
ui->wi_RadioButtons->setVisible(true);
|
|
||||||
break;
|
|
||||||
case ComboBox:
|
|
||||||
ui->wi_ComboBox->setVisible(true);
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
this->setToLastSelection();
|
this->setToLastSelection();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user