org.kde.qt
public class QGridLayout extends QLayout
Field Summary | |
---|---|
static int | BottomLeft |
static int | BottomRight |
static int | TopLeft |
static int | TopRight |
Constructor Summary | |
---|---|
protected | QGridLayout(Class dummy) |
QGridLayout(QWidget parent, int nRows, int nCols, int border, int spacing, String name) | |
QGridLayout(QWidget parent, int nRows, int nCols, int border, int spacing) | |
QGridLayout(QWidget parent, int nRows, int nCols, int border) | |
QGridLayout(QWidget parent, int nRows, int nCols) | |
QGridLayout(QWidget parent, int nRows) | |
QGridLayout(QWidget parent) | |
QGridLayout(int nRows, int nCols, int spacing, String name) | |
QGridLayout(int nRows, int nCols, int spacing) | |
QGridLayout(int nRows, int nCols) | |
QGridLayout(int nRows) | |
QGridLayout() | |
QGridLayout(QLayout parentLayout, int nRows, int nCols, int spacing, String name) | |
QGridLayout(QLayout parentLayout, int nRows, int nCols, int spacing) | |
QGridLayout(QLayout parentLayout, int nRows, int nCols) | |
QGridLayout(QLayout parentLayout, int nRows) | |
QGridLayout(QLayout parentLayout) |
Method Summary | |
---|---|
protected void | add(QLayoutItemInterface arg1, int row, int col) |
void | addColSpacing(int col, int minsize) |
void | addItem(QLayoutItemInterface arg1) |
void | addItem(QLayoutItemInterface item, int row, int col) |
void | addLayout(QLayout layout, int row, int col) |
void | addMultiCell(QLayoutItemInterface arg1, int fromRow, int toRow, int fromCol, int toCol, int align) |
void | addMultiCell(QLayoutItemInterface arg1, int fromRow, int toRow, int fromCol, int toCol) |
void | addMultiCellLayout(QLayout layout, int fromRow, int toRow, int fromCol, int toCol, int align) |
void | addMultiCellLayout(QLayout layout, int fromRow, int toRow, int fromCol, int toCol) |
void | addMultiCellWidget(QWidget arg1, int fromRow, int toRow, int fromCol, int toCol, int align) |
void | addMultiCellWidget(QWidget arg1, int fromRow, int toRow, int fromCol, int toCol) |
void | addRowSpacing(int row, int minsize) |
void | addWidget(QWidget arg1, int row, int col, int align) |
void | addWidget(QWidget arg1, int row, int col) |
QRect | cellGeometry(int row, int col) |
String | className() |
int | colSpacing(int col) |
int | colStretch(int col) |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
void | expand(int rows, int cols) |
int | expanding() |
protected void | finalize() Deletes the wrapped C++ instance |
protected boolean | findWidget(QWidget w, int[] r, int[] c) |
boolean | hasHeightForWidth() |
int | heightForWidth(int arg1) |
void | invalidate() |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
QSize | maximumSize() |
QMetaObject | metaObject() |
int | minimumHeightForWidth(int arg1) |
QSize | minimumSize() |
int | numCols() |
int | numRows() |
int | origin() |
int | rowSpacing(int row) |
int | rowStretch(int row) |
void | setColSpacing(int col, int minSize) |
void | setColStretch(int col, int stretch) |
void | setGeometry(QRect arg1) |
void | setOrigin(int arg1) |
void | setRowSpacing(int row, int minSize) |
void | setRowStretch(int row, int stretch) |
QSize | sizeHint() |
static String | tr(String arg1, String arg2) |
static String | tr(String arg1) |