mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +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:
@@ -68,6 +68,7 @@ namespace BlackGui
|
||||
ui->le_Description->setReadOnly(readOnly);
|
||||
ui->le_ModelKey->setReadOnly(readOnly);
|
||||
ui->le_Name->setReadOnly(readOnly);
|
||||
this->forceStyleSheetUpdate();
|
||||
}
|
||||
|
||||
void CModelMappingForm::setSelectOnly()
|
||||
|
||||
Reference in New Issue
Block a user