mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-18 00:03:05 -04:00
Recommend that QgsFontButton is used instead of getFont
This commit is contained in:
parent
43f11f4fa0
commit
49ad7836d3
@ -123,7 +123,11 @@ namespace QgsGuiUtils
|
||||
QString GUI_EXPORT createFileFilter_( QString const &format );
|
||||
|
||||
/**
|
||||
* Show font selection dialog
|
||||
* Show font selection dialog.
|
||||
*
|
||||
* It is strongly recommended that you do not use this method, and instead use the standard
|
||||
* QgsFontButton widget to allow users consistent font selection behavior.
|
||||
*
|
||||
* \param ok true on ok, false on cancel
|
||||
* \param initial initial font
|
||||
* \param title optional dialog title
|
||||
|
Loading…
x
Reference in New Issue
Block a user