mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 03:45:30 +08:00
refs #768, fixed model form selectOnly, also hide drop area when read only
Reported during #780 by RW
This commit is contained in:
@@ -37,9 +37,12 @@ namespace BlackGui
|
||||
//! Allow to drop data
|
||||
void allowDrop(bool allowDrop);
|
||||
|
||||
//! Set as read only
|
||||
//! \copydoc BlackGui::Editors::CForm::setReadOnly
|
||||
virtual void setReadOnly(bool readOnly) override;
|
||||
|
||||
//! \copydoc BlackGui::Editors::CForm::setSelectOnly
|
||||
virtual void setSelectOnly() override;
|
||||
|
||||
//! \copydoc BlackGui::Editors::CForm::validate
|
||||
virtual BlackMisc::CStatusMessageList validate(bool withNestedForms = true) const override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user