QDesignerFormWindowToolInterface Class
The QDesignerFormWindowToolInterface class provides an interface that enables tools to be used on items in a form window. More...
| Header: | #include <QDesignerFormWindowToolInterface> |
| Inherits: | QObject |
Public Functions
| QDesignerFormWindowToolInterface(QObject *parent = nullptr) | |
| virtual | ~QDesignerFormWindowToolInterface() |
| virtual QAction * | action() const = 0 |
| virtual void | activated() = 0 |
| virtual QDesignerFormEditorInterface * | core() const = 0 |
| virtual void | deactivated() = 0 |
| virtual QWidget * | editor() const = 0 |
| virtual QDesignerFormWindowInterface * | formWindow() const = 0 |
| virtual bool | handleEvent(QWidget *widget, QWidget *managedWidget, QEvent *event) = 0 |
| virtual void | loadFromDom(DomUI *, QWidget *) |
| virtual void | saveToDom(DomUI *, QWidget *) |