17#ifndef QGSCHARACTERSELECTORDIALOG_H 
   18#define QGSCHARACTERSELECTORDIALOG_H 
   23#include "ui_qgscharacterselectdialogbase.h" 
   48    QChar selectCharacter( 
bool *gotChar, 
const QFont &font, 
const QString &style, QChar initialSelection = QChar() );
 
   51    void setCharacter( QChar chr );
 
A dialog for selecting a single character from a single font.