File tree Expand file tree Collapse file tree 2 files changed +43
-0
lines changed Expand file tree Collapse file tree 2 files changed +43
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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+ ************************************************************************/
You can’t perform that action at this time.
0 commit comments