QGIS/python/gui/auto_generated/qgsvscrollarea.sip.in
Nyall Dawson 3f6b490218 Sipify
2025-04-02 11:11:10 +10:00

41 lines
1.4 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgsvscrollarea.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/
class QgsVScrollArea : QgsScrollArea
{
%Docstring(signature="appended")
A QScrollArea subclass which only displays a vertical scrollbar and fits
the width to the contents.
%End
%TypeHeaderCode
#include "qgsvscrollarea.h"
%End
public:
QgsVScrollArea( QWidget *parent = 0 );
%Docstring
QgsVScrollArea
:param parent: The parent widget
%End
virtual bool eventFilter( QObject *o, QEvent *e );
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgsvscrollarea.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/