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

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/96/head
Michele Calgaro 5 months ago
parent 089d5266f0
commit 5eccf2a5e3
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