1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-03-22 00:06:57 -04:00
QGIS/python/gui/symbology-ng/qgsbrushstylecombobox.sip

18 lines
332 B
Plaintext

class QgsBrushStyleComboBox : QComboBox
{
%TypeHeaderCode
#include <qgsbrushstylecombobox.h>
%End
public:
QgsBrushStyleComboBox( QWidget* parent /TransferThis/ = NULL );
Qt::BrushStyle brushStyle() const;
void setBrushStyle( Qt::BrushStyle style );
protected:
QIcon iconForBrush( Qt::BrushStyle style );
};