copasi API
0.1
|
#include <AboutDialog.h>
Public Member Functions | |
AboutDialog (QWidget *parent, const QString &text, const int &width, const int &heigth) | |
virtual | ~AboutDialog () |
Static Public Attributes | |
static const char * | text = "</p>" |
Protected Slots | |
void | closeButton_clicked () |
Protected Attributes | |
QPushButton * | closeButton |
QTextEdit * | textEdit |
QVBoxLayout * | mainLayout |
AboutDialog::AboutDialog | ( | QWidget * | parent, |
const QString & | text, | ||
const int & | width, | ||
const int & | heigth | ||
) |
AboutDialog::~AboutDialog | ( | ) | [virtual] |
void AboutDialog::closeButton_clicked | ( | ) | [protected, slot] |
QPushButton* AboutDialog::closeButton [protected] |
QVBoxLayout* AboutDialog::mainLayout [protected] |
const char * AboutDialog::text = "</p>" [static] |
QTextEdit* AboutDialog::textEdit [protected] |