-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathGUI_ack.py
42 lines (36 loc) · 4.63 KB
/
GUI_ack.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'acknowledgements.ui'
#
# Created by: PyQt5 UI code generator 5.8.2
#
# WARNING! All changes made in this file will be lost!
from PyQt5 import QtCore, QtGui, QtWidgets
class Ui_ack(object):
def setupUi(self, mainWindow):
mainWindow.setObjectName("mainWindow")
mainWindow.resize(736, 285)
mainWindow.setMinimumSize(QtCore.QSize(736, 285))
mainWindow.setMaximumSize(QtCore.QSize(736, 285))
self.centralwidget = QtWidgets.QWidget(mainWindow)
self.centralwidget.setObjectName("centralwidget")
self.textBrowser = QtWidgets.QTextBrowser(self.centralwidget)
self.textBrowser.setGeometry(QtCore.QRect(-2, -2, 741, 291))
self.textBrowser.setObjectName("textBrowser")
mainWindow.setCentralWidget(self.centralwidget)
self.retranslateUi(mainWindow)
QtCore.QMetaObject.connectSlotsByName(mainWindow)
def retranslateUi(self, mainWindow):
_translate = QtCore.QCoreApplication.translate
mainWindow.setWindowTitle(_translate("mainWindow", "Acknowledgments"))
self.textBrowser.setHtml(_translate("mainWindow", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:\'.SF NS Text\'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:30px; margin-bottom:15px; margin-left:15px; margin-right:15px; -qt-block-indent:0; text-indent:0px;\"><a name=\"acknowledgments\"></a><span style=\" font-family:\'sans-serif\'; font-size:xx-large; font-weight:600; color:#000000;\">A</span><span style=\" font-family:\'sans-serif\'; font-size:xx-large; font-weight:600; color:#000000;\">cknowledgments</span></p>\n"
"<p style=\" margin-top:15px; margin-bottom:15px; margin-left:15px; margin-right:15px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'sans-serif\'; font-size:14pt; font-style:italic; color:#000000;\">LAF </span><span style=\" font-family:\'sans-serif\'; font-size:14pt; color:#000000;\">was developed in the </span><span style=\" font-family:\'sans-serif\'; font-size:14pt; font-style:italic; color:#000000;\">Site-Specific Energy Systems</span><span style=\" font-family:\'sans-serif\'; font-size:14pt; color:#000000;\"> research laboratory, at the University of Utah, by Carlo Bianchi and Dr. Amanda D. Smith.</span></p>\n"
"<p style=\" margin-top:15px; margin-bottom:15px; margin-left:15px; margin-right:15px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'sans-serif\'; font-size:14pt; color:#000000;\">The developers would like to thank the following people for technical and intellectual assistance:</span></p>\n"
"<p style=\" margin-top:15px; margin-bottom:15px; margin-left:15px; margin-right:15px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'sans-serif\'; font-size:14pt; color:#000000;\">- The MesoWest staff, in particular Dr. John Horel and Adam Abernathy.</span></p>\n"
"<p style=\" margin-top:15px; margin-bottom:15px; margin-left:15px; margin-right:15px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'sans-serif\'; font-size:14pt; color:#000000;\">- The members of the </span><span style=\" font-family:\'sans-serif\'; font-size:14pt; font-style:italic; color:#000000;\">Site-Specific Energy Systems</span><span style=\" font-family:\'sans-serif\'; font-size:14pt; color:#000000;\"> research laboratory.</span></p>\n"
"<p style=\" margin-top:15px; margin-bottom:15px; margin-left:15px; margin-right:15px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'sans-serif\'; font-size:14pt; color:#000000;\">- The members of the </span><span style=\" font-family:\'sans-serif\'; font-size:14pt; font-style:italic; color:#000000;\">DistGen </span><span style=\" font-family:\'sans-serif\'; font-size:14pt; color:#000000;\">research project, in particular Dr. Eric Pardyjak and Dr. Rob Stoll.</span></p>\n"
"<p style=\" margin-top:15px; margin-bottom:15px; margin-left:15px; margin-right:15px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:\'sans-serif\'; font-size:14pt; color:#000000;\">This software was partially funded by the National Science Foundation under the following grant: CBET 1512740.</span></p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:15px; margin-bottom:15px; margin-left:15px; margin-right:15px; -qt-block-indent:0; text-indent:0px; font-family:\'sans-serif\'; font-size:xx-large; font-weight:600; color:#000000;\"><br /></p></body></html>"))