Skip to content

Commit 1f300cf

Browse files
committed
Add QgsVScrollArea sip bindings
1 parent 2c36a51 commit 1f300cf

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

python/gui/gui_auto.sip

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
%Include qgsabstractdatasourcewidget.sip
2222
%Include qgssourceselectprovider.sip
2323
%Include qgssourceselectproviderregistry.sip
24+
%Include qgsvscrollarea.sip
2425
%Include attributetable/qgsfeaturemodel.sip
2526
%Include auth/qgsauthauthoritieseditor.sip
2627
%Include auth/qgsauthcertificateinfo.sip

python/gui/qgsvscrollarea.sip

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
/************************************************************************
2+
* This file has been generated automatically from *
3+
* *
4+
* src/gui/qgsvscrollarea.h *
5+
* *
6+
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
7+
************************************************************************/
8+
9+
10+
11+
12+
class QgsVScrollArea : QScrollArea
13+
{
14+
%Docstring
15+
QgsVScrollArea is a QScrollArea subclass which only displays a vertical
16+
scrollbar and fits the width to the contents.
17+
18+
.. versionadded:: 3.0
19+
%End
20+
21+
%TypeHeaderCode
22+
#include "qgsvscrollarea.h"
23+
%End
24+
public:
25+
26+
QgsVScrollArea( QWidget *parent = 0 );
27+
%Docstring
28+
QgsVScrollArea
29+
\param parent The parent widget
30+
%End
31+
32+
virtual bool eventFilter( QObject *o, QEvent *e );
33+
34+
};
35+
36+
/************************************************************************
37+
* This file has been generated automatically from *
38+
* *
39+
* src/gui/qgsvscrollarea.h *
40+
* *
41+
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
42+
************************************************************************/

0 commit comments

Comments
 (0)