5#ifndef INPLACE_WIDGETHELPER_H
6#define INPLACE_WIDGETHELPER_H
9#include <QtCore/qobject.h>
10#include <QtCore/qpoint.h>
11#include <QtCore/qsize.h>
12#include <QtCore/qpointer.h>
17class QDesignerFormWindowInterface;
36 bool eventFilter(QObject *object, QEvent *event)
override;
41 QWidget *m_editorWidget;
42 QPointer<QWidget> m_parentWidget;
43 const bool m_noChildEvent;
Combined button and popup list for selecting options.
Auxiliary methods to store/retrieve settings.
TextPropertyValidationMode
static ButtonList buttonList(const QDesignerFormWindowCursorInterface *cursor)
static QUndoCommand * createRemoveButtonsCommand(QDesignerFormWindowInterface *fw, const ButtonList &bl)