# encoding: utf-8
# module PyQt6.QtGui
# from C:\Users\xukai\Downloads\发票2\venv\Lib\site-packages\PyQt6\QtGui.pyd
# by generator 1.147
# no doc

# imports
import PyQt6.QtCore as __PyQt6_QtCore
import PyQt6.sip as __PyQt6_sip


class QAbstractFileIconProvider(__PyQt6_sip.simplewrapper):
    """ QAbstractFileIconProvider() """
    def icon(self, a0): # real signature unknown; restored from __doc__ with multiple overloads
        """
        icon(self, a0: QAbstractFileIconProvider.IconType) -> QIcon
        icon(self, a0: QFileInfo) -> QIcon
        """
        return QIcon

    def options(self): # real signature unknown; restored from __doc__
        """ options(self) -> QAbstractFileIconProvider.Option """
        pass

    def setOptions(self, a0): # real signature unknown; restored from __doc__
        """ setOptions(self, a0: QAbstractFileIconProvider.Option) """
        pass

    def type(self, a0): # real signature unknown; restored from __doc__
        """ type(self, a0: QFileInfo) -> str """
        return ""

    def __init__(self): # real signature unknown; restored from __doc__
        pass

    __weakref__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """list of weak references to the object (if defined)"""


    IconType = None # (!) real value is "<enum 'IconType'>"
    Option = None # (!) real value is "<flag 'Option'>"


