#include <help.h>
Public Member Functions |
| help (QWidget *parent=0) |
| ~help () |
Private Attributes |
Ui::help * | ui |
Detailed Description
Definition at line 10 of file help.h.
Constructor & Destructor Documentation
help::help |
( |
QWidget * |
parent = 0 | ) |
|
|
explicit |
Definition at line 4 of file help.cpp.
References ui.
:
QWidget(parent),
{
ui->textBrowser->setOpenLinks(
true);
ui->textBrowser->setSource(QUrl(
":docu/help.html"));
}
Member Function Documentation
void help::on_pushButton_clicked |
( |
| ) |
|
|
privateslot |
Field Documentation
The documentation for this class was generated from the following files: