Home
last modified time | relevance | path

Searched refs:rowFixedHeight (Results 1 – 2 of 2) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/
H A Dgridlayout.h125 Q_PROPERTY(int rowFixedHeight READ rowFixedHeight WRITE setRowFixedHeight)
169 int rowFixedHeight() const { return m_rowFixHeight; } in rowFixedHeight() function
H A Dgridlayout.cpp117 if (obj->rowFixedHeight() != -1) in addLayoutItem()
118 setRowFixedHeight(row, obj->rowFixedHeight()); in addLayoutItem()