Exemplo 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)
Exemplo 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)
Exemplo n.º 3
0
 def mightRender(self, text):
     return Qt.mightBeRichText(text)
Exemplo n.º 4
0
 def mightRender(self, text):
     return Qt.mightBeRichText(text)