tychoGUI  1.0
 All Data Structures Namespaces Files Functions Variables
ui_help6.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'help6.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 4.8.4
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_HELP6_H
10 #define UI_HELP6_H
11 
12 #include <QtCore/QVariant>
13 #include <QtGui/QAction>
14 #include <QtGui/QApplication>
15 #include <QtGui/QButtonGroup>
16 #include <QtGui/QDialog>
17 #include <QtGui/QHeaderView>
18 #include <QtGui/QPushButton>
19 #include <QtGui/QTextBrowser>
20 
21 QT_BEGIN_NAMESPACE
22 
23 class Ui_help6
24 {
25 public:
26  QTextBrowser *textBrowser;
27  QPushButton *close;
28 
29  void setupUi(QDialog *help6)
30  {
31  if (help6->objectName().isEmpty())
32  help6->setObjectName(QString::fromUtf8("help6"));
33  help6->resize(362, 288);
34  QIcon icon;
35  icon.addFile(QString::fromUtf8("tycho_logo_klein.png"), QSize(), QIcon::Normal, QIcon::Off);
36  help6->setWindowIcon(icon);
37  textBrowser = new QTextBrowser(help6);
38  textBrowser->setObjectName(QString::fromUtf8("textBrowser"));
39  textBrowser->setGeometry(QRect(10, 10, 341, 231));
40  textBrowser->setOpenExternalLinks(true);
41  close = new QPushButton(help6);
42  close->setObjectName(QString::fromUtf8("close"));
43  close->setGeometry(QRect(250, 250, 99, 28));
44 
45  retranslateUi(help6);
46 
47  QMetaObject::connectSlotsByName(help6);
48  } // setupUi
49 
50  void retranslateUi(QDialog *help6)
51  {
52  help6->setWindowTitle(QApplication::translate("help6", "Gravity", 0, QApplication::UnicodeUTF8));
53  textBrowser->setHtml(QApplication::translate("help6", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
54 "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
55 "p, li { white-space: pre-wrap; }\n"
56 "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
57 "<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"
58 "<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"
59 "<p style=\" margin-top:0px; margin-bottom:0px"
60  "; 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));
61  close->setText(QApplication::translate("help6", "close", 0, QApplication::UnicodeUTF8));
62  } // retranslateUi
63 
64 };
65 
66 namespace Ui {
67  class help6: public Ui_help6 {};
68 } // namespace Ui
69 
70 QT_END_NAMESPACE
71 
72 #endif // UI_HELP6_H