QGIS/python/gui/qgsuserinputdockwidget.sip
2015-06-02 08:15:34 +02:00

20 lines
429 B
Plaintext

class QgsUserInputDockWidget : QDockWidget
{
%TypeHeaderCode
#include "qgsuserinputdockwidget.h"
%End
public:
QgsUserInputDockWidget( QWidget* parent /TransferThis/ = 0 );
~QgsUserInputDockWidget();
//! add a widget to be displayed in the dock
void addUserInputWidget( QWidget* widget );
protected:
//! will not display the dock if it contains no widget
void paintEvent( QPaintEvent *event );
};