Commit adcf119 1 parent 953c06b commit adcf119 Copy full SHA for adcf119
File tree 2 files changed +20
-0
lines changed
2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 107
107
%Include qgsvertexmarker.sip
108
108
%Include qgsvectorlayertools.sip
109
109
%Include qgssublayersdialog.sip
110
+ %Include qgsuserinputdockwidget.sip
110
111
%Include qgscharacterselectdialog.sip
111
112
%Include qgscomposerruler.sip
112
113
%Include qgsdatadefinedbutton.sip
Original file line number Diff line number Diff line change
1
+
2
+ class QgsUserInputDockWidget : QDockWidget
3
+ {
4
+ %TypeHeaderCode
5
+ #include "qgsuserinputdockwidget.h"
6
+ %End
7
+
8
+ public:
9
+ QgsUserInputDockWidget( QWidget* parent /TransferThis/ = 0 );
10
+ ~QgsUserInputDockWidget();
11
+
12
+ //! add a widget to be displayed in the dock
13
+ void addUserInputWidget( QWidget* widget );
14
+
15
+ protected:
16
+ //! will not display the dock if it contains no widget
17
+ void paintEvent( QPaintEvent *event );
18
+
19
+ };
You can’t perform that action at this time.
0 commit comments