Fix badly laid out docs for AA_UseHighDpiPixmaps
Leaving an empty line causes the last sentence go outside the table, causing a break before the subsequent enum values. Change-Id: I7477010a259497f8063997d2122a954d1799c1ee Reviewed-by: Andy Nichols <andy.nichols@digia.com>bb10
parent
bd4a19963e
commit
f4144034af
|
|
@ -159,11 +159,10 @@
|
|||
|
||||
\value AA_UseHighDpiPixmaps Make QIcon::pixmap() generate high-dpi pixmaps
|
||||
that can be larger than the requested size. Such pixmaps will have
|
||||
devicePixelRatio set to a value higher than 1.
|
||||
|
||||
After setting this attribute application code that uses pixmap
|
||||
sizes in layout geometry calculations should typically divide by
|
||||
QPixmap::devicePixelRatio() to get device-independent layout geometry.
|
||||
devicePixelRatio set to a value higher than 1. After setting this
|
||||
attribute application code that uses pixmap sizes in layout geometry
|
||||
calculations should typically divide by QPixmap::devicePixelRatio()
|
||||
to get device-independent layout geometry.
|
||||
|
||||
\value AA_ForceRasterWidgets Make top-level widgets use pure raster surfaces,
|
||||
and do not support non-native GL-based child widgets.
|
||||
|
|
|
|||
Loading…
Reference in New Issue