| QGIS API Documentation
    3.20.0-Odense (decaadbb31)
    | 
A simple dialog for customizing text formatting settings. More...
#include <qgstextformatwidget.h>

| Public Member Functions | |
| QgsTextFormatDialog (const QgsTextFormat &format, QgsMapCanvas *mapCanvas=nullptr, QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags, QgsVectorLayer *layer=nullptr) | |
| Constructor for QgsTextFormatDialog.  More... | |
| QDialogButtonBox * | buttonBox () const | 
| Returns a reference to the dialog's button box.  More... | |
| QgsTextFormat | format () const | 
| Returns the current formatting settings defined by the widget.  More... | |
| void | setContext (const QgsSymbolWidgetContext &context) | 
| Sets the context in which the widget is shown, e.g., the associated map canvas and expression contexts.  More... | |
A simple dialog for customizing text formatting settings.
QgsTextFormatDialog provides a dialog for controlling the appearance of text rendered using QgsTextRenderer. The dialog includes all settings contained within a QgsTextFormat, including shadow, background and buffer.
Definition at line 326 of file qgstextformatwidget.h.
| QgsTextFormatDialog::QgsTextFormatDialog | ( | const QgsTextFormat & | format, | 
| QgsMapCanvas * | mapCanvas = nullptr, | ||
| QWidget * | parent = nullptr, | ||
| Qt::WindowFlags | fl = QgsGuiUtils::ModalDialogFlags, | ||
| QgsVectorLayer * | layer = nullptr | ||
| ) | 
Constructor for QgsTextFormatDialog.
| format | initial format settings to show in dialog | 
| mapCanvas | optional associated map canvas | 
| parent | parent widget | 
| fl | window flags for dialog | 
| layer | associated vector layer | 
Definition at line 2059 of file qgstextformatwidget.cpp.
| QDialogButtonBox * QgsTextFormatDialog::buttonBox | ( | ) | const | 
Returns a reference to the dialog's button box.
Definition at line 2096 of file qgstextformatwidget.cpp.
| QgsTextFormat QgsTextFormatDialog::format | ( | ) | const | 
Returns the current formatting settings defined by the widget.
Definition at line 2081 of file qgstextformatwidget.cpp.
| void QgsTextFormatDialog::setContext | ( | const QgsSymbolWidgetContext & | context | ) | 
Sets the context in which the widget is shown, e.g., the associated map canvas and expression contexts.
Definition at line 2091 of file qgstextformatwidget.cpp.