mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-01 00:05:25 -04:00
13 lines
215 B
Plaintext
13 lines
215 B
Plaintext
class QgsPropertyAssistantWidget : public QgsPanelWidget
|
|
{
|
|
%TypeHeaderCode
|
|
#include <qgspropertyassistantwidget.h>
|
|
%End
|
|
|
|
public:
|
|
|
|
QgsPropertyAssistantWidget( QWidget* parent /TransferThis/ = nullptr );
|
|
|
|
};
|
|
|