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>
31 if (help6->objectName().isEmpty())
32 help6->setObjectName(QString::fromUtf8(
"help6"));
33 help6->resize(362, 288);
35 icon.addFile(QString::fromUtf8(
"tycho_logo_klein.png"), QSize(), QIcon::Normal, QIcon::Off);
36 help6->setWindowIcon(icon);
38 textBrowser->setObjectName(QString::fromUtf8(
"textBrowser"));
41 close =
new QPushButton(help6);
42 close->setObjectName(QString::fromUtf8(
"close"));
43 close->setGeometry(QRect(250, 250, 99, 28));
47 QMetaObject::connectSlotsByName(help6);
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));