splash_screen ============= .. py:module:: qfluentwidgets.window.splash_screen Module Contents --------------- .. autoapisummary:: qfluentwidgets.window.splash_screen.SplashScreen .. py:class:: SplashScreen(icon: Union[str, PyQt5.QtGui.QIcon, qfluentwidgets.common.icon.FluentIconBase], parent=None, enableShadow=True) Bases: :py:obj:`PyQt5.QtWidgets.QWidget` Splash screen .. py:attribute:: titleBar .. py:attribute:: iconWidget .. py:attribute:: shadowEffect .. py:method:: setIcon(icon: Union[str, PyQt5.QtGui.QIcon, qfluentwidgets.common.icon.FluentIconBase]) .. py:method:: icon() .. py:method:: setIconSize(size: PyQt5.QtCore.QSize) .. py:method:: iconSize() .. py:method:: setTitleBar(titleBar: PyQt5.QtWidgets.QWidget) set title bar .. py:method:: eventFilter(obj, e: PyQt5.QtCore.QEvent) .. py:method:: resizeEvent(e) .. py:method:: finish() close splash screen .. py:method:: paintEvent(e)