tychoBCGEN  0.5
 All Data Structures Namespaces Files Functions Variables
Public Member Functions | Data Fields
Ui_about Class Reference

#include <ui_about.h>

Inheritance diagram for Ui_about:
Ui::about

Public Member Functions

void setupUi (QDialog *about)
void retranslateUi (QDialog *about)

Data Fields

QTextBrowser * textBrowser
QPushButton * close
QLabel * label

Detailed Description

Definition at line 24 of file ui_about.h.


Member Function Documentation

void Ui_about::retranslateUi ( QDialog *  about)
inline

Definition at line 56 of file ui_about.h.

References close, label, and textBrowser.

Referenced by setupUi().

{
about->setWindowTitle(QApplication::translate("about", "About tychoICGEN", 0, QApplication::UnicodeUTF8));
textBrowser->setHtml(QApplication::translate("about", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'Sans Serif'; font-size:10pt;\">This is tychoBCGEN version 0.5 (TYCHO Boundary Conditions GENerator). </span></p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:10pt;\"><br /></p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'Sans Serif'; font-size:10pt;\">Aim of the program is the genera"
"tion of 2D boundary-conditions for TYCHO (TYrolian Computational HydrOdynamics -</span><a href=\"http://www.tycho-cfd.at\"><span style=\" font-family:'Sans Serif'; font-size:10pt; text-decoration: underline; color:#0000ff;\">www.tycho-cfd.at</span></a><span style=\" font-family:'Sans Serif'; font-size:10pt;\">) out of drawings or even photos. In addition you can place windemitters like ventilators.</span></p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:10pt;\"><br /></p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'Sans Serif'; font-size:10pt;\">The software comes without any guarantee and is freely available to everyone.</span></p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text"
"-indent:0px; font-family:'Sans Serif'; font-size:10pt;\"><br /></p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'Sans Serif'; font-size:10pt;\">Author is Wolfgang Kapferer.</span></p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:10pt;\"><br /></p></body></html>", 0, QApplication::UnicodeUTF8));
close->setText(QApplication::translate("about", "Close", 0, QApplication::UnicodeUTF8));
label->setText(QString());
} // retranslateUi
void Ui_about::setupUi ( QDialog *  about)
inline

Definition at line 31 of file ui_about.h.

References close, label, retranslateUi(), and textBrowser.

Referenced by about::about().

{
if (about->objectName().isEmpty())
about->setObjectName(QString::fromUtf8("about"));
about->resize(400, 368);
QIcon icon;
icon.addFile(QString::fromUtf8("images/tycho_logo_klein.png"), QSize(), QIcon::Normal, QIcon::Off);
about->setWindowIcon(icon);
textBrowser = new QTextBrowser(about);
textBrowser->setObjectName(QString::fromUtf8("textBrowser"));
textBrowser->setGeometry(QRect(20, 30, 361, 231));
textBrowser->setOpenExternalLinks(true);
close = new QPushButton(about);
close->setObjectName(QString::fromUtf8("close"));
close->setGeometry(QRect(290, 280, 86, 25));
label = new QLabel(about);
label->setObjectName(QString::fromUtf8("label"));
label->setGeometry(QRect(10, 220, 251, 141));
label->setPixmap(QPixmap(QString::fromUtf8("images/tycho_logo_klein.png")));
QMetaObject::connectSlotsByName(about);
} // setupUi

Field Documentation

QPushButton* Ui_about::close

Definition at line 28 of file ui_about.h.

Referenced by about::about(), retranslateUi(), and setupUi().

QLabel* Ui_about::label

Definition at line 29 of file ui_about.h.

Referenced by retranslateUi(), and setupUi().

QTextBrowser* Ui_about::textBrowser

Definition at line 27 of file ui_about.h.

Referenced by retranslateUi(), and setupUi().


The documentation for this class was generated from the following file: