Doc update: reflect use of native font dialog by default on macOS
The documentation still stated that the Qt standard font dialog was used. Task-number: QTBUG-47572 Change-Id: Iff4262869efde2d9fefb38264b2f6f8a9d2f7483 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>bb10
parent
1885952c23
commit
5311d481c2
|
|
@ -867,8 +867,7 @@ QFont QFontDialog::selectedFont() const
|
|||
|
||||
\value NoButtons Don't display \uicontrol{OK} and \uicontrol{Cancel} buttons. (Useful for "live dialogs".)
|
||||
\value DontUseNativeDialog Use Qt's standard font dialog on the Mac instead of Apple's
|
||||
native font panel. (Currently, the native dialog is never used,
|
||||
but this is likely to change in future Qt releases.)
|
||||
native font panel.
|
||||
\value ScalableFonts Show scalable fonts
|
||||
\value NonScalableFonts Show non scalable fonts
|
||||
\value MonospacedFonts Show monospaced fonts
|
||||
|
|
|
|||
Loading…
Reference in New Issue