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/QPushButton>
19 #include <QtGui/QTextBrowser>
31 if (help4->objectName().isEmpty())
32 help4->setObjectName(QString::fromUtf8(
"help4"));
33 help4->resize(310, 257);
35 icon.addFile(QString::fromUtf8(
"tycho_logo_klein.png"), QSize(), QIcon::Normal, QIcon::Off);
36 help4->setWindowIcon(icon);
38 textBrowser->setObjectName(QString::fromUtf8(
"textBrowser"));
40 close =
new QPushButton(help4);
41 close->setObjectName(QString::fromUtf8(
"close"));
42 close->setGeometry(QRect(190, 210, 99, 28));
46 QMetaObject::connectSlotsByName(help4);
51 help4->setWindowTitle(QApplication::translate(
"help4",
"OpenMP", 0, QApplication::UnicodeUTF8));
52 textBrowser->setHtml(QApplication::translate(
"help4",
"<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
53 "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
54 "p, li { white-space: pre-wrap; }\n"
55 "</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
56 "<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="-O3 -fopenmp" LIBS="-lm -lgomp".</span></p></body></html>", 0, QApplication::UnicodeUTF8));
57 close->setText(QApplication::translate(
"help4",
"close", 0, QApplication::UnicodeUTF8));