void |
QBoxLayout.addLayout(QLayout layout) |
void |
QBoxLayout.addLayout(QLayout layout,
int stretch) |
void |
QGridLayout.addLayout(QLayout arg0,
int row,
int column) |
void |
QGridLayout.addLayout(QLayout arg0,
int row,
int column,
int arg3) |
void |
QGridLayout.addLayout(QLayout arg0,
int row,
int column,
int rowSpan,
int columnSpan) |
void |
QGridLayout.addLayout(QLayout arg0,
int row,
int column,
int rowSpan,
int columnSpan,
int arg5) |
static Qt5Widgets.QLayoutItem |
QLayout.asQLayoutItem(QLayout pointer) |
void |
QBoxLayout.insertLayout(int index,
QLayout layout) |
void |
QBoxLayout.insertLayout(int index,
QLayout layout,
int stretch) |
boolean |
QLayout.setAlignment(QLayout l,
int alignment) |
void |
QWidget.setLayout(QLayout arg0) |
boolean |
QBoxLayout.setStretchFactor(QLayout l,
int stretch) |