# 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


class QPlaceContactDetail(__sip.simplewrapper):
    """
    QPlaceContactDetail()
    QPlaceContactDetail(other: QPlaceContactDetail)
    """
    def clear(self): # real signature unknown; restored from __doc__
        """ clear(self) """
        pass

    def label(self): # real signature unknown; restored from __doc__
        """ label(self) -> str """
        return ""

    def setLabel(self, label, p_str=None): # real signature unknown; restored from __doc__
        """ setLabel(self, label: Optional[str]) """
        pass

    def setValue(self, value, p_str=None): # real signature unknown; restored from __doc__
        """ setValue(self, value: Optional[str]) """
        pass

    def value(self): # real signature unknown; restored from __doc__
        """ value(self) -> str """
        return ""

    def __eq__(self, *args, **kwargs): # real signature unknown
        """ Return self==value. """
        pass

    def __ge__(self, *args, **kwargs): # real signature unknown
        """ Return self>=value. """
        pass

    def __gt__(self, *args, **kwargs): # real signature unknown
        """ Return self>value. """
        pass

    def __init__(self, other=None): # real signature unknown; restored from __doc__ with multiple overloads
        pass

    def __le__(self, *args, **kwargs): # real signature unknown
        """ Return self<=value. """
        pass

    def __lt__(self, *args, **kwargs): # real signature unknown
        """ Return self<value. """
        pass

    def __ne__(self, *args, **kwargs): # real signature unknown
        """ Return self!=value. """
        pass

    __weakref__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """list of weak references to the object"""


    Email = 'email'
    Fax = 'fax'
    Phone = 'phone'
    Website = 'website'
    __hash__ = None


