QGIS/python/gui/qgscharacterselectdialog.sip
Nyall Dawson ac94345331 Rename QgisGui to QgsGuiUtils
Better reflects what this namespace contains, and replaces the
non-standard Qgis prefix with the Qgs standard
2017-05-15 07:33:52 +10:00

13 lines
390 B
Plaintext

class QgsCharacterSelectorDialog : QDialog
{
%TypeHeaderCode
#include <qgscharacterselectdialog.h>
%End
public:
QgsCharacterSelectorDialog( QWidget *parent /TransferThis/ = 0, const Qt::WindowFlags &fl = QgsGuiUtils::ModalDialogFlags );
~QgsCharacterSelectorDialog();
public slots:
const QChar &selectCharacter( bool *gotChar, const QFont &font, const QString &style );
};