tychoGUI
1.0
Main Page
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
help4.cpp
Go to the documentation of this file.
1
#include "
help4.h
"
2
#include "
ui_help4.h
"
3
4
help4::help4
(QWidget *parent) :
5
QDialog(parent),
6
ui(new Ui::
help4
)
7
{
8
ui
->
setupUi
(
this
);
9
connect(
ui
->
close
, SIGNAL(clicked()),
this
, SLOT(close()));
10
}
11
12
help4::~help4
()
13
{
14
delete
ui
;
15
}
Generated on Wed Oct 9 2013 19:57:23 for tychoGUI by
1.8.1.1