Esempio n. 1
0
    def mightRender(self, text):
        """
        Test if a string can be rendered by this text engine

        :param str text: Text to be tested
        :return: True, if it can be rendered
        """
        return Qt.mightBeRichText(text)
Esempio n. 2
0
    def mightRender(self, text):
        """
        Test if a string can be rendered by this text engine

        :param str text: Text to be tested
        :return: True, if it can be rendered
        """
        return Qt.mightBeRichText(text)
Esempio n. 3
0
 def mightRender(self, text):
     return Qt.mightBeRichText(text)
Esempio n. 4
0
 def mightRender(self, text):
     return Qt.mightBeRichText(text)