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>
33 if (about->objectName().isEmpty())
34 about->setObjectName(QString::fromUtf8(
"about"));
35 about->resize(400, 368);
37 icon.addFile(QString::fromUtf8(
"images/tycho_logo_klein.png"), QSize(), QIcon::Normal, QIcon::Off);
38 about->setWindowIcon(icon);
40 textBrowser->setObjectName(QString::fromUtf8(
"textBrowser"));
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")));
53 QMetaObject::connectSlotsByName(about);
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());