tychoBCGEN  0.5
 All Data Structures Namespaces Files Functions Variables
ui_about.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'about.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_ABOUT_H
10 #define UI_ABOUT_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/QLabel>
19 #include <QtGui/QPushButton>
20 #include <QtGui/QTextBrowser>
21 
22 QT_BEGIN_NAMESPACE
23 
24 class Ui_about
25 {
26 public:
27  QTextBrowser *textBrowser;
28  QPushButton *close;
29  QLabel *label;
30 
31  void setupUi(QDialog *about)
32  {
33  if (about->objectName().isEmpty())
34  about->setObjectName(QString::fromUtf8("about"));
35  about->resize(400, 368);
36  QIcon icon;
37  icon.addFile(QString::fromUtf8("images/tycho_logo_klein.png"), QSize(), QIcon::Normal, QIcon::Off);
38  about->setWindowIcon(icon);
39  textBrowser = new QTextBrowser(about);
40  textBrowser->setObjectName(QString::fromUtf8("textBrowser"));
41  textBrowser->setGeometry(QRect(20, 30, 361, 231));
42  textBrowser->setOpenExternalLinks(true);
43  close = new QPushButton(about);
44  close->setObjectName(QString::fromUtf8("close"));
45  close->setGeometry(QRect(290, 280, 86, 25));
46  label = new QLabel(about);
47  label->setObjectName(QString::fromUtf8("label"));
48  label->setGeometry(QRect(10, 220, 251, 141));
49  label->setPixmap(QPixmap(QString::fromUtf8("images/tycho_logo_klein.png")));
50 
51  retranslateUi(about);
52 
53  QMetaObject::connectSlotsByName(about);
54  } // setupUi
55 
56  void retranslateUi(QDialog *about)
57  {
58  about->setWindowTitle(QApplication::translate("about", "About tychoICGEN", 0, QApplication::UnicodeUTF8));
59  textBrowser->setHtml(QApplication::translate("about", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
60 "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
61 "p, li { white-space: pre-wrap; }\n"
62 "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
63 "<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:10pt;\">This is tychoBCGEN version 0.5 (TYCHO Boundary Conditions GENerator). </span></p>\n"
64 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:10pt;\"><br /></p>\n"
65 "<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:10pt;\">Aim of the program is the genera"
66  "tion of 2D boundary-conditions for TYCHO (TYrolian Computational HydrOdynamics -</span><a href=\"http://www.tycho-cfd.at\"><span style=\" font-family:'Sans Serif'; font-size:10pt; text-decoration: underline; color:#0000ff;\">www.tycho-cfd.at</span></a><span style=\" font-family:'Sans Serif'; font-size:10pt;\">) out of drawings or even photos. In addition you can place windemitters like ventilators.</span></p>\n"
67 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:10pt;\"><br /></p>\n"
68 "<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:10pt;\">The software comes without any guarantee and is freely available to everyone.</span></p>\n"
69 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text"
70  "-indent:0px; font-family:'Sans Serif'; font-size:10pt;\"><br /></p>\n"
71 "<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:10pt;\">Author is Wolfgang Kapferer.</span></p>\n"
72 "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Sans Serif'; font-size:10pt;\"><br /></p></body></html>", 0, QApplication::UnicodeUTF8));
73  close->setText(QApplication::translate("about", "Close", 0, QApplication::UnicodeUTF8));
74  label->setText(QString());
75  } // retranslateUi
76 
77 };
78 
79 namespace Ui {
80  class about: public Ui_about {};
81 } // namespace Ui
82 
83 QT_END_NAMESPACE
84 
85 #endif // UI_ABOUT_H