QGIS/python/gui/qgsdetaileditemwidget.sip
Denis Rouzaud e48cf98edb run sipify
2017-12-06 07:19:50 -04:00

34 lines
1.4 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgsdetaileditemwidget.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/
class QgsDetailedItemWidget : QWidget
{
%Docstring
A widget renderer for detailed item views.
.. seealso:: :py:func:`also`
%End
%TypeHeaderCode
#include "qgsdetaileditemwidget.h"
%End
public:
QgsDetailedItemWidget( QWidget *parent /TransferThis/ = 0 );
void setData( const QgsDetailedItemData &data );
void setChecked( bool flag );
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/gui/qgsdetaileditemwidget.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
************************************************************************/