QGIS API Documentation
3.40.0-Bratislava (b56115d8743)
Loading...
Searching...
No Matches
src
gui
qgsformlabelformatwidget.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgsformlabelformatwidget.h - QgsFormLabelFormatWidget
3
4
---------------------
5
begin : 22.4.2022
6
copyright : (C) 2022 by Alessandro Pasotti
7
email : elpaso at itopen dot it
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
#ifndef QGSFORMLABELFORMATWIDGET_H
17
#define QGSFORMLABELFORMATWIDGET_H
18
19
20
// We don't want to expose this in the public API
21
#define SIP_NO_FILE
22
24
25
#include "ui_qgsformlabelformatwidget.h"
26
#include "
qgsconditionalstyle.h
"
27
#include "
qgsattributeeditorelement.h
"
28
#include "qgis_gui.h"
29
30
#include <QColor>
31
#include <QFont>
32
40
class
GUI_EXPORT QgsFormLabelFormatWidget :
public
QWidget,
private
Ui::QgsFormLabelFormatWidget
41
{
42
Q_OBJECT
43
public
:
44
48
explicit
QgsFormLabelFormatWidget( QWidget *parent =
nullptr
);
49
53
void
setLabelStyle(
const
QgsAttributeEditorElement::LabelStyle
&labelStyle );
54
58
QgsAttributeEditorElement::LabelStyle
labelStyle( )
const
;
59
60
};
61
63
64
#endif
// QGSFORMLABELFORMATWIDGET_H
qgsattributeeditorelement.h
qgsconditionalstyle.h
QgsAttributeEditorElement::LabelStyle
The TabStyle struct defines color and font overrides for form fields, tabs and groups labels.
Definition
qgsattributeeditorelement.h:74
Generated on Mon Oct 28 2024 22:06:03 for QGIS API Documentation by
1.9.8