9 #ifndef UI_FIFFSIMULATORABOUT_H
10 #define UI_FIFFSIMULATORABOUT_H
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>
25 QTextBrowser *textBrowser;
27 void setupUi(QDialog *FiffSimulatorAboutWidgetClass)
29 if (FiffSimulatorAboutWidgetClass->objectName().isEmpty())
30 FiffSimulatorAboutWidgetClass->setObjectName(QStringLiteral(
"FiffSimulatorAboutWidgetClass"));
31 FiffSimulatorAboutWidgetClass->resize(400, 300);
32 QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
33 sizePolicy.setHorizontalStretch(0);
34 sizePolicy.setVerticalStretch(0);
35 sizePolicy.setHeightForWidth(FiffSimulatorAboutWidgetClass->sizePolicy().hasHeightForWidth());
36 FiffSimulatorAboutWidgetClass->setSizePolicy(sizePolicy);
37 FiffSimulatorAboutWidgetClass->setMinimumSize(QSize(400, 300));
38 FiffSimulatorAboutWidgetClass->setMaximumSize(QSize(400, 300));
39 textBrowser =
new QTextBrowser(FiffSimulatorAboutWidgetClass);
40 textBrowser->setObjectName(QStringLiteral(
"textBrowser"));
41 textBrowser->setGeometry(QRect(20, 10, 361, 271));
43 retranslateUi(FiffSimulatorAboutWidgetClass);
45 QMetaObject::connectSlotsByName(FiffSimulatorAboutWidgetClass);
48 void retranslateUi(QDialog *FiffSimulatorAboutWidgetClass)
50 FiffSimulatorAboutWidgetClass->setWindowTitle(QApplication::translate(
"FiffSimulatorAboutWidgetClass",
"About Fiff Simulator", 0));
51 textBrowser->setHtml(QApplication::translate(
"FiffSimulatorAboutWidgetClass",
"<!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"
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 "AS IS" 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));
79 #endif // UI_FIFFSIMULATORABOUT_H