QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
The TabStyle struct defines color and font overrides for form fields, tabs and groups labels. More...
#include <qgsattributeeditorelement.h>
Public Member Functions | |
bool | operator== (LabelStyle const &other) const |
Returns true if the style is equal to other. | |
void | readXml (const QDomNode &node) |
Reads configuration from node. | |
QDomElement | writeXml (QDomDocument &document) const |
Creates the XML configuration from document. | |
Public Attributes | |
QColor | color |
Label font. | |
QFont | font |
Label font. | |
bool | overrideColor = false |
Override label color. | |
bool | overrideFont = false |
Override label font. | |
The TabStyle struct defines color and font overrides for form fields, tabs and groups labels.
Definition at line 73 of file qgsattributeeditorelement.h.
bool QgsAttributeEditorElement::LabelStyle::operator== | ( | LabelStyle const & | other | ) | const |
Returns true
if the style is equal to other.
Definition at line 167 of file qgsattributeeditorelement.cpp.
void QgsAttributeEditorElement::LabelStyle::readXml | ( | const QDomNode & | node | ) |
Reads configuration from node.
Definition at line 127 of file qgsattributeeditorelement.cpp.
QDomElement QgsAttributeEditorElement::LabelStyle::writeXml | ( | QDomDocument & | document | ) | const |
Creates the XML configuration from document.
Definition at line 157 of file qgsattributeeditorelement.cpp.
QColor QgsAttributeEditorElement::LabelStyle::color |
Label font.
Definition at line 77 of file qgsattributeeditorelement.h.
QFont QgsAttributeEditorElement::LabelStyle::font |
Label font.
Definition at line 80 of file qgsattributeeditorelement.h.
bool QgsAttributeEditorElement::LabelStyle::overrideColor = false |
Override label color.
Definition at line 83 of file qgsattributeeditorelement.h.
bool QgsAttributeEditorElement::LabelStyle::overrideFont = false |
Override label font.
Definition at line 86 of file qgsattributeeditorelement.h.