Home | History | Annotate | Download | only in qt

Lines Matching refs:parentWidth

1451         int parentWidth = parentStyle->width().value();
1452 o->style()->setHeight(Length(parentWidth / 3, Fixed));
1453 o->style()->setWidth(Length(parentWidth, Fixed));