# encoding: utf-8
# module PyQt6.QtWidgets
# from C:\Users\xukai\Downloads\发票2\venv\Lib\site-packages\PyQt6\QtWidgets.pyd
# by generator 1.147
# no doc

# imports
import PyQt6.QtCore as __PyQt6_QtCore
import PyQt6.QtGui as __PyQt6_QtGui
import PyQt6.sip as __PyQt6_sip


class QFileIconProvider(__PyQt6_QtGui.QAbstractFileIconProvider):
    """ QFileIconProvider() """
    def icon(self, *__args): # real signature unknown; restored from __doc__ with multiple overloads
        """
        icon(self, type: QAbstractFileIconProvider.IconType) -> QIcon
        icon(self, info: QFileInfo) -> QIcon
        """
        pass

    def __init__(self): # real signature unknown; restored from __doc__
        pass


