20 Q_PROPERTY(
int nameLevel READ getNameLevel WRITE setNameLevel)
21 Q_PROPERTY(
bool rowCheckbox READ hasRowCheckbox WRITE setRowCheckbox)
33 bool isRequiredProperty(const QString& name) override;
44 [[nodiscard]]
int getNameLevel() const;
49 void setNameLevel(
int level = -1) const;
55 void setRowCheckbox(
bool enabled) const;
61 bool hasRowCheckbox() const;
66 void setColumnResizeMode() const;
75 virtual
void handleClipboard(
bool flag);
81 int editableColumn() const;
98 void keyPressEvent(QKeyEvent* event) override;
103 void initSelection() const;
Interface class to multiple inherit when the sf::FormWriter class needs to be restricted in writing o...
Definition ObjectExtension.h:17