mysocials-core 1.0
Public Member Functions | Protected Member Functions

uihelp Class Reference

The webkit based widget for display any HTML documents. More...

#include <uihelp.h>

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

uihelp::uihelp ( QString  path,
QString  title,
QFont  fnt,
QWidget *  parent = 0 
) [explicit]

The constructor.

Parameters:
pathPath to HTML file which should be shown.
titleWindow title
fntUsed font
parentThe parent widget

Member Function Documentation

void uihelp::changeEvent ( QEvent *  e) [protected]

Slot for changeEvent.

This slot responds to language change

Parameters:
eEvent data

The documentation for this class was generated from the following files: