mysocials-core 1.0
|
The webkit based widget for display any HTML documents. More...
#include <uihelp.h>
Public Member Functions | |
uihelp (QString path, QString title, QFont fnt, QWidget *parent=0) | |
The constructor. | |
~uihelp () | |
A destructor. | |
Protected Member Functions | |
void | changeEvent (QEvent *e) |
Slot for changeEvent. |
The webkit based widget for display any HTML documents.
The uihelp widget shows any HTML documents, for example help or about, in separate window. It based on webkit.
uihelp::uihelp | ( | QString | path, |
QString | title, | ||
QFont | fnt, | ||
QWidget * | parent = 0 |
||
) | [explicit] |
The constructor.
path | Path to HTML file which should be shown. |
title | Window title |
fnt | Used font |
parent | The parent widget |
void uihelp::changeEvent | ( | QEvent * | e | ) | [protected] |
Slot for changeEvent.
This slot responds to language change
e | Event data |