# encoding: utf-8
# module PyQt5.QtLocation
# from C:\Programs\Python\Python313\Lib\site-packages\PyQt5\QtLocation.pyd
# by generator 1.147
# no doc

# imports
import PyQt5.QtCore as __PyQt5_QtCore
import sip as __sip


from .QPlaceContent import QPlaceContent

class QPlaceEditorial(QPlaceContent):
    """
    QPlaceEditorial()
    QPlaceEditorial(other: QPlaceContent)
    QPlaceEditorial(a0: QPlaceEditorial)
    """
    def language(self): # real signature unknown; restored from __doc__
        """ language(self) -> str """
        return ""

    def setLanguage(self, data, p_str=None): # real signature unknown; restored from __doc__
        """ setLanguage(self, data: Optional[str]) """
        pass

    def setText(self, text, p_str=None): # real signature unknown; restored from __doc__
        """ setText(self, text: Optional[str]) """
        pass

    def setTitle(self, data, p_str=None): # real signature unknown; restored from __doc__
        """ setTitle(self, data: Optional[str]) """
        pass

    def text(self): # real signature unknown; restored from __doc__
        """ text(self) -> str """
        return ""

    def title(self): # real signature unknown; restored from __doc__
        """ title(self) -> str """
        return ""

    def __init__(self, *__args): # real signature unknown; restored from __doc__ with multiple overloads
        pass


