MNE-CPP  beta 1.0
ui_rthpiabout.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'rthpiabout.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.3.2
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_RTHPIABOUT_H
10 #define UI_RTHPIABOUT_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QDialog>
17 #include <QtWidgets/QHeaderView>
18 #include <QtWidgets/QTextBrowser>
19 
20 QT_BEGIN_NAMESPACE
21 
23 {
24 public:
25  QTextBrowser *textBrowser;
26 
27  void setupUi(QDialog *RtHpiAboutWidgetClass)
28  {
29  if (RtHpiAboutWidgetClass->objectName().isEmpty())
30  RtHpiAboutWidgetClass->setObjectName(QStringLiteral("RtHpiAboutWidgetClass"));
31  RtHpiAboutWidgetClass->resize(400, 300);
32  QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
33  sizePolicy.setHorizontalStretch(0);
34  sizePolicy.setVerticalStretch(0);
35  sizePolicy.setHeightForWidth(RtHpiAboutWidgetClass->sizePolicy().hasHeightForWidth());
36  RtHpiAboutWidgetClass->setSizePolicy(sizePolicy);
37  RtHpiAboutWidgetClass->setMinimumSize(QSize(400, 300));
38  RtHpiAboutWidgetClass->setMaximumSize(QSize(400, 300));
39  RtHpiAboutWidgetClass->setToolTipDuration(-5);
40  textBrowser = new QTextBrowser(RtHpiAboutWidgetClass);
41  textBrowser->setObjectName(QStringLiteral("textBrowser"));
42  textBrowser->setGeometry(QRect(20, 210, 361, 71));
43 
44  retranslateUi(RtHpiAboutWidgetClass);
45 
46  QMetaObject::connectSlotsByName(RtHpiAboutWidgetClass);
47  } // setupUi
48 
49  void retranslateUi(QDialog *RtHpiAboutWidgetClass)
50  {
51  RtHpiAboutWidgetClass->setWindowTitle(QApplication::translate("RtHpiAboutWidgetClass", "About RealTime HPI", 0));
52  textBrowser->setHtml(QApplication::translate("RtHpiAboutWidgetClass", "<!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:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;\">\n"
56 "<table border=\"0\" style=\"-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;\">\n"
57 "<tr>\n"
58 "<td style=\"border: none;\">\n"
59 "<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'; font-size:10pt;\">Copyright \302\251 2014 Chiran Doshi, Matti H\303\244m\303\244l\303\244inen. All rights reserved.</span></p></td></tr></table></body></html>", 0));
60  } // retranslateUi
61 
62 };
63 
64 namespace Ui {
66 } // namespace Ui
67 
68 QT_END_NAMESPACE
69 
70 #endif // UI_RTHPIABOUT_H
Definition: aboutwindow.h:52