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 (help3->objectName().isEmpty())
32 help3->setObjectName(QString::fromUtf8(
"help3"));
33 help3->resize(281, 351);
35 icon.addFile(QString::fromUtf8(
"tycho_logo_klein.png"), QSize(), QIcon::Normal, QIcon::Off);
36 help3->setWindowIcon(icon);
38 textBrowser->setObjectName(QString::fromUtf8(
"textBrowser"));
43 close =
new QPushButton(help3);
44 close->setObjectName(QString::fromUtf8(
"close"));
45 close->setGeometry(QRect(170, 310, 99, 28));
49 QMetaObject::connectSlotsByName(help3);
54 help3->setWindowTitle(QApplication::translate(
"help3",
"Time settings", 0, QApplication::UnicodeUTF8));
55 textBrowser->setHtml(QApplication::translate(
"help3",
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
56 "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
57 "p, li { white-space: pre-wrap; }\n"
58 "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:italic;\">\n"
59 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-style:normal;\">You can set the frequency for generating output into your output directory and the frequency in seconds for writing TYCHO restart-files. From which you can restart by giving an additional argument to the exectuable, e.g. ./tycho parameterfile </span><span style=\" font-weight:600; font-style:normal;\">restart</span><span style=\" font-style:normal;\">. This works independently for the chosen fileformat. The endtime stops the simulation when reached.</span></p>\n"
60 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-b"
61 "ottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-style:normal;\"></p></body></html>", 0, QApplication::UnicodeUTF8));
62 close->setText(QApplication::translate(
"help3",
"Close", 0, QApplication::UnicodeUTF8));