tychoGUI  1.0
 All Data Structures Namespaces Files Functions Variables
ui_help_local_simulation.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'help_local_simulation.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_HELP_LOCAL_SIMULATION_H
10 #define UI_HELP_LOCAL_SIMULATION_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 
24 {
25 public:
26  QTextBrowser *textBrowser;
27  QPushButton *close;
28 
30  {
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"));
36  textBrowser->setGeometry(QRect(10, 10, 351, 121));
37  close = new QPushButton(help_local_simulation);
38  close->setObjectName(QString::fromUtf8("close"));
39  close->setGeometry(QRect(260, 140, 99, 28));
40 
41  retranslateUi(help_local_simulation);
42 
43  QMetaObject::connectSlotsByName(help_local_simulation);
44  } // setupUi
45 
47  {
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));
55  } // retranslateUi
56 
57 };
58 
59 namespace Ui {
61 } // namespace Ui
62 
63 QT_END_NAMESPACE
64 
65 #endif // UI_HELP_LOCAL_SIMULATION_H