NCL Composer
0.1.5
Main Page
Related Pages
Classes
All
Classes
Functions
Variables
Pages
hypertextview.cpp
1
/*INF2102 Projeto Final de Programação*****************
2
*Período: 2012/2
3
*Coordenador: Prof. Carlos José Pereira Lucena *
4
*Projeto: Media-Preview Plugin para o Composer 3.0 *
5
*Nome do aluno: Amparito Alexandra Morales Figueroa. * *
6
*Matrícula: 1121838 *
7
*Orientador: Prof. Luiz Fernando Gomes Soares *
8
*Classe: Hypertexto Preview *
9
*Descrição: Exibição de objetos de tipo hypertext
10
*(http, html, htm, xhtml *****************************/
11
12
#include "hypertextview.h"
13
#include <QtWebKit/QWebView>
14
#include <QUrl>
15
16
hypertextview::hypertextview
(QString filename)
17
{
18
load(QUrl(filename));
19
adjustSize();
20
21
22
23
}
24
25
hypertextview::~hypertextview
()
26
{
27
28
}
composer-plugins
media-preview
hypertextview.cpp
Generated on Tue Jun 18 2013 16:03:00 for NCL Composer by
1.8.4