Fix documentation of gridUnit
gridUnit doesn't correspond to milimetter but size of capital M REVIEW: 125099
This commit is contained in:
parent
94c67c37ee
commit
4fcb1c6dc5
@ -38,7 +38,8 @@ class Units : public QObject
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The fundamental unit of space that should be used for sizes, expressed in pixels.
|
* The fundamental unit of space that should be used for sizes, expressed in pixels.
|
||||||
* Given the screen has an accurate DPI settings, it corresponds to a millimeter
|
* Given the screen has an accurate DPI settings, it corresponds to a width of
|
||||||
|
* the capital letter M
|
||||||
*/
|
*/
|
||||||
Q_PROPERTY(int gridUnit READ gridUnit NOTIFY gridUnitChanged)
|
Q_PROPERTY(int gridUnit READ gridUnit NOTIFY gridUnitChanged)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user