Lines Matching full:scale
4 Subject: [PATCH] Revert "Get the scale of the popup item when setting the
32 - // Store the scale property so the end result of any transition that could effect the scale
35 - m_popupScale = m_popup->popupItem()->scale();
48 + const qreal scale = popupItem->scale();
49 + const qreal w = popupItem->width() * scale;
50 + const qreal h = popupItem->height() * scale;
51 + const qreal iw = popupItem->implicitWidth() * scale;
52 + const qreal ih = popupItem->implicitHeight() * scale;
61 + popupItem->setWidth(rect.width() / scale);
64 + popupItem->setHeight(rect.height() / scale);
89 - // Account for when a transition of a scale from 0.9-1.0 that it is placed above right awa…
90 - // first just because there is room at the 0.9 scale