QGIS/python/gui/qgsuserinputdockwidget.sip

20 lines
429 B
Plaintext
Raw Normal View History

2015-06-02 08:03:33 +02:00
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 );
};