(self, FormErrorDialog)
| 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 | |
| 108 | if __name__ == "__main__": |