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

#include <ui_help_local_simulation.h>

Inheritance diagram for Ui_help_local_simulation:
Ui::help_local_simulation

Public Member Functions

void setupUi (QDialog *help_local_simulation)
void retranslateUi (QDialog *help_local_simulation)

Data Fields

QTextBrowser * textBrowser
QPushButton * close

Detailed Description

Definition at line 23 of file ui_help_local_simulation.h.


Member Function Documentation

void Ui_help_local_simulation::retranslateUi ( QDialog *  help_local_simulation)
inline

Definition at line 46 of file ui_help_local_simulation.h.

References close, and textBrowser.

Referenced by setupUi().

{
help_local_simulation->setWindowTitle(QApplication::translate("help_local_simulation", "Dialog", 0, QApplication::UnicodeUTF8));
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"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
"<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));
close->setText(QApplication::translate("help_local_simulation", "close", 0, QApplication::UnicodeUTF8));
} // retranslateUi
void Ui_help_local_simulation::setupUi ( QDialog *  help_local_simulation)
inline

Definition at line 29 of file ui_help_local_simulation.h.

References close, retranslateUi(), and textBrowser.

Referenced by help_local_simulation::help_local_simulation().

{
if (help_local_simulation->objectName().isEmpty())
help_local_simulation->setObjectName(QString::fromUtf8("help_local_simulation"));
help_local_simulation->resize(374, 183);
textBrowser = new QTextBrowser(help_local_simulation);
textBrowser->setObjectName(QString::fromUtf8("textBrowser"));
textBrowser->setGeometry(QRect(10, 10, 351, 121));
close = new QPushButton(help_local_simulation);
close->setObjectName(QString::fromUtf8("close"));
close->setGeometry(QRect(260, 140, 99, 28));
QMetaObject::connectSlotsByName(help_local_simulation);
} // setupUi

Field Documentation

QPushButton* Ui_help_local_simulation::close
QTextBrowser* Ui_help_local_simulation::textBrowser

Definition at line 26 of file ui_help_local_simulation.h.

Referenced by retranslateUi(), and setupUi().


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