17#ifndef QGSCHARACTERSELECTORDIALOG_H
18#define QGSCHARACTERSELECTORDIALOG_H
20#include "ui_qgscharacterselectdialogbase.h"
50 QChar
selectCharacter(
bool *gotChar,
const QFont &font,
const QString &style, QChar initialSelection = QChar() );
53 void setCharacter( QChar chr );
CharacterWidget * mCharWidget
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.
QgsCharacterSelectorDialog(QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags)