|
QGIS API Documentation 3.44.0-Solothurn (5d9ba037df1)
|
A combobox widget for selection of Qt::PenStyle. More...
#include <qgspenstylecombobox.h>

Public Member Functions | |
| QgsPenStyleComboBox (QWidget *parent=nullptr) | |
| Qt::PenStyle | penStyle () const |
| void | setPenStyle (Qt::PenStyle style) |
Protected Member Functions | |
| QIcon | iconForPen (Qt::PenStyle style) |
A combobox widget for selection of Qt::PenStyle.
Definition at line 28 of file qgspenstylecombobox.h.
| QgsPenStyleComboBox::QgsPenStyleComboBox | ( | QWidget * | parent = nullptr | ) |
Definition at line 29 of file qgspenstylecombobox.cpp.
|
protected |
Definition at line 62 of file qgspenstylecombobox.cpp.
| Qt::PenStyle QgsPenStyleComboBox::penStyle | ( | ) | const |
Definition at line 51 of file qgspenstylecombobox.cpp.
| void QgsPenStyleComboBox::setPenStyle | ( | Qt::PenStyle | style | ) |
Definition at line 56 of file qgspenstylecombobox.cpp.