5#ifndef SIGNALSLOTEDITOR_TOOL_H
6#define SIGNALSLOTEDITOR_TOOL_H
11#include <QtCore/qpointer.h>
12#include <QtDesigner/abstractformwindowtool.h>
16class QDesignerFormEditorInterface;
17class QDesignerFormWindowInterface;
41 bool handleEvent(QWidget *widget, QWidget *managedWidget, QEvent *event)
override;
43 void saveToDom(DomUI *ui, QWidget *mainContainer)
override;
44 void loadFromDom(DomUI *ui, QWidget *mainContainer)
override;
47 QDesignerFormWindowInterface *m_formWindow;
48 mutable QPointer<qdesigner_internal::SignalSlotEditor> m_editor;
bool isInitialized() const override
Returns true if the plugin interface is initialized; otherwise returns false.
QAction * action() const override
Returns the action associated with this interface.
~SignalSlotEditorPlugin() override
QDesignerFormEditorInterface * core() const override
Returns the core form editor interface associated with this component.
void initialize(QDesignerFormEditorInterface *core) override
Initializes the plugin interface for the specified core interface.
Combined button and popup list for selecting options.
Auxiliary methods to store/retrieve settings.
#define QT_SIGNALSLOTEDITOR_EXPORT