示例#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)
示例#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)
示例#3
0
 def mightRender(self, text):
     return Qt.mightBeRichText(text)
示例#4
0
 def mightRender(self, text):
     return Qt.mightBeRichText(text)