Example #1
0
 def tr(self, string_to_translate):
     """
     Translate a string using the QCoreApplication translation framework
     @param string_to_translate: a unicode string
     @return: the translated unicode string if it was possible to translate
     """
     return text_type(QtCore.QCoreApplication.translate("MyDropDownMenu", string_to_translate))
Example #2
0
 def tr(self, string_to_translate):
     """
     Translate a string using the QCoreApplication translation framework
     @param: string_to_translate: a unicode string
     @return: the translated unicode string if it was possible to translate
     """
     return text_type(string_to_translate)
Example #3
0
 def tr(self, string_to_translate):
     """
     Translate a string using the QCoreApplication translation framework
     @param: string_to_translate: a unicode string
     @return: the translated unicode string if it was possible to translate
     """
     return text_type(QtCore.QCoreApplication.translate('PopUpDialog',
                                                        string_to_translate))
Example #4
0
 def tr(self, string_to_translate):
     """
     Translate a string using the QCoreApplication translation framework
     @param string_to_translate: a unicode string
     @return: the translated unicode string if it was possible to translate
     """
     return text_type(QtCore.QCoreApplication.translate('GeoentCircle',
                                                        string_to_translate))