tychoBCG3D
0.2
Main Page
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
about.cpp
Go to the documentation of this file.
1
#include "
about.h
"
2
#include "ui_about.h"
3
4
about::about
(QWidget *parent) :
5
QWidget(parent),
6
ui(new Ui::
about
)
7
{
8
ui
->setupUi(
this
);
9
}
10
11
about::~about
()
12
{
13
delete
ui
;
14
}
15
16
void
about::on_pushButton_clicked
()
17
{
18
close();
19
}
Generated on Wed Oct 9 2013 20:05:23 for tychoBCG3D by
1.8.1.1