QGIS/python/gui/qgsdetaileditemwidget.sip
Juergen E. Fischer 99f998aa30 - add missing sip bindings
- port widgets_tree.py to QtXml and update customization.xml (fixes #5752 and  #8054)
2013-06-22 19:41:34 +02:00

12 lines
276 B
Plaintext

class QgsDetailedItemWidget : QWidget
{
%TypeHeaderCode
#include <qgsdetaileditemwidget.h>
%End
public:
QgsDetailedItemWidget( QWidget * parent = 0 );
~QgsDetailedItemWidget();
void setData( QgsDetailedItemData theData );
void setChecked( bool theFlag );
};