0 کاربر و 3 مهمان درحال مشاهده موضوع.
self.lblText.setText(QtGui.QApplication.translate("MainWindow", self.text[str(self.comboBox.currentText().toUtf8())], None, QtGui.QApplication.UnicodeUTF8))
self.text[str(self.comboBox.currentText().toUtf8())
self.pushButton.setText(self.__UTF8("تفسیر خواب")) def __UTF8(self,txt): return QtGui.QApplication.translate("Form", txt, None, QtGui.QApplication.UnicodeUTF8)
Traceback (most recent call last): File "tabire_khab.py", line 10, in ? from PyQt4 import QtCore, QtGuiImportError: No module named PyQt4