hugoruscitti/pilas

View on GitHub
ejemplos/interfaz_base.py

Summary

Maintainability
A
1 hr
Test Coverage

Function setupUi has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def setupUi(self, MainWindow):
        MainWindow.setObjectName(_fromUtf8("MainWindow"))
        MainWindow.resize(469, 299)
        self.centralwidget = QtGui.QWidget(MainWindow)
        self.centralwidget.setObjectName(_fromUtf8("centralwidget"))
Severity: Minor
Found in ejemplos/interfaz_base.py - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status