crawley-project/crawley

View on GitHub
crawley/web_browser/GUI/config.py

Summary

Maintainability
A
1 hr
Test Coverage

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

    def setupUi(self, FrmConfig):
        FrmConfig.setObjectName("FrmConfig")
        FrmConfig.resize(400, 131)
        self.bt_ok = QtGui.QPushButton(FrmConfig)
        self.bt_ok.setGeometry(QtCore.QRect(310, 100, 81, 27))
Severity: Minor
Found in crawley/web_browser/GUI/config.py - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status