Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/examples/declarative/cppextensions/qgraphicslayouts/qgraphicsgridlayout/
H A Dgridlayout.h178 int columnMinimumWidth() const { return m_colMinwidth; } in columnMinimumWidth()
179 void setColumnMinimumWidth(int s) { m_colMinwidth = s; } in setColumnMinimumWidth()
207 int m_colMinwidth; variable
H A Dgridlayout.cpp49 m_rowFixHeight(-1), m_colPrefwidth(-1), m_colMaxwidth(-1), m_colMinwidth(-1), m_colFixwidth(-1) in GridLayoutAttached()