mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
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)
66 lines
2.0 KiB
Plaintext
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 *
|
|
************************************************************************/
|