9 #ifndef UI_HELP_LOCAL_SIMULATION_H
10 #define UI_HELP_LOCAL_SIMULATION_H
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 (help_local_simulation->objectName().isEmpty())
32 help_local_simulation->setObjectName(QString::fromUtf8(
"help_local_simulation"));
33 help_local_simulation->resize(374, 183);
34 textBrowser =
new QTextBrowser(help_local_simulation);
35 textBrowser->setObjectName(QString::fromUtf8(
"textBrowser"));
37 close =
new QPushButton(help_local_simulation);
38 close->setObjectName(QString::fromUtf8(
"close"));
39 close->setGeometry(QRect(260, 140, 99, 28));
43 QMetaObject::connectSlotsByName(help_local_simulation);
48 help_local_simulation->setWindowTitle(QApplication::translate(
"help_local_simulation",
"Dialog", 0, QApplication::UnicodeUTF8));
49 textBrowser->setHtml(QApplication::translate(
"help_local_simulation",
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
50 "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
51 "p, li { white-space: pre-wrap; }\n"
52 "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
53 "<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'Sans Serif'; font-size:9pt;\">This window allows you to run a TYCHO simulation by choosing the executable and a parameterfile. The simulation can be started, stopped and restarted. Finally the output can be saved to a text log-file. By default the TYCHO executable defined in the config_tycho_gui.ini file will be taken. If you want to use your version of TYCHO you can choose your executable in the configure menu.</span></p></body></html>", 0, QApplication::UnicodeUTF8));
54 close->setText(QApplication::translate(
"help_local_simulation",
"close", 0, QApplication::UnicodeUTF8));
65 #endif // UI_HELP_LOCAL_SIMULATION_H