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

#include <ui_help4.h>

Inheritance diagram for Ui_help4:
Ui::help4

Public Member Functions

void setupUi (QDialog *help4)
void retranslateUi (QDialog *help4)

Data Fields

QTextBrowser * textBrowser
QPushButton * close

Detailed Description

Definition at line 23 of file ui_help4.h.


Member Function Documentation

void Ui_help4::retranslateUi ( QDialog *  help4)
inline

Definition at line 49 of file ui_help4.h.

References close, and textBrowser.

Referenced by setupUi().

{
help4->setWindowTitle(QApplication::translate("help4", "OpenMP", 0, QApplication::UnicodeUTF8));
textBrowser->setHtml(QApplication::translate("help4", "<!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:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">If you have a multicore/processor machine at your hand you can specify the number of parallel executed threads for TYCHO with this parameter. Remember to compile the code with OpenMP enabled, e.g. <span style=\" font-style:italic;\">./configure CFLAGS=&quot;-O3 -fopenmp&quot; LIBS=&quot;-lm -lgomp&quot;.</span></p></body></html>", 0, QApplication::UnicodeUTF8));
close->setText(QApplication::translate("help4", "close", 0, QApplication::UnicodeUTF8));
} // retranslateUi
void Ui_help4::setupUi ( QDialog *  help4)
inline

Definition at line 29 of file ui_help4.h.

References close, retranslateUi(), and textBrowser.

Referenced by help4::help4().

{
if (help4->objectName().isEmpty())
help4->setObjectName(QString::fromUtf8("help4"));
help4->resize(310, 257);
QIcon icon;
icon.addFile(QString::fromUtf8("tycho_logo_klein.png"), QSize(), QIcon::Normal, QIcon::Off);
help4->setWindowIcon(icon);
textBrowser = new QTextBrowser(help4);
textBrowser->setObjectName(QString::fromUtf8("textBrowser"));
textBrowser->setGeometry(QRect(20, 10, 271, 192));
close = new QPushButton(help4);
close->setObjectName(QString::fromUtf8("close"));
close->setGeometry(QRect(190, 210, 99, 28));
QMetaObject::connectSlotsByName(help4);
} // setupUi

Field Documentation

QPushButton* Ui_help4::close

Definition at line 27 of file ui_help4.h.

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

QTextBrowser* Ui_help4::textBrowser

Definition at line 26 of file ui_help4.h.

Referenced by retranslateUi(), and setupUi().


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