5#ifndef BUDDYEDITOR_TOOL_H
6#define BUDDYEDITOR_TOOL_H
10#include <QtCore/qpointer.h>
12#include <QtDesigner/abstractformwindowtool.h>
16class QDesignerFormEditorInterface;
17class QDesignerFormWindowInterface;
40 bool handleEvent(QWidget *widget, QWidget *managedWidget, QEvent *event)
override;
43 QDesignerFormWindowInterface *m_formWindow;
44 mutable QPointer<BuddyEditor> m_editor;
#define QT_BUDDYEDITOR_EXPORT
bool isInitialized() const override
Returns true if the plugin interface is initialized; otherwise returns false.
void initialize(QDesignerFormEditorInterface *core) override
Initializes the plugin interface for the specified core interface.
QDesignerFormEditorInterface * core() const override
Returns the core form editor interface associated with this component.
QAction * action() const override
Returns the action associated with this interface.
~BuddyEditorPlugin() override
Combined button and popup list for selecting options.
Auxiliary methods to store/retrieve settings.