NCL Composer  0.1.5
 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 
17 {
18  load(QUrl(filename));
19  adjustSize();
20 
21 
22 
23 }
24 
26 {
27 
28 }