#include <qformlayoutproto.h>
Public Member Functions | |
QFormLayoutProto (QObject *parent) | |
Q_INVOKABLE bool | activate () |
Q_INVOKABLE void | addItem (QLayoutItem *item) |
Q_INVOKABLE void | addRow (QWidget *label, QWidget *field) |
Q_INVOKABLE void | addRow (QWidget *label, QLayout *field) |
Q_INVOKABLE void | addRow (const QString &labelText, QWidget *field) |
Q_INVOKABLE void | addRow (const QString &labelText, QLayout *field) |
Q_INVOKABLE void | addRow (QWidget *widget) |
Q_INVOKABLE void | addRow (QLayout *layout) |
Q_INVOKABLE void | addWidget (QWidget *widget) |
Q_INVOKABLE QRect | contentsRect () const |
Q_INVOKABLE int | count () const |
Q_INVOKABLE Qt::Orientations | expandingDirections () const |
Q_INVOKABLE QFormLayout::FieldGrowthPolicy | fieldGrowthPolicy () 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 |
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) |
Q_INVOKABLE void | invalidate () |
Q_INVOKABLE bool | isEmpty () const |
Q_INVOKABLE bool | isEnabled () const |
Q_INVOKABLE QLayoutItem * | itemAt (int index, QFormLayout::ItemRole role) const |
Q_INVOKABLE QLayoutItem * | itemAt (int index) const |
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 |
Q_INVOKABLE QSize | minimumSize () const |
Q_INVOKABLE QWidget * | parentWidget () const |
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) |
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) |
Q_INVOKABLE int | spacing () const |
Q_INVOKABLE QLayoutItem * | takeAt (int index) |
Q_INVOKABLE QString | toString () const |
Q_INVOKABLE void | update () |
Q_INVOKABLE int | verticalSpacing () const |
QFormLayoutProto::QFormLayoutProto | ( | QObject * | parent | ) |
bool QFormLayoutProto::activate | ( | ) |
void QFormLayoutProto::addItem | ( | QLayoutItem * | item | ) |
void QFormLayoutProto::addRow | ( | QWidget * | label, |
QLayout * | field | ||
) |
void QFormLayoutProto::addRow | ( | const QString & | labelText, |
QWidget * | field | ||
) |
void QFormLayoutProto::addRow | ( | const QString & | labelText, |
QLayout * | field | ||
) |
void QFormLayoutProto::addRow | ( | QWidget * | widget | ) |
void QFormLayoutProto::addRow | ( | QLayout * | layout | ) |
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 * | label, | ||
QLayout * | field | ||
) |
void QFormLayoutProto::insertRow | ( | int | row, |
const QString & | labelText, | ||
QWidget * | field | ||
) |
void QFormLayoutProto::insertRow | ( | int | row, |
const QString & | labelText, | ||
QLayout * | field | ||
) |
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 |
QWidget * QFormLayoutProto::labelForField | ( | QLayout * | field | ) | 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 Oct 7 2016 14:23:31 | xTuple ERP Programmer Reference, Version 4.2.0 | 1.8.10 |