MCPcopy Create free account
hub / github.com/PyQt5/PyQtClient / retranslateUi

Method retranslateUi

UiFiles/Ui_ErrorDialog.py:100–105  ·  view source on GitHub ↗
(self, FormErrorDialog)

Source from the content-addressed store, hash-verified

98 QtCore.QMetaObject.connectSlotsByName(FormErrorDialog)
99
100 def retranslateUi(self, FormErrorDialog):
101 _translate = QtCore.QCoreApplication.translate
102 FormErrorDialog.setWindowTitle(_translate("FormErrorDialog", "Error"))
103 self.labelTitle.setText(_translate("FormErrorDialog", "Error"))
104 self.buttonInstall.setText(_translate("FormErrorDialog", "Install Requirements"))
105 self.lineEditPip.setPlaceholderText(_translate("FormErrorDialog", "Module Name"))
106
107
108if __name__ == "__main__":

Callers 1

setupUiMethod · 0.95

Calls 1

setTextMethod · 0.80

Tested by

no test coverage detected