Replaced various '#define' with actual strings - part 3

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5eccf2a5e3)
r14.1.x
Michele Calgaro 6 months ago
parent 541b900725
commit ccc0d8e4ef
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -187,7 +187,7 @@ We set the model coordinate system we want a 1000*1000 window where
0,0 is in the middle.
\printline viewport
\printline QMIN
\printline TQMIN
The device may not be square and we want the clock to be, so we find
its current viewport and compute its shortest side.

@ -769,7 +769,7 @@ The rectangle returned does not include any children of the rectangle (i.e. it u
.br
QRect r( listView->itemRect( item ) );
.br
r.setHeight( (QCOORD)(QMIN( item->totalHeight(),
r.setHeight( (QCOORD)(TQMIN( item->totalHeight(),
.br
listView->viewport->height() - r.y() ) ) )
.br

Loading…
Cancel
Save