QGIS API Documentation  2.18.21-Las Palmas (9fba24a)
qgscharacterselectdialog.h
Go to the documentation of this file.
1 /***************************************************************************
2  qgscharacterselectdialog.h - single font character selector dialog
3 
4  ---------------------
5  begin : November 2012
6  copyright : (C) 2012 by Larry Shaffer
7  email : larrys at dakcarto dot com
8  ***************************************************************************
9  * *
10  * This program is free software; you can redistribute it and/or modify *
11  * it under the terms of the GNU General Public License as published by *
12  * the Free Software Foundation; either version 2 of the License, or *
13  * (at your option) any later version. *
14  * *
15  ***************************************************************************/
16 
17 #ifndef QGSCHARACTERSELECTDIALOG_H
18 #define QGSCHARACTERSELECTDIALOG_H
19 
20 #include <QDialog>
21 #include <QChar>
22 #include "qgisgui.h"
23 #include "ui_qgscharacterselectdialogbase.h"
24 
25 class CharacterWidget;
26 
31 class GUI_EXPORT QgsCharacterSelectorDialog : public QDialog, private Ui::QgsCharacterSelectorBase
32 {
33  Q_OBJECT
34 
35  public:
38 
39  public slots:
40  const QChar& selectCharacter( bool* gotChar, const QFont& font, const QString& style );
41 
42  private slots:
43  void setCharacter( QChar chr );
44 
45  protected:
48 };
49 
50 #endif
static const Qt::WindowFlags ModalDialogFlags
Definition: qgisgui.h:50
A dialog for selecting a single character from a single font.
typedef WindowFlags