|
|||||||
addItem
Время создания: 15.04.2017 17:21
Раздел: Python - PyQt5 - Структура классов - PyQt5 - QtWidgets - QGridLayout
Запись: xintrea/mytetra_db_mcold/master/base/1492266085zmtm9p8y15/text.html на raw.githubusercontent.com
|
|||||||
|
|||||||
spacerItem = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding) void QGridLayout::addWidget(QWidget *widget, int row, int column, Qt::Alignment alignment = Qt::Alignment()) Adds the given widget to the cell grid at row, column. The top-left position is (0, 0) by default. The alignment is specified by alignment. The default alignment is 0, which means that the widget fills the entire cell. |
|||||||
Так же в этом разделе:
|
|||||||
|
|||||||
|