MNE-CPP  beta 1.0
ui_neuromagabout.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'neuromagabout.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_NEUROMAGABOUT_H
10 #define UI_NEUROMAGABOUT_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 *NeuromagAboutWidgetClass)
28  {
29  if (NeuromagAboutWidgetClass->objectName().isEmpty())
30  NeuromagAboutWidgetClass->setObjectName(QStringLiteral("NeuromagAboutWidgetClass"));
31  NeuromagAboutWidgetClass->resize(400, 300);
32  QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
33  sizePolicy.setHorizontalStretch(0);
34  sizePolicy.setVerticalStretch(0);
35  sizePolicy.setHeightForWidth(NeuromagAboutWidgetClass->sizePolicy().hasHeightForWidth());
36  NeuromagAboutWidgetClass->setSizePolicy(sizePolicy);
37  NeuromagAboutWidgetClass->setMinimumSize(QSize(400, 300));
38  NeuromagAboutWidgetClass->setMaximumSize(QSize(400, 300));
39  textBrowser = new QTextBrowser(NeuromagAboutWidgetClass);
40  textBrowser->setObjectName(QStringLiteral("textBrowser"));
41  textBrowser->setGeometry(QRect(20, 10, 361, 271));
42 
43  retranslateUi(NeuromagAboutWidgetClass);
44 
45  QMetaObject::connectSlotsByName(NeuromagAboutWidgetClass);
46  } // setupUi
47 
48  void retranslateUi(QDialog *NeuromagAboutWidgetClass)
49  {
50  NeuromagAboutWidgetClass->setWindowTitle(QApplication::translate("NeuromagAboutWidgetClass", "About ECG Simulator", 0));
51  textBrowser->setHtml(QApplication::translate("NeuromagAboutWidgetClass", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
52 "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
53 "p, li { white-space: pre-wrap; }\n"
54 "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;\">\n"
55 "<table border=\"0\" style=\"-qt-table-type: root; margin-top:4px; margin-bottom:4px; margin-left:4px; margin-right:4px;\">\n"
56 "<tr>\n"
57 "<td style=\"border: none;\">\n"
58 "<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 (C) 2013, Christoph Dinh and Matti Hamalainen. All rights reserved.</span></p>\n"
59 "<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'; font-size:10pt;\"><br /></p>\n"
60 "<p style=\" margin-top:0px; margin-bottom:0px; ma"
61  "rgin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'Sans'; font-size:10pt;\">Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:</span></p>\n"
62 "<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;\">* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.</span></p>\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'; font-size:10pt;\">* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.</span></p>\n"
64 "<p style=\" margin-top:0px; marg"
65  "in-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'Sans'; font-size:10pt;\"> * Neither the name of MNE-CPP authors nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.</span></p>\n"
66 "<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'; font-size:10pt;\"><br /></p>\n"
67 "<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;\">THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &quot;AS IS&quot; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIA"
68  "BLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</span></p></td></tr></table></body></html>", 0));
69  } // retranslateUi
70 
71 };
72 
73 namespace Ui {
75 } // namespace Ui
76 
77 QT_END_NAMESPACE
78 
79 #endif // UI_NEUROMAGABOUT_H
Definition: aboutwindow.h:52