Doc: Fixed qdoc warnings.
This commit is contained in:
parent
badc27b38d
commit
b5a989dc11
@ -66,12 +66,15 @@ QWidget *QPlatformScreen::topLevelAt(const QPoint & pos) const
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*! \fn physicalSize() const
|
/*!
|
||||||
Reimplement in subclass to return the physical size of the screen. This function is used by
|
Reimplement this function in subclass to return the physical size of the
|
||||||
QFont to convert point sizes to pixel sizes.
|
screen. This function is used by QFont to convert point sizes to pixel
|
||||||
|
sizes.
|
||||||
|
|
||||||
Default implementation takes the pixel size of the screen, considers a dpi of 100 and returns
|
The default implementation takes the pixel size of the screen, considers a
|
||||||
the calculated (and probably wrong) physical size
|
resolution of 100 dots per inch, and returns the calculated physical size.
|
||||||
|
A device with a screen that has different resolutions will need to be
|
||||||
|
supported by a suitable reimplementation of this function.
|
||||||
*/
|
*/
|
||||||
QSize QPlatformScreen::physicalSize() const
|
QSize QPlatformScreen::physicalSize() const
|
||||||
{
|
{
|
||||||
|
@ -894,7 +894,7 @@ void QPlatformWindowFormat::setDefaultFormat(const QPlatformWindowFormat &f)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*!
|
/*
|
||||||
Returns the default QPlatformWindowFormat for overlay contexts.
|
Returns the default QPlatformWindowFormat for overlay contexts.
|
||||||
|
|
||||||
The default overlay format is:
|
The default overlay format is:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user