#include <qformlayoutproto.h>
Properties | |
objectName | |
Public Member Functions | |
QFormLayoutProto (QObject *parent) | |
Q_INVOKABLE bool | activate () |
Q_INVOKABLE void | addItem (QLayoutItem *item) |
Q_INVOKABLE void | addRow (QWidget *label, QObject *field) |
Q_INVOKABLE void | addRow (const QString &labelText, QObject *field) |
Q_INVOKABLE void | addRow (QObject *object) |
Q_INVOKABLE void | addWidget (QWidget *widget) |
bool | blockSignals (bool block) |
const QObjectList & | children () const |
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
Q_INVOKABLE QRect | contentsRect () const |
Q_INVOKABLE int | count () const |
void | deleteLater () |
void | destroyed (QObject *obj) |
bool | disconnect (const char *signal, const QObject *receiver, const char *method) const |
bool | disconnect (const QObject *receiver, const char *method) const |
void | dumpObjectInfo () |
void | dumpObjectTree () |
QList< QByteArray > | dynamicPropertyNames () const |
virtual bool | event (QEvent *e) |
virtual bool | eventFilter (QObject *watched, QEvent *event) |
Q_INVOKABLE Qt::Orientations | expandingDirections () const |
Q_INVOKABLE QFormLayout::FieldGrowthPolicy | fieldGrowthPolicy () const |
T | findChild (const QString &name, Qt::FindChildOptions options) const |
QList< T > | findChildren (const QRegExp ®Exp, Qt::FindChildOptions options) const |
QList< T > | findChildren (const QString &name, Qt::FindChildOptions options) const |
QList< T > | findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const |
Q_INVOKABLE Qt::Alignment | formAlignment () const |
Q_INVOKABLE void | getContentsMargins (int *left, int *top, int *right, int *bottom) const |
Q_INVOKABLE void | getItemPosition (int index, int *rowPtr, QFormLayout::ItemRole *rolePtr) const |
Q_INVOKABLE void | getLayoutPosition (QLayout *layout, int *rowPtr, QFormLayout::ItemRole *rolePtr) const |
Q_INVOKABLE void | getWidgetPosition (QWidget *widget, int *rowPtr, QFormLayout::ItemRole *rolePtr) const |
Q_INVOKABLE int | horizontalSpacing () const |
Q_INVOKABLE int | indexOf (QWidget *widget) const |
bool | inherits (const char *className) const |
Q_INVOKABLE void | insertRow (int row, QWidget *label, QWidget *field) |
Q_INVOKABLE void | insertRow (int row, QWidget *label, QLayout *field) |
Q_INVOKABLE void | insertRow (int row, const QString &labelText, QWidget *field) |
Q_INVOKABLE void | insertRow (int row, const QString &labelText, QLayout *field) |
Q_INVOKABLE void | insertRow (int row, QWidget *widget) |
Q_INVOKABLE void | insertRow (int row, QLayout *layout) |
void | installEventFilter (QObject *filterObj) |
Q_INVOKABLE void | invalidate () |
Q_INVOKABLE bool | isEmpty () const |
Q_INVOKABLE bool | isEnabled () const |
bool | isWidgetType () const |
bool | isWindowType () const |
Q_INVOKABLE QLayoutItem * | itemAt (int index, QFormLayout::ItemRole role) const |
Q_INVOKABLE QLayoutItem * | itemAt (int index) const |
void | killTimer (int id) |
Q_INVOKABLE Qt::Alignment | labelAlignment () const |
Q_INVOKABLE QWidget * | labelForField (QWidget *field) const |
Q_INVOKABLE QWidget * | labelForField (QLayout *field) const |
Q_INVOKABLE QSize | maximumSize () const |
Q_INVOKABLE QWidget * | menuBar () const |
virtual const QMetaObject * | metaObject () const |
Q_INVOKABLE QSize | minimumSize () const |
void | moveToThread (QThread *targetThread) |
QString | objectName () const |
void | objectNameChanged (const QString &objectName) |
QObject * | parent () const |
Q_INVOKABLE QWidget * | parentWidget () const |
QVariant | property (const char *name) const |
void | removeEventFilter (QObject *obj) |
Q_INVOKABLE void | removeItem (QLayoutItem *item) |
Q_INVOKABLE void | removeWidget (QWidget *widget) |
Q_INVOKABLE int | rowCount () const |
Q_INVOKABLE QFormLayout::RowWrapPolicy | rowWrapPolicy () const |
Q_INVOKABLE bool | setAlignment (QWidget *w, Qt::Alignment alignment) |
Q_INVOKABLE void | setAlignment (Qt::Alignment alignment) |
Q_INVOKABLE bool | setAlignment (QLayout *l, Qt::Alignment alignment) |
Q_INVOKABLE void | setContentsMargins (int left, int top, int right, int bottom) |
Q_INVOKABLE void | setEnabled (bool enable) |
Q_INVOKABLE void | setFieldGrowthPolicy (QFormLayout::FieldGrowthPolicy policy) |
Q_INVOKABLE void | setFormAlignment (Qt::Alignment alignment) |
Q_INVOKABLE void | setHorizontalSpacing (int spacing) |
Q_INVOKABLE void | setItem (int row, QFormLayout::ItemRole role, QLayoutItem *item) |
Q_INVOKABLE void | setLabelAlignment (Qt::Alignment alignment) |
Q_INVOKABLE void | setLayout (int row, QFormLayout::ItemRole role, QLayout *layout) |
Q_INVOKABLE void | setMenuBar (QWidget *widget) |
void | setObjectName (const QString &name) |
void | setParent (QObject *parent) |
bool | setProperty (const char *name, const QVariant &value) |
Q_INVOKABLE void | setRowWrapPolicy (QFormLayout::RowWrapPolicy policy) |
Q_INVOKABLE void | setSpacing (int spacing) |
Q_INVOKABLE void | setVerticalSpacing (int spacing) |
Q_INVOKABLE void | setWidget (int row, QFormLayout::ItemRole role, QWidget *widget) |
bool | signalsBlocked () const |
Q_INVOKABLE int | spacing () const |
int | startTimer (int interval, Qt::TimerType timerType) |
Q_INVOKABLE QLayoutItem * | takeAt (int index) |
QThread * | thread () const |
Q_INVOKABLE QString | toString () const |
Q_INVOKABLE void | update () |
Q_INVOKABLE int | verticalSpacing () const |
Static Public Member Functions | |
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
QMetaObject::Connection | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) |
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, Functor functor) |
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) |
bool | disconnect (const QMetaObject::Connection &connection) |
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
bool | disconnect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method) |
bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
QString | tr (const char *sourceText, const char *disambiguation, int n) |
QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
Protected Member Functions | |
virtual void | childEvent (QChildEvent *event) |
virtual void | connectNotify (const QMetaMethod &signal) |
virtual void | customEvent (QEvent *event) |
virtual void | disconnectNotify (const QMetaMethod &signal) |
bool | isSignalConnected (const QMetaMethod &signal) const |
int | receivers (const char *signal) const |
QObject * | sender () const |
int | senderSignalIndex () const |
virtual void | timerEvent (QTimerEvent *event) |
QFormLayoutProto::QFormLayoutProto | ( | QObject * | parent | ) |
bool QFormLayoutProto::activate | ( | ) |
void QFormLayoutProto::addItem | ( | QLayoutItem * | item | ) |
void QFormLayoutProto::addRow | ( | QObject * | object | ) |
void QFormLayoutProto::addWidget | ( | QWidget * | widget | ) |
QRect QFormLayoutProto::contentsRect | ( | ) | const |
int QFormLayoutProto::count | ( | ) | const |
Qt::Orientations QFormLayoutProto::expandingDirections | ( | ) | const |
QFormLayout::FieldGrowthPolicy QFormLayoutProto::fieldGrowthPolicy | ( | ) | const |
Qt::Alignment QFormLayoutProto::formAlignment | ( | ) | const |
void QFormLayoutProto::getContentsMargins | ( | int * | left, |
int * | top, | ||
int * | right, | ||
int * | bottom | ||
) | const |
void QFormLayoutProto::getItemPosition | ( | int | index, |
int * | rowPtr, | ||
QFormLayout::ItemRole * | rolePtr | ||
) | const |
void QFormLayoutProto::getLayoutPosition | ( | QLayout * | layout, |
int * | rowPtr, | ||
QFormLayout::ItemRole * | rolePtr | ||
) | const |
void QFormLayoutProto::getWidgetPosition | ( | QWidget * | widget, |
int * | rowPtr, | ||
QFormLayout::ItemRole * | rolePtr | ||
) | const |
int QFormLayoutProto::horizontalSpacing | ( | ) | const |
int QFormLayoutProto::indexOf | ( | QWidget * | widget | ) | const |
void QFormLayoutProto::insertRow | ( | int | row, |
QWidget * | widget | ||
) |
void QFormLayoutProto::insertRow | ( | int | row, |
QLayout * | layout | ||
) |
void QFormLayoutProto::invalidate | ( | ) |
bool QFormLayoutProto::isEmpty | ( | ) | const |
bool QFormLayoutProto::isEnabled | ( | ) | const |
QLayoutItem * QFormLayoutProto::itemAt | ( | int | index, |
QFormLayout::ItemRole | role | ||
) | const |
QLayoutItem * QFormLayoutProto::itemAt | ( | int | index | ) | const |
Qt::Alignment QFormLayoutProto::labelAlignment | ( | ) | const |
QSize QFormLayoutProto::maximumSize | ( | ) | const |
QWidget * QFormLayoutProto::menuBar | ( | ) | const |
QSize QFormLayoutProto::minimumSize | ( | ) | const |
QWidget * QFormLayoutProto::parentWidget | ( | ) | const |
void QFormLayoutProto::removeItem | ( | QLayoutItem * | item | ) |
void QFormLayoutProto::removeWidget | ( | QWidget * | widget | ) |
int QFormLayoutProto::rowCount | ( | ) | const |
QFormLayout::RowWrapPolicy QFormLayoutProto::rowWrapPolicy | ( | ) | const |
bool QFormLayoutProto::setAlignment | ( | QWidget * | w, |
Qt::Alignment | alignment | ||
) |
void QFormLayoutProto::setAlignment | ( | Qt::Alignment | alignment | ) |
bool QFormLayoutProto::setAlignment | ( | QLayout * | l, |
Qt::Alignment | alignment | ||
) |
void QFormLayoutProto::setContentsMargins | ( | int | left, |
int | top, | ||
int | right, | ||
int | bottom | ||
) |
void QFormLayoutProto::setEnabled | ( | bool | enable | ) |
void QFormLayoutProto::setFieldGrowthPolicy | ( | QFormLayout::FieldGrowthPolicy | policy | ) |
void QFormLayoutProto::setFormAlignment | ( | Qt::Alignment | alignment | ) |
void QFormLayoutProto::setHorizontalSpacing | ( | int | spacing | ) |
void QFormLayoutProto::setItem | ( | int | row, |
QFormLayout::ItemRole | role, | ||
QLayoutItem * | item | ||
) |
void QFormLayoutProto::setLabelAlignment | ( | Qt::Alignment | alignment | ) |
void QFormLayoutProto::setLayout | ( | int | row, |
QFormLayout::ItemRole | role, | ||
QLayout * | layout | ||
) |
void QFormLayoutProto::setMenuBar | ( | QWidget * | widget | ) |
void QFormLayoutProto::setRowWrapPolicy | ( | QFormLayout::RowWrapPolicy | policy | ) |
void QFormLayoutProto::setSpacing | ( | int | spacing | ) |
void QFormLayoutProto::setVerticalSpacing | ( | int | spacing | ) |
void QFormLayoutProto::setWidget | ( | int | row, |
QFormLayout::ItemRole | role, | ||
QWidget * | widget | ||
) |
int QFormLayoutProto::spacing | ( | ) | const |
QLayoutItem * QFormLayoutProto::takeAt | ( | int | index | ) |
QString QFormLayoutProto::toString | ( | ) | const |
void QFormLayoutProto::update | ( | ) |
int QFormLayoutProto::verticalSpacing | ( | ) | const |
Generated on Fri Aug 11 2017 | xTuple ERP Programmer Reference, Version 4.11.0 |
![]() |