tobspr/RenderPipeline

View on GitHub
toolkit/material_editor/ui/main_window_generated.py

Summary

Maintainability
D
1 day
Test Coverage

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

    def setupUi(self, MainWindow):
        MainWindow.setObjectName("MainWindow")
        MainWindow.resize(262, 608)
        MainWindow.setMinimumSize(QtCore.QSize(262, 608))
        MainWindow.setMaximumSize(QtCore.QSize(262, 5560))
Severity: Major
Found in toolkit/material_editor/ui/main_window_generated.py - About 1 day to fix

    File main_window_generated.py has 348 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    # -*- coding: utf-8 -*-
    
    # Form implementation generated from reading ui file 'main_window.ui'
    #
    # Created by: PyQt5 UI code generator 5.7
    Severity: Minor
    Found in toolkit/material_editor/ui/main_window_generated.py - About 4 hrs to fix

      Function retranslateUi has 29 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          def retranslateUi(self, MainWindow):
              _translate = QtCore.QCoreApplication.translate
              MainWindow.setWindowTitle(_translate("MainWindow", "Render Pipeline Material Editor"))
              self.label.setText(_translate("MainWindow", "MATERIAL EDITOR"))
              self.label_9.setText(_translate("MainWindow", "RENDER PIPELINE"))
      Severity: Minor
      Found in toolkit/material_editor/ui/main_window_generated.py - About 1 hr to fix

        There are no issues that match your filters.

        Category
        Status