Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
layoutinfo.cpp File Reference

(1c7cca268a06b5a3c34765e1e0e4dd1b020f3302)

#include "layoutinfo_p.h"
#include <QtDesigner/abstractformeditor.h>
#include <QtDesigner/container.h>
#include <QtDesigner/abstractmetadatabase.h>
#include <QtDesigner/qextensionmanager.h>
#include <QtWidgets/qboxlayout.h>
#include <QtWidgets/qformlayout.h>
#include <QtWidgets/qsplitter.h>
#include <QtCore/qdebug.h>
#include <QtCore/qhash.h>
#include <QtCore/qrect.h>
+ Include dependency graph for layoutinfo.cpp:

Go to the source code of this file.

Namespaces

namespace  qdesigner_internal
 Auxiliary methods to store/retrieve settings.
 

Functions

static const QHash< QString, LayoutInfo::Type > & qdesigner_internal::layoutNameTypeMap ()
 
QDESIGNER_SHARED_EXPORT void qdesigner_internal::getFormLayoutItemPosition (const QFormLayout *formLayout, int index, int *rowPtr, int *columnPtr=nullptr, int *rowspanPtr=nullptr, int *colspanPtr=nullptr)
 
static QFormLayout::ItemRole qdesigner_internal::formLayoutRole (int column, int colspan)
 
QDESIGNER_SHARED_EXPORT void qdesigner_internal::formLayoutAddWidget (QFormLayout *formLayout, QWidget *w, const QRect &r, bool insert)