HyperspaceExplorer 0.7.1
|
A popup window displaying the Hyperspace Explorer online help as HTML. More...
#include <Help.h>
Public Member Functions | |
HelpWindow (const QString &home_, const QString &path="", QWidget *parent=0) | |
Private Attributes | |
QTextBrowser * | _browser |
Qt widget displaying the help file. | |
Static Private Attributes | |
static unsigned | defaultWidth = 850 |
Default width of the help window. | |
static unsigned | defaultHeight = 720 |
Default height of the help window. |
A popup window displaying the Hyperspace Explorer online help as HTML.
HelpWindow::HelpWindow | ( | const QString & | home_, |
const QString & | _path = "" , |
||
QWidget * | parent = 0 |
||
) |
construct and display a help browser window displaying the Help HTML file
home_ | name of help file |
_path | directory of help file |
parent | parent widget |
References _browser, defaultHeight, defaultWidth, Loki::SingletonHolder< T, CreationPolicy >::Instance(), and resize().