tychoGUI  1.0
 All Data Structures Namespaces Files Functions Variables
Public Member Functions | Data Fields
Ui_local_simulation Class Reference

#include <ui_local_simulation.h>

Inheritance diagram for Ui_local_simulation:
Ui::local_simulation

Public Member Functions

void setupUi (QDialog *local_simulation)
void retranslateUi (QDialog *local_simulation)

Data Fields

QPushButton * tycho_exe
QPushButton * parameterfile
QLineEdit * tycho_text
QLineEdit * parameterfile_text
QPushButton * run
QTextBrowser * textBrowser
QPushButton * stop
QPushButton * close
QPushButton * restart
QPushButton * savelog
QPushButton * reset
QPushButton * Help

Detailed Description

Definition at line 24 of file ui_local_simulation.h.


Member Function Documentation

void Ui_local_simulation::retranslateUi ( QDialog *  local_simulation)
inline

Definition at line 102 of file ui_local_simulation.h.

References close, Help, parameterfile, reset, restart, run, savelog, stop, and tycho_exe.

Referenced by setupUi().

{
local_simulation->setWindowTitle(QApplication::translate("local_simulation", "Local Simulation", 0, QApplication::UnicodeUTF8));
tycho_exe->setText(QApplication::translate("local_simulation", "TYCHO", 0, QApplication::UnicodeUTF8));
parameterfile->setText(QApplication::translate("local_simulation", "Parameterfile", 0, QApplication::UnicodeUTF8));
run->setText(QApplication::translate("local_simulation", "Run", 0, QApplication::UnicodeUTF8));
stop->setText(QApplication::translate("local_simulation", "Stop", 0, QApplication::UnicodeUTF8));
close->setText(QApplication::translate("local_simulation", "Close", 0, QApplication::UnicodeUTF8));
restart->setText(QApplication::translate("local_simulation", "Restart", 0, QApplication::UnicodeUTF8));
savelog->setText(QApplication::translate("local_simulation", "Save log", 0, QApplication::UnicodeUTF8));
reset->setText(QApplication::translate("local_simulation", "Reset", 0, QApplication::UnicodeUTF8));
Help->setText(QApplication::translate("local_simulation", "Help", 0, QApplication::UnicodeUTF8));
} // retranslateUi
void Ui_local_simulation::setupUi ( QDialog *  local_simulation)
inline

Definition at line 40 of file ui_local_simulation.h.

References close, Help, parameterfile, parameterfile_text, reset, restart, retranslateUi(), run, savelog, stop, textBrowser, tycho_exe, and tycho_text.

Referenced by local_simulation::local_simulation().

{
if (local_simulation->objectName().isEmpty())
local_simulation->setObjectName(QString::fromUtf8("local_simulation"));
local_simulation->resize(500, 690);
QIcon icon;
icon.addFile(QString::fromUtf8("tycho_logo_klein.png"), QSize(), QIcon::Normal, QIcon::Off);
local_simulation->setWindowIcon(icon);
tycho_exe = new QPushButton(local_simulation);
tycho_exe->setObjectName(QString::fromUtf8("tycho_exe"));
tycho_exe->setGeometry(QRect(20, 30, 111, 25));
parameterfile = new QPushButton(local_simulation);
parameterfile->setObjectName(QString::fromUtf8("parameterfile"));
parameterfile->setGeometry(QRect(20, 70, 111, 25));
tycho_text = new QLineEdit(local_simulation);
tycho_text->setObjectName(QString::fromUtf8("tycho_text"));
tycho_text->setEnabled(true);
tycho_text->setGeometry(QRect(150, 30, 331, 21));
tycho_text->setReadOnly(true);
parameterfile_text->setObjectName(QString::fromUtf8("parameterfile_text"));
parameterfile_text->setGeometry(QRect(150, 70, 331, 21));
parameterfile_text->setReadOnly(true);
run = new QPushButton(local_simulation);
run->setObjectName(QString::fromUtf8("run"));
run->setGeometry(QRect(20, 610, 86, 31));
textBrowser = new QTextBrowser(local_simulation);
textBrowser->setObjectName(QString::fromUtf8("textBrowser"));
textBrowser->setGeometry(QRect(20, 140, 461, 451));
stop = new QPushButton(local_simulation);
stop->setObjectName(QString::fromUtf8("stop"));
stop->setGeometry(QRect(120, 610, 86, 31));
close = new QPushButton(local_simulation);
close->setObjectName(QString::fromUtf8("close"));
close->setGeometry(QRect(400, 610, 81, 31));
restart = new QPushButton(local_simulation);
restart->setObjectName(QString::fromUtf8("restart"));
restart->setGeometry(QRect(20, 650, 86, 31));
savelog = new QPushButton(local_simulation);
savelog->setObjectName(QString::fromUtf8("savelog"));
savelog->setGeometry(QRect(310, 610, 81, 31));
reset = new QPushButton(local_simulation);
reset->setObjectName(QString::fromUtf8("reset"));
reset->setGeometry(QRect(380, 100, 99, 28));
Help = new QPushButton(local_simulation);
Help->setObjectName(QString::fromUtf8("Help"));
Help->setGeometry(QRect(400, 650, 81, 31));
QWidget::setTabOrder(tycho_exe, tycho_text);
QWidget::setTabOrder(tycho_text, parameterfile);
QWidget::setTabOrder(parameterfile, parameterfile_text);
QWidget::setTabOrder(parameterfile_text, textBrowser);
QWidget::setTabOrder(textBrowser, run);
QWidget::setTabOrder(run, stop);
QWidget::setTabOrder(stop, restart);
QWidget::setTabOrder(restart, savelog);
QWidget::setTabOrder(savelog, close);
QMetaObject::connectSlotsByName(local_simulation);
} // setupUi

Field Documentation

QPushButton* Ui_local_simulation::close
QPushButton* Ui_local_simulation::Help
QPushButton* Ui_local_simulation::parameterfile
QLineEdit* Ui_local_simulation::parameterfile_text
QPushButton* Ui_local_simulation::reset
QPushButton* Ui_local_simulation::restart
QPushButton* Ui_local_simulation::run
QPushButton* Ui_local_simulation::savelog
QPushButton* Ui_local_simulation::stop
QTextBrowser* Ui_local_simulation::textBrowser
QPushButton* Ui_local_simulation::tycho_exe
QLineEdit* Ui_local_simulation::tycho_text

The documentation for this class was generated from the following file: