tychoGUI  1.0
 All Data Structures Namespaces Files Functions Variables
Public Member Functions | Data Fields
Ui_help6 Class Reference

#include <ui_help6.h>

Inheritance diagram for Ui_help6:
Ui::help6

Public Member Functions

void setupUi (QDialog *help6)
void retranslateUi (QDialog *help6)

Data Fields

QTextBrowser * textBrowser
QPushButton * close

Detailed Description

Definition at line 23 of file ui_help6.h.


Member Function Documentation

void Ui_help6::retranslateUi ( QDialog *  help6)
inline

Definition at line 50 of file ui_help6.h.

References close, and textBrowser.

Referenced by setupUi().

{
help6->setWindowTitle(QApplication::translate("help6", "Gravity", 0, QApplication::UnicodeUTF8));
textBrowser->setHtml(QApplication::translate("help6", "<!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:'Sans Serif'; font-size:9pt; 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;\">If you want to switch a constant background gravity on you can do that here. In addition a stratified atmosphere should be set. The stratification is applied as given in the documentation <a href=\"http://tycho-cfd.at/tycho_manual/index.html\"><span style=\" text-decoration: underline; color:#0000ff;\">http://tycho-cfd.at/tycho_manual/index.html</span></a></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;\"></p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px"
"; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Gravity acts in negative y-direction. Therefore the boundaries boun.down and bound.up are set automatically refleceting and zero gardient.</p></body></html>", 0, QApplication::UnicodeUTF8));
close->setText(QApplication::translate("help6", "close", 0, QApplication::UnicodeUTF8));
} // retranslateUi
void Ui_help6::setupUi ( QDialog *  help6)
inline

Definition at line 29 of file ui_help6.h.

References close, retranslateUi(), and textBrowser.

Referenced by help6::help6().

{
if (help6->objectName().isEmpty())
help6->setObjectName(QString::fromUtf8("help6"));
help6->resize(362, 288);
QIcon icon;
icon.addFile(QString::fromUtf8("tycho_logo_klein.png"), QSize(), QIcon::Normal, QIcon::Off);
help6->setWindowIcon(icon);
textBrowser = new QTextBrowser(help6);
textBrowser->setObjectName(QString::fromUtf8("textBrowser"));
textBrowser->setGeometry(QRect(10, 10, 341, 231));
textBrowser->setOpenExternalLinks(true);
close = new QPushButton(help6);
close->setObjectName(QString::fromUtf8("close"));
close->setGeometry(QRect(250, 250, 99, 28));
QMetaObject::connectSlotsByName(help6);
} // setupUi

Field Documentation

QPushButton* Ui_help6::close

Definition at line 27 of file ui_help6.h.

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

QTextBrowser* Ui_help6::textBrowser

Definition at line 26 of file ui_help6.h.

Referenced by retranslateUi(), and setupUi().


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