New Qt Version, generated py files fllow mre PEP-8
This commit is contained in:
parent
0a32f6576a
commit
30ded06b95
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Form implementation generated from reading ui file 'ExtraDifferential.ui'
|
# Form implementation generated from reading ui file 'ExtraDifferential.ui'
|
||||||
#
|
#
|
||||||
# Created: Tue Jul 29 08:56:48 2014
|
# Created: Tue Sep 23 21:38:12 2014
|
||||||
# by: PyQt4 UI code generator 4.11.1
|
# by: PyQt4 UI code generator 4.11.1
|
||||||
#
|
#
|
||||||
# WARNING! All changes made in this file will be lost!
|
# WARNING! All changes made in this file will be lost!
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Form implementation generated from reading ui file 'PeakGroupBox.ui'
|
# Form implementation generated from reading ui file 'PeakGroupBox.ui'
|
||||||
#
|
#
|
||||||
# Created: Tue Jul 29 08:56:47 2014
|
# Created: Tue Sep 23 21:38:12 2014
|
||||||
# by: PyQt4 UI code generator 4.11.1
|
# by: PyQt4 UI code generator 4.11.1
|
||||||
#
|
#
|
||||||
# WARNING! All changes made in this file will be lost!
|
# WARNING! All changes made in this file will be lost!
|
||||||
@ -17,14 +17,12 @@ except AttributeError:
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
_encoding = QtGui.QApplication.UnicodeUTF8
|
_encoding = QtGui.QApplication.UnicodeUTF8
|
||||||
|
|
||||||
def _translate(context, text, disambig):
|
def _translate(context, text, disambig):
|
||||||
return QtGui.QApplication.translate(context, text, disambig, _encoding)
|
return QtGui.QApplication.translate(context, text, disambig, _encoding)
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
def _translate(context, text, disambig):
|
def _translate(context, text, disambig):
|
||||||
return QtGui.QApplication.translate(context, text, disambig)
|
return QtGui.QApplication.translate(context, text, disambig)
|
||||||
|
|
||||||
|
|
||||||
class Ui_PeakGroupBox(object):
|
class Ui_PeakGroupBox(object):
|
||||||
def setupUi(self, PeakGroupBox):
|
def setupUi(self, PeakGroupBox):
|
||||||
PeakGroupBox.setObjectName(_fromUtf8("PeakGroupBox"))
|
PeakGroupBox.setObjectName(_fromUtf8("PeakGroupBox"))
|
||||||
@ -171,13 +169,9 @@ class Ui_PeakGroupBox(object):
|
|||||||
self.label_6.setText(_translate("PeakGroupBox", "TextLabel", None))
|
self.label_6.setText(_translate("PeakGroupBox", "TextLabel", None))
|
||||||
self.removeButton.setText(_translate("PeakGroupBox", "Remove", None))
|
self.removeButton.setText(_translate("PeakGroupBox", "Remove", None))
|
||||||
self.label_1.setText(_translate("PeakGroupBox", "Δε", None))
|
self.label_1.setText(_translate("PeakGroupBox", "Δε", None))
|
||||||
self.label_3.setText(_translate("PeakGroupBox",
|
self.label_3.setText(_translate("PeakGroupBox", "<html><head/><body><p>γ<span style=\" vertical-align:sub;\">CC</span></p></body></html>", None))
|
||||||
"<html><head/><body><p>γ<span style=\" vertical-align:sub;\">CC</span></p></body></html>",
|
|
||||||
None))
|
|
||||||
self.label_8.setText(_translate("PeakGroupBox", "TextLabel", None))
|
self.label_8.setText(_translate("PeakGroupBox", "TextLabel", None))
|
||||||
self.label_4.setText(_translate("PeakGroupBox",
|
self.label_4.setText(_translate("PeakGroupBox", "<html><head/><body><p>β<span style=\" vertical-align:sub;\">CD</span></p></body></html>", None))
|
||||||
"<html><head/><body><p>β<span style=\" vertical-align:sub;\">CD</span></p></body></html>",
|
|
||||||
None))
|
|
||||||
self.label_2.setText(_translate("PeakGroupBox", "τ", None))
|
self.label_2.setText(_translate("PeakGroupBox", "τ", None))
|
||||||
self.comboBox.setItemText(0, _translate("PeakGroupBox", "H-N", None))
|
self.comboBox.setItemText(0, _translate("PeakGroupBox", "H-N", None))
|
||||||
self.comboBox.setItemText(1, _translate("PeakGroupBox", "C-C", None))
|
self.comboBox.setItemText(1, _translate("PeakGroupBox", "C-C", None))
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Form implementation generated from reading ui file 'PowerLawGroupBox.ui'
|
# Form implementation generated from reading ui file 'PowerLawGroupBox.ui'
|
||||||
#
|
#
|
||||||
# Created: Tue Jul 29 08:56:48 2014
|
# Created: Tue Sep 23 21:38:12 2014
|
||||||
# by: PyQt4 UI code generator 4.11.1
|
# by: PyQt4 UI code generator 4.11.1
|
||||||
#
|
#
|
||||||
# WARNING! All changes made in this file will be lost!
|
# WARNING! All changes made in this file will be lost!
|
||||||
@ -17,14 +17,12 @@ except AttributeError:
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
_encoding = QtGui.QApplication.UnicodeUTF8
|
_encoding = QtGui.QApplication.UnicodeUTF8
|
||||||
|
|
||||||
def _translate(context, text, disambig):
|
def _translate(context, text, disambig):
|
||||||
return QtGui.QApplication.translate(context, text, disambig, _encoding)
|
return QtGui.QApplication.translate(context, text, disambig, _encoding)
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
def _translate(context, text, disambig):
|
def _translate(context, text, disambig):
|
||||||
return QtGui.QApplication.translate(context, text, disambig)
|
return QtGui.QApplication.translate(context, text, disambig)
|
||||||
|
|
||||||
|
|
||||||
class Ui_PowerLawGroupBox(object):
|
class Ui_PowerLawGroupBox(object):
|
||||||
def setupUi(self, PowerLawGroupBox):
|
def setupUi(self, PowerLawGroupBox):
|
||||||
PowerLawGroupBox.setObjectName(_fromUtf8("PowerLawGroupBox"))
|
PowerLawGroupBox.setObjectName(_fromUtf8("PowerLawGroupBox"))
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Form implementation generated from reading ui file 'QDSMain.ui'
|
# Form implementation generated from reading ui file 'QDSMain.ui'
|
||||||
#
|
#
|
||||||
# Created: Tue Jul 29 08:56:47 2014
|
# Created: Tue Sep 23 21:38:12 2014
|
||||||
# by: PyQt4 UI code generator 4.11.1
|
# by: PyQt4 UI code generator 4.11.1
|
||||||
#
|
#
|
||||||
# WARNING! All changes made in this file will be lost!
|
# WARNING! All changes made in this file will be lost!
|
||||||
@ -17,14 +17,12 @@ except AttributeError:
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
_encoding = QtGui.QApplication.UnicodeUTF8
|
_encoding = QtGui.QApplication.UnicodeUTF8
|
||||||
|
|
||||||
def _translate(context, text, disambig):
|
def _translate(context, text, disambig):
|
||||||
return QtGui.QApplication.translate(context, text, disambig, _encoding)
|
return QtGui.QApplication.translate(context, text, disambig, _encoding)
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
def _translate(context, text, disambig):
|
def _translate(context, text, disambig):
|
||||||
return QtGui.QApplication.translate(context, text, disambig)
|
return QtGui.QApplication.translate(context, text, disambig)
|
||||||
|
|
||||||
|
|
||||||
class Ui_MainWindow(object):
|
class Ui_MainWindow(object):
|
||||||
def setupUi(self, MainWindow):
|
def setupUi(self, MainWindow):
|
||||||
MainWindow.setObjectName(_fromUtf8("MainWindow"))
|
MainWindow.setObjectName(_fromUtf8("MainWindow"))
|
||||||
@ -159,6 +157,5 @@ class Ui_MainWindow(object):
|
|||||||
self.actionActionAbortFit.setShortcut(_translate("MainWindow", "Ctrl+C", None))
|
self.actionActionAbortFit.setShortcut(_translate("MainWindow", "Ctrl+C", None))
|
||||||
self.actionShow_Derivative.setText(_translate("MainWindow", "Show Derivative", None))
|
self.actionShow_Derivative.setText(_translate("MainWindow", "Show Derivative", None))
|
||||||
|
|
||||||
|
|
||||||
from pyqtgraph import PlotWidget
|
from pyqtgraph import PlotWidget
|
||||||
import images_rc
|
import images_rc
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Form implementation generated from reading ui file 'StaticGroupBox.ui'
|
# Form implementation generated from reading ui file 'StaticGroupBox.ui'
|
||||||
#
|
#
|
||||||
# Created: Tue Jul 29 08:56:48 2014
|
# Created: Tue Sep 23 21:38:12 2014
|
||||||
# by: PyQt4 UI code generator 4.11.1
|
# by: PyQt4 UI code generator 4.11.1
|
||||||
#
|
#
|
||||||
# WARNING! All changes made in this file will be lost!
|
# WARNING! All changes made in this file will be lost!
|
||||||
@ -17,14 +17,12 @@ except AttributeError:
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
_encoding = QtGui.QApplication.UnicodeUTF8
|
_encoding = QtGui.QApplication.UnicodeUTF8
|
||||||
|
|
||||||
def _translate(context, text, disambig):
|
def _translate(context, text, disambig):
|
||||||
return QtGui.QApplication.translate(context, text, disambig, _encoding)
|
return QtGui.QApplication.translate(context, text, disambig, _encoding)
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
def _translate(context, text, disambig):
|
def _translate(context, text, disambig):
|
||||||
return QtGui.QApplication.translate(context, text, disambig)
|
return QtGui.QApplication.translate(context, text, disambig)
|
||||||
|
|
||||||
|
|
||||||
class Ui_StaticGroupBox(object):
|
class Ui_StaticGroupBox(object):
|
||||||
def setupUi(self, StaticGroupBox):
|
def setupUi(self, StaticGroupBox):
|
||||||
StaticGroupBox.setObjectName(_fromUtf8("StaticGroupBox"))
|
StaticGroupBox.setObjectName(_fromUtf8("StaticGroupBox"))
|
||||||
@ -98,7 +96,5 @@ class Ui_StaticGroupBox(object):
|
|||||||
self.label.setText(_translate("StaticGroupBox", "Fix", None))
|
self.label.setText(_translate("StaticGroupBox", "Fix", None))
|
||||||
self.removeButton.setText(_translate("StaticGroupBox", "Remove", None))
|
self.removeButton.setText(_translate("StaticGroupBox", "Remove", None))
|
||||||
self.label_4.setText(_translate("StaticGroupBox", "TextLabel", None))
|
self.label_4.setText(_translate("StaticGroupBox", "TextLabel", None))
|
||||||
self.label_1.setText(_translate("StaticGroupBox",
|
self.label_1.setText(_translate("StaticGroupBox", "<html><head/><body><p>ε<span style=\" vertical-align:sub;\">infty</span></p></body></html>", None))
|
||||||
"<html><head/><body><p>ε<span style=\" vertical-align:sub;\">infty</span></p></body></html>",
|
|
||||||
None))
|
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Resource object code
|
# Resource object code
|
||||||
#
|
#
|
||||||
# Created: Di. Juli 29 08:56:47 2014
|
# Created: Di. Sep. 23 21:38:12 2014
|
||||||
# by: The Resource Compiler for PyQt (Qt v4.8.6)
|
# by: The Resource Compiler for PyQt (Qt v4.8.6)
|
||||||
#
|
#
|
||||||
# WARNING! All changes made in this file will be lost!
|
# WARNING! All changes made in this file will be lost!
|
||||||
@ -5550,13 +5550,10 @@ qt_resource_struct = "\
|
|||||||
\x00\x00\x00\xd2\x00\x00\x00\x00\x00\x01\x00\x01\x31\xb3\
|
\x00\x00\x00\xd2\x00\x00\x00\x00\x00\x01\x00\x01\x31\xb3\
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
||||||
def qInitResources():
|
def qInitResources():
|
||||||
QtCore.qRegisterResourceData(0x01, qt_resource_struct, qt_resource_name, qt_resource_data)
|
QtCore.qRegisterResourceData(0x01, qt_resource_struct, qt_resource_name, qt_resource_data)
|
||||||
|
|
||||||
|
|
||||||
def qCleanupResources():
|
def qCleanupResources():
|
||||||
QtCore.qUnregisterResourceData(0x01, qt_resource_struct, qt_resource_name, qt_resource_data)
|
QtCore.qUnregisterResourceData(0x01, qt_resource_struct, qt_resource_name, qt_resource_data)
|
||||||
|
|
||||||
|
|
||||||
qInitResources()
|
qInitResources()
|
||||||
|
Loading…
Reference in New Issue
Block a user