NCL Composer  0.1
qnstgraphicshtml.cpp
00001 #include "qnstgraphicshtml.h"
00002 
00003 QnstGraphicsHTML::QnstGraphicsHTML(QnstGraphicsNode* parent)
00004     : QnstGraphicsMedia(parent)
00005 {
00006     setnstType(Qnst::Html);
00007 
00008     setIcon(":/icon/html");
00009 }
00010 
00011 QnstGraphicsHTML::~QnstGraphicsHTML()
00012 {
00013 
00014 }
 All Classes Functions Variables