QGIS/python/gui/qgsmenuheader.sip
Nyall Dawson ae8b71edeb New classes QgsMenuHeader, QgsMenuHeaderWidgetAction
Custom widgets designed for displaying subheaders within a QMenu
in a standard style (i.e. matching the subheaders shown within
the color button drop down menus)
2017-06-02 10:25:17 +10:00

66 lines
2.0 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgsmenuheader.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsMenuHeader : QWidget
{
%Docstring
Custom widget for displaying subheaders within a QMenu in a standard style.
.. versionadded:: 3.0
.. seealso:: QgsMenuHeaderWidgetAction()
%End
%TypeHeaderCode
#include "qgsmenuheader.h"
%End
public:
explicit QgsMenuHeader( const QString &text, QWidget *parent /TransferThis/ = 0 );
%Docstring
Constructor for QgsMenuHeader, showing the specified ``text``.
%End
virtual QSize minimumSizeHint() const;
virtual QSize sizeHint() const;
protected:
virtual void paintEvent( QPaintEvent *event );
};
class QgsMenuHeaderWidgetAction: QWidgetAction
{
%Docstring
Custom QWidgetAction for displaying subheaders within a QMenu in a standard style.
.. versionadded:: 3.0
.. seealso:: QgsMenuHeader()
%End
%TypeHeaderCode
#include "qgsmenuheader.h"
%End
public:
QgsMenuHeaderWidgetAction( const QString &text, QObject *parent = 0 );
%Docstring
Constructor for QgsMenuHeaderWidgetAction, showing the specified ``text``.
%End
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgsmenuheader.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/