Searched refs:rowHeightIncreaseForPagination (Results 1 – 1 of 1) sorted by relevance
904 int rowHeightIncreaseForPagination = 0; in layoutRows() local987 …rowHeightIncreaseForPagination = max<int>(rowHeightIncreaseForPagination, cell->logicalHeight() - … in layoutRows()1002 if (rowHeightIncreaseForPagination) { in layoutRows()1004 m_rowPos[rowIndex] += rowHeightIncreaseForPagination; in layoutRows()1008 … cells[i]->setLogicalHeight(cells[i]->logicalHeight() + rowHeightIncreaseForPagination); in layoutRows()