11#include <QtDesigner/qdesignerformwindowtoolinterface.h>
12#include <QtCore/qpointer.h>
31 bool handleEvent(QWidget *widget, QWidget *managedWidget, QEvent *event)
override;
34 QDesignerFormWindowInterface *m_formWindow;
35 mutable QPointer<QView3D> m_editor;
void initialize(QDesignerFormEditorInterface *core) override
Initializes the plugin interface for the specified core interface.
QAction * action() const override
Returns the action associated with this interface.
QDesignerFormEditorInterface * core() const override
Returns the core form editor interface associated with this component.
bool isInitialized() const override
Returns true if the plugin interface is initialized; otherwise returns false.
Combined button and popup list for selecting options.