mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 05:28:09 +08:00
Ref T225, force stylesheet in CForm base class and used by all forms
* Allows to use stylesheet attributes like [readonly] * changing to "readonly" applies correct stylesheet
This commit is contained in:
@@ -65,6 +65,7 @@ namespace BlackGui
|
||||
ui->cbp_ComPanelTransponderMode->setDisabled(!readonly);
|
||||
ui->tb_ComPanelCom1Toggle->setEnabled(!readonly);
|
||||
ui->tb_ComPanelCom2Toggle->setEnabled(!readonly);
|
||||
this->forceStyleSheetUpdate();
|
||||
}
|
||||
|
||||
void CCockpitComForm::setSelectOnly()
|
||||
|
||||
Reference in New Issue
Block a user