20 Q_PROPERTY(
int nameLevel READ getNameLevel WRITE setNameLevel)
21 Q_PROPERTY(
bool rowCheckbox READ hasRowCheckbox WRITE setRowCheckbox)
22 Q_PROPERTY(
bool readOnly READ isReadOnly WRITE setReadOnly)
34 bool isRequiredProperty(const QString& name) override;
45 int getNameLevel() const;
50 void setNameLevel(
int level = -1) const;
56 void setRowCheckbox(
bool enabled) const;
62 bool hasRowCheckbox() const;
67 void setColumnResizeMode() const;
72 bool isReadOnly() const;
77 void setReadOnly(
bool flag);
86 virtual
void handleClipboard(
bool flag);
92 int editableColumn() const;
109 void keyPressEvent(QKeyEvent* event) override;
114 void initSelection() const;
Interface class to multiple inherit when the sf::FormWriter class needs to be restricted in writing o...
Definition ObjectExtension.h:17