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)
47 void setId(gii::IdType
id);
52 [[nodiscard]] gii::IdType getId() const;
62 void setConverted(
bool) const;
67 [[nodiscard]]
bool getConverted() const;
72 void setReadOnly(
bool);
77 [[nodiscard]]
bool getReadOnly() const;
82 bool isRequiredProperty(const QString& name) override;
89 static const
char* propertyNameEditorObject();
96 virtual
void applyReadOnly(
bool yn) = 0;
105 PrivateBase* _p{
nullptr};
108 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