tychoGUI  1.0
 All Data Structures Namespaces Files Functions Variables
ui_help4.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'help4.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 4.8.4
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_HELP4_H
10 #define UI_HELP4_H
11 
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>
20 
21 QT_BEGIN_NAMESPACE
22 
23 class Ui_help4
24 {
25 public:
26  QTextBrowser *textBrowser;
27  QPushButton *close;
28 
29  void setupUi(QDialog *help4)
30  {
31  if (help4->objectName().isEmpty())
32  help4->setObjectName(QString::fromUtf8("help4"));
33  help4->resize(310, 257);
34  QIcon icon;
35  icon.addFile(QString::fromUtf8("tycho_logo_klein.png"), QSize(), QIcon::Normal, QIcon::Off);
36  help4->setWindowIcon(icon);
37  textBrowser = new QTextBrowser(help4);
38  textBrowser->setObjectName(QString::fromUtf8("textBrowser"));
39  textBrowser->setGeometry(QRect(20, 10, 271, 192));
40  close = new QPushButton(help4);
41  close->setObjectName(QString::fromUtf8("close"));
42  close->setGeometry(QRect(190, 210, 99, 28));
43 
44  retranslateUi(help4);
45 
46  QMetaObject::connectSlotsByName(help4);
47  } // setupUi
48 
49  void retranslateUi(QDialog *help4)
50  {
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=&quot;-O3 -fopenmp&quot; LIBS=&quot;-lm -lgomp&quot;.</span></p></body></html>", 0, QApplication::UnicodeUTF8));
57  close->setText(QApplication::translate("help4", "close", 0, QApplication::UnicodeUTF8));
58  } // retranslateUi
59 
60 };
61 
62 namespace Ui {
63  class help4: public Ui_help4 {};
64 } // namespace Ui
65 
66 QT_END_NAMESPACE
67 
68 #endif // UI_HELP4_H