Searched refs:ForceQTextLayout (Results 1 – 4 of 4) sorted by relevance
36 savedWorkAroundFQTL = doc->hasWorkAround(QDocument::ForceQTextLayout); in initTestCase()41 doc->setWorkAround(QDocument::ForceQTextLayout, false); in initTestCase()53 doc->setWorkAround(QDocument::ForceQTextLayout, savedWorkAroundFQTL); in cleanupTestCase()
175 ForceQTextLayout = 0x08, enumerator
3400 bool needLayout = ( m_doc->impl()->m_workArounds & QDocument::ForceQTextLayout ) in layout()
1661 QDocument::setWorkAround(QDocument::ForceQTextLayout, config->hackRenderingMode == 1); in updateSettings()