QGIS/python/gui/qgspropertyassistantwidget.sip
2017-02-14 13:48:11 +10:00

13 lines
215 B
Plaintext

class QgsPropertyAssistantWidget : public QgsPanelWidget
{
%TypeHeaderCode
#include <qgspropertyassistantwidget.h>
%End
public:
QgsPropertyAssistantWidget( QWidget* parent /TransferThis/ = nullptr );
};