tychoGUI  1.0
 All Data Structures Namespaces Files Functions Variables
ui_local_simulation.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file '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_LOCAL_SIMULATION_H
10 #define UI_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/QLineEdit>
19 #include <QtGui/QPushButton>
20 #include <QtGui/QTextBrowser>
21 
22 QT_BEGIN_NAMESPACE
23 
25 {
26 public:
27  QPushButton *tycho_exe;
28  QPushButton *parameterfile;
29  QLineEdit *tycho_text;
30  QLineEdit *parameterfile_text;
31  QPushButton *run;
32  QTextBrowser *textBrowser;
33  QPushButton *stop;
34  QPushButton *close;
35  QPushButton *restart;
36  QPushButton *savelog;
37  QPushButton *reset;
38  QPushButton *Help;
39 
40  void setupUi(QDialog *local_simulation)
41  {
42  if (local_simulation->objectName().isEmpty())
43  local_simulation->setObjectName(QString::fromUtf8("local_simulation"));
44  local_simulation->resize(500, 690);
45  QIcon icon;
46  icon.addFile(QString::fromUtf8("tycho_logo_klein.png"), QSize(), QIcon::Normal, QIcon::Off);
47  local_simulation->setWindowIcon(icon);
48  tycho_exe = new QPushButton(local_simulation);
49  tycho_exe->setObjectName(QString::fromUtf8("tycho_exe"));
50  tycho_exe->setGeometry(QRect(20, 30, 111, 25));
51  parameterfile = new QPushButton(local_simulation);
52  parameterfile->setObjectName(QString::fromUtf8("parameterfile"));
53  parameterfile->setGeometry(QRect(20, 70, 111, 25));
54  tycho_text = new QLineEdit(local_simulation);
55  tycho_text->setObjectName(QString::fromUtf8("tycho_text"));
56  tycho_text->setEnabled(true);
57  tycho_text->setGeometry(QRect(150, 30, 331, 21));
58  tycho_text->setReadOnly(true);
59  parameterfile_text = new QLineEdit(local_simulation);
60  parameterfile_text->setObjectName(QString::fromUtf8("parameterfile_text"));
61  parameterfile_text->setGeometry(QRect(150, 70, 331, 21));
62  parameterfile_text->setReadOnly(true);
63  run = new QPushButton(local_simulation);
64  run->setObjectName(QString::fromUtf8("run"));
65  run->setGeometry(QRect(20, 610, 86, 31));
66  textBrowser = new QTextBrowser(local_simulation);
67  textBrowser->setObjectName(QString::fromUtf8("textBrowser"));
68  textBrowser->setGeometry(QRect(20, 140, 461, 451));
69  stop = new QPushButton(local_simulation);
70  stop->setObjectName(QString::fromUtf8("stop"));
71  stop->setGeometry(QRect(120, 610, 86, 31));
72  close = new QPushButton(local_simulation);
73  close->setObjectName(QString::fromUtf8("close"));
74  close->setGeometry(QRect(400, 610, 81, 31));
75  restart = new QPushButton(local_simulation);
76  restart->setObjectName(QString::fromUtf8("restart"));
77  restart->setGeometry(QRect(20, 650, 86, 31));
78  savelog = new QPushButton(local_simulation);
79  savelog->setObjectName(QString::fromUtf8("savelog"));
80  savelog->setGeometry(QRect(310, 610, 81, 31));
81  reset = new QPushButton(local_simulation);
82  reset->setObjectName(QString::fromUtf8("reset"));
83  reset->setGeometry(QRect(380, 100, 99, 28));
84  Help = new QPushButton(local_simulation);
85  Help->setObjectName(QString::fromUtf8("Help"));
86  Help->setGeometry(QRect(400, 650, 81, 31));
87  QWidget::setTabOrder(tycho_exe, tycho_text);
88  QWidget::setTabOrder(tycho_text, parameterfile);
89  QWidget::setTabOrder(parameterfile, parameterfile_text);
90  QWidget::setTabOrder(parameterfile_text, textBrowser);
91  QWidget::setTabOrder(textBrowser, run);
92  QWidget::setTabOrder(run, stop);
93  QWidget::setTabOrder(stop, restart);
94  QWidget::setTabOrder(restart, savelog);
95  QWidget::setTabOrder(savelog, close);
96 
97  retranslateUi(local_simulation);
98 
99  QMetaObject::connectSlotsByName(local_simulation);
100  } // setupUi
101 
103  {
104  local_simulation->setWindowTitle(QApplication::translate("local_simulation", "Local Simulation", 0, QApplication::UnicodeUTF8));
105  tycho_exe->setText(QApplication::translate("local_simulation", "TYCHO", 0, QApplication::UnicodeUTF8));
106  parameterfile->setText(QApplication::translate("local_simulation", "Parameterfile", 0, QApplication::UnicodeUTF8));
107  run->setText(QApplication::translate("local_simulation", "Run", 0, QApplication::UnicodeUTF8));
108  stop->setText(QApplication::translate("local_simulation", "Stop", 0, QApplication::UnicodeUTF8));
109  close->setText(QApplication::translate("local_simulation", "Close", 0, QApplication::UnicodeUTF8));
110  restart->setText(QApplication::translate("local_simulation", "Restart", 0, QApplication::UnicodeUTF8));
111  savelog->setText(QApplication::translate("local_simulation", "Save log", 0, QApplication::UnicodeUTF8));
112  reset->setText(QApplication::translate("local_simulation", "Reset", 0, QApplication::UnicodeUTF8));
113  Help->setText(QApplication::translate("local_simulation", "Help", 0, QApplication::UnicodeUTF8));
114  } // retranslateUi
115 
116 };
117 
118 namespace Ui {
120 } // namespace Ui
121 
122 QT_END_NAMESPACE
123 
124 #endif // UI_LOCAL_SIMULATION_H