1
0
mirror of https://github.com/qgis/QGIS.git synced 2025-03-24 00:06:24 -04:00
QGIS/python/gui/qgscodeeditorhtml.sip

11 lines
194 B
Plaintext
Raw Normal View History

2014-07-20 22:16:20 +10:00
class QgsCodeEditorHTML: QgsCodeEditor
{
%TypeHeaderCode
#include <qgscodeeditorhtml.h>
%End
public:
QgsCodeEditorHTML( QWidget *parent /TransferThis/ = 0 );
~QgsCodeEditorHTML();
};