11 t1.scale(60, 60, Qt::IgnoreAspectRatio);
15 t2.scale(60, 60, Qt::KeepAspectRatio);
19 t3.scale(60, 60, Qt::KeepAspectRatioByExpanding);
65 t1.scale(60, 60, Qt::IgnoreAspectRatio);
69 t2.scale(60, 60, Qt::KeepAspectRatio);
73 t3.scale(60, 60, Qt::KeepAspectRatioByExpanding);
80 QSizeF size(100.3, 10);
81 size.rwidth() += 20.5;
89 QSizeF size(100, 10.2);
90 size.rheight() += 5.5;