mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-24 18:04:14 +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:
@@ -59,6 +59,9 @@ namespace BlackGui
|
||||
//! Pasted from clipboard
|
||||
void pasted();
|
||||
|
||||
//! \copydoc BlackGui::CGuiUtility::forceStyleSheetUpdate
|
||||
void forceStyleSheetUpdate();
|
||||
|
||||
bool m_readOnly = false; //!< read only
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user