src/ui/Student_Main_Window.py
Function setupUi
has 431 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
def setupUi(self, Form):
Form.setObjectName(_fromUtf8("Form"))
Form.resize(581, 544)
icon = QtGui.QIcon()
icon.addPixmap(QtGui.QPixmap(_fromUtf8("../../Desktop/logo2.png")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
File Student_Main_Window.py
has 517 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'Student_Main_Window.ui'
#
# Created by: PyQt4 UI code generator 4.11.4
Function retranslateUi
has 64 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
def retranslateUi(self, Form):
Form.setWindowTitle(_translate("Form", "HMS - Student Portal", None))
self.label_32.setText(_translate("Form", "TextLabel", None))
self.label_33.setText(_translate("Form", "Student Login", None))
self.label_34.setText(_translate("Form", "Student ID", None))