Uses of Class
io.qt.gui.QTextLength
Package | Description |
---|---|
io.qt.gui |
-
Uses of QTextLength in io.qt.gui
Methods in io.qt.gui that return QTextLength Modifier and Type Method Description QTextLength
QTextLength. clone()
QTextLength
QTextFrameFormat. height()
QTextLength
QTextFormat. lengthProperty(int propertyId)
QTextLength
QTextFrameFormat. width()
Methods in io.qt.gui that return types with arguments of type QTextLength Modifier and Type Method Description QVector<QTextLength>
QTextTableFormat. columnWidthConstraints()
QVector<QTextLength>
QTextFormat. lengthVectorProperty(int propertyId)
Methods in io.qt.gui with parameters of type QTextLength Modifier and Type Method Description void
QTextFrameFormat. setHeight(QTextLength height)
void
QTextFrameFormat. setWidth(QTextLength length)
Method parameters in io.qt.gui with type arguments of type QTextLength Modifier and Type Method Description void
QTextTableFormat. setColumnWidthConstraints(Collection<QTextLength> constraints)
void
QTextFormat. setProperty(int propertyId, Collection<QTextLength> lengths)