QGIS API Documentation
3.8.0-Zanzibar (11aff65)
|
A dialog for selecting a single character from a single font. More...
#include <qgscharacterselectordialog.h>
Public Slots | |
QChar | selectCharacter (bool *gotChar, const QFont &font, const QString &style, QChar initialSelection=QChar()) |
Opens the dialog modally and returns when the user has selected a character. More... | |
Public Member Functions | |
QgsCharacterSelectorDialog (QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags) | |
Protected Attributes | |
QChar | mChar |
CharacterWidget * | mCharWidget = nullptr |
A dialog for selecting a single character from a single font.
Definition at line 34 of file qgscharacterselectordialog.h.
QgsCharacterSelectorDialog::QgsCharacterSelectorDialog | ( | QWidget * | parent = nullptr , |
Qt::WindowFlags | fl = QgsGuiUtils::ModalDialogFlags |
||
) |
Definition at line 21 of file qgscharacterselectordialog.cpp.
|
slot |
Opens the dialog modally and returns when the user has selected a character.
If initialSelection is specified, then that character will be initially selected in the dialog.
Definition at line 32 of file qgscharacterselectordialog.cpp.
|
protected |
Definition at line 54 of file qgscharacterselectordialog.h.
|
protected |
Definition at line 55 of file qgscharacterselectordialog.h.