24 Q_PROPERTY(qulonglong idVariable READ getId WRITE setId)
25 Q_PROPERTY(
bool converted READ getConverted WRITE setConverted)
26 Q_PROPERTY(
bool readOnly READ getReadOnly WRITE setReadOnly)
27 Q_PROPERTY(
bool useTemporary READ isTemporary WRITE setTemporary)
48 void setId(gii::IdType
id);
53 [[nodiscard]] gii::IdType getId() const;
63 void setConverted(
bool) const;
68 [[nodiscard]]
bool getConverted() const;
73 void setReadOnly(
bool);
78 [[nodiscard]]
bool getReadOnly() const;
83 [[nodiscard]]
bool isTemporary() const;
88 void setTemporary(
bool);
93 bool isRequiredProperty(const QString& name) override;
99 static const
char* propertyNameEditorObject();
106 virtual
void applyReadOnly(
bool yn) = 0;
115 PrivateBase* _p{
nullptr};
118 typedef QWidget base_type;
Interface class to multiple inherit when the sf::FormWriter class needs to be restricted in writing o...
Definition ObjectExtension.h:17