#include <qgscharacterselectordialog.h>
|
| 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...
|
| |
A dialog for selecting a single character from a single font
Definition at line 34 of file qgscharacterselectordialog.h.
◆ QgsCharacterSelectorDialog()
| QgsCharacterSelectorDialog::QgsCharacterSelectorDialog |
( |
QWidget * |
parent = nullptr, |
|
|
Qt::WindowFlags |
fl = QgsGuiUtils::ModalDialogFlags |
|
) |
| |
◆ selectCharacter
| QChar QgsCharacterSelectorDialog::selectCharacter |
( |
bool * |
gotChar, |
|
|
const QFont & |
font, |
|
|
const QString & |
style, |
|
|
QChar |
initialSelection = QChar() |
|
) |
| |
|
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.
◆ mChar
| QChar QgsCharacterSelectorDialog::mChar |
|
protected |
◆ mCharWidget
The documentation for this class was generated from the following files: