Splash Screen
splash_screen
The splash screen shown at boot.
Classes:
-
DarkApp–An application that ensures all windows are rendered in a dark theme on Windows.
-
SplashScreen–Application splash screen with a progress bar.
Functions:
-
launch_splash_screen–Creates the splash screen and starts it.
-
set_dark_title_bar–Activates the dark mode for a window on Windows so that the title bar is dark.
DarkApp
Bases: QApplication
An application that ensures all windows are rendered in a dark theme on Windows.
SplashScreen
SplashScreen(name, version, total_items=100)
Bases: QWidget
Application splash screen with a progress bar.
launch_splash_screen
launch_splash_screen(name, version)
Creates the splash screen and starts it.
set_dark_title_bar
set_dark_title_bar(hwnd)
Activates the dark mode for a window on Windows so that the title bar is dark.