QGIS API Documentation 4.3.0-Master (9ff14a2eeba)
Loading...
Searching...
No Matches
qgsfontcombobox.h
Go to the documentation of this file.
1/***************************************************************************
2 qgsfontcombobox.h
3 --------------------------------------
4 Date : July 2026
5 Copyright : (C) 2026 Nyall Dawson
6 Email : nyall.dawson@gmail.com
7 ***************************************************************************
8 * *
9 * This program is free software; you can redistribute it and/or modify *
10 * it under the terms of the GNU General Public License as published by *
11 * the Free Software Foundation; either version 2 of the License, or *
12 * (at your option) any later version. *
13 * *
14 ***************************************************************************/
15
16#ifndef QGSFONTCOMBOBOX_H
17#define QGSFONTCOMBOBOX_H
18
19#include "qgis_gui.h"
20#include "qgis_sip.h"
21
22#include <QFontComboBox>
23
30class GUI_EXPORT QgsFontComboBox : public QFontComboBox
31{
32#ifdef SIP_RUN
34 if ( qobject_cast<QgsFontComboBox *>( sipCpp ) )
35 sipType = sipType_QgsFontComboBox;
36 else
37 sipType = NULL;
39#endif
40
41 Q_OBJECT
42
43 public:
47 explicit QgsFontComboBox( QWidget *parent SIP_TRANSFERTHIS = nullptr );
48};
49
50#endif // QGSFONTCOMBOBOX_H
QgsFontComboBox(QWidget *parent=nullptr)
Constructor for QgsFontComboBox, with the specified parent widget.
#define SIP_CONVERT_TO_SUBCLASS_CODE(code)
Definition qgis_sip.h:198
#define SIP_TRANSFERTHIS
Definition qgis_sip.h:52
#define SIP_END
Definition qgis_sip.h:215