[PyQt] QGridLayoud addItem format missing.
José Antonio Fernández Fernández
aullasistemas at gmail.com
Mon Jun 17 08:12:51 BST 2019
Hi everyone.
This addItem format is not available in pyqt5.
void QGridLayout::addItem(QLayoutItem
<https://doc.qt.io/qt-5/qlayoutitem.html#QLayoutItem> **item*, int *row*,
int *column*, int *rowSpan* = 1, int *columnSpan* = 1, Qt::Alignment
<https://doc.qt.io/qt-5/qt.html#AlignmentFlag-enum> *alignment* = ...)
https://doc.qt.io/qt-5/qgridlayout.html#addItem
only accept addItem(QLayoutItem item) but so I can not specify the grid
column to use
Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20190617/fee6458a/attachment.html>
More information about the PyQt
mailing list