Skip to content

Need for an abstract class for QWidget subclass creation #175

@jcornall

Description

@jcornall

In order to implement widgets that are a subclass of QWidget only, there is a need to define an abstract QCustomWidget class that contains concrete methods that must be implemented so that the class interacts correctly with the methods in the FormDialog and UIFormWidget classes. This would serve as a template for all future widgets that inherit from QWidget.

The abstract class could include a factory method that creates an object that already includes the required methods. This would ensure robust interactions for all future widgets that subclass QWidget.

See also #125, #173, #174

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions