tychoGUI  1.0
 All Data Structures Namespaces Files Functions Variables
ui_help3.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'help3.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_HELP3_H
10 #define UI_HELP3_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_help3
24 {
25 public:
26  QTextBrowser *textBrowser;
27  QPushButton *close;
28 
29  void setupUi(QDialog *help3)
30  {
31  if (help3->objectName().isEmpty())
32  help3->setObjectName(QString::fromUtf8("help3"));
33  help3->resize(281, 351);
34  QIcon icon;
35  icon.addFile(QString::fromUtf8("tycho_logo_klein.png"), QSize(), QIcon::Normal, QIcon::Off);
36  help3->setWindowIcon(icon);
37  textBrowser = new QTextBrowser(help3);
38  textBrowser->setObjectName(QString::fromUtf8("textBrowser"));
39  textBrowser->setGeometry(QRect(10, 20, 261, 271));
40  QFont font;
41  font.setItalic(true);
42  textBrowser->setFont(font);
43  close = new QPushButton(help3);
44  close->setObjectName(QString::fromUtf8("close"));
45  close->setGeometry(QRect(170, 310, 99, 28));
46 
47  retranslateUi(help3);
48 
49  QMetaObject::connectSlotsByName(help3);
50  } // setupUi
51 
52  void retranslateUi(QDialog *help3)
53  {
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));
63  } // retranslateUi
64 
65 };
66 
67 namespace Ui {
68  class help3: public Ui_help3 {};
69 } // namespace Ui
70 
71 QT_END_NAMESPACE
72 
73 #endif // UI_HELP3_H