mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
38 lines
1.5 KiB
Plaintext
38 lines
1.5 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/qgscharacterselectordialog.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
class QgsCharacterSelectorDialog : QDialog
|
|
{
|
|
%Docstring
|
|
A dialog for selecting a single character from a single font
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgscharacterselectordialog.h"
|
|
%End
|
|
public:
|
|
QgsCharacterSelectorDialog( QWidget *parent /TransferThis/ = 0, Qt::WindowFlags fl = QgsGuiUtils::ModalDialogFlags );
|
|
|
|
public slots:
|
|
const QChar &selectCharacter( bool *gotChar, const QFont &font, const QString &style );
|
|
|
|
protected:
|
|
};
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/qgscharacterselectordialog.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
|
************************************************************************/
|