5#ifndef FORMWINDOW_WIDGETSTACK_H
6#define FORMWINDOW_WIDGETSTACK_H
10#include <QtWidgets/qwidget.h>
14class QDesignerFormWindowToolInterface;
31 QDesignerFormWindowToolInterface *
tool(
int index)
const;
32 QDesignerFormWindowToolInterface *
currentTool()
const;
34 int indexOf(QDesignerFormWindowToolInterface *tool)
const;
55 QList<QDesignerFormWindowToolInterface*> m_tools;
57 QStackedLayout *m_formContainerLayout;
58 QStackedLayout *m_layout;
QDesignerResource(FormWindow *fw)
Combined button and popup list for selecting options.
Auxiliary methods to store/retrieve settings.
static unsigned mouseFlags(Qt::KeyboardModifiers mod)
static void insertNames(const QDesignerMetaDataBaseInterface *metaDataBase, Iterator it, const Iterator &end, QObject *excludedObject, QSet< QString > &nameSet)
static void clearObjectInspectorSelection(const QDesignerFormEditorInterface *core)
static bool canDragWidgetInLayout(const QDesignerFormEditorInterface *core, QWidget *w)
@ ToggleSelectionModifier
static bool isDescendant(const QWidget *parent, const QWidget *child)
static QSet< QString > languageKeywords()
static QWidget * findSelectedParent(QDesignerFormWindowInterface *fw, const QWidget *w, bool selected)
#define QDESIGNER_SHARED_EXPORT
QRect apply(QRect rect) const