QGIS/python/gui/qgscodeeditorhtml.sip
2014-07-20 22:16:20 +10:00

11 lines
194 B
Plaintext

class QgsCodeEditorHTML: QgsCodeEditor
{
%TypeHeaderCode
#include <qgscodeeditorhtml.h>
%End
public:
QgsCodeEditorHTML( QWidget *parent /TransferThis/ = 0 );
~QgsCodeEditorHTML();
};