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

#include <ui_help3.h>

Inheritance diagram for Ui_help3:
Ui::help3

Public Member Functions

void setupUi (QDialog *help3)
void retranslateUi (QDialog *help3)

Data Fields

QTextBrowser * textBrowser
QPushButton * close

Detailed Description

Definition at line 23 of file ui_help3.h.


Member Function Documentation

void Ui_help3::retranslateUi ( QDialog *  help3)
inline

Definition at line 52 of file ui_help3.h.

References close, and textBrowser.

Referenced by setupUi().

{
help3->setWindowTitle(QApplication::translate("help3", "Time settings", 0, QApplication::UnicodeUTF8));
textBrowser->setHtml(QApplication::translate("help3", "<!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:'Sans Serif'; font-size:9pt; font-weight:400; font-style:italic;\">\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-style:normal;\">You can set the frequency for generating output into your output directory and the frequency in seconds for writing TYCHO restart-files. From which you can restart by giving an additional argument to the exectuable, e.g. ./tycho parameterfile </span><span style=\" font-weight:600; font-style:normal;\">restart</span><span style=\" font-style:normal;\">. This works independently for the chosen fileformat. The endtime stops the simulation when reached.</span></p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-b"
"ottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-style:normal;\"></p></body></html>", 0, QApplication::UnicodeUTF8));
close->setText(QApplication::translate("help3", "Close", 0, QApplication::UnicodeUTF8));
} // retranslateUi
void Ui_help3::setupUi ( QDialog *  help3)
inline

Definition at line 29 of file ui_help3.h.

References close, retranslateUi(), and textBrowser.

Referenced by help3::help3().

{
if (help3->objectName().isEmpty())
help3->setObjectName(QString::fromUtf8("help3"));
help3->resize(281, 351);
QIcon icon;
icon.addFile(QString::fromUtf8("tycho_logo_klein.png"), QSize(), QIcon::Normal, QIcon::Off);
help3->setWindowIcon(icon);
textBrowser = new QTextBrowser(help3);
textBrowser->setObjectName(QString::fromUtf8("textBrowser"));
textBrowser->setGeometry(QRect(10, 20, 261, 271));
QFont font;
font.setItalic(true);
textBrowser->setFont(font);
close = new QPushButton(help3);
close->setObjectName(QString::fromUtf8("close"));
close->setGeometry(QRect(170, 310, 99, 28));
QMetaObject::connectSlotsByName(help3);
} // setupUi

Field Documentation

QPushButton* Ui_help3::close

Definition at line 27 of file ui_help3.h.

Referenced by help3::help3(), retranslateUi(), and setupUi().

QTextBrowser* Ui_help3::textBrowser

Definition at line 26 of file ui_help3.h.

Referenced by retranslateUi(), and setupUi().


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