1
0
Fork 0
mirror of synced 2024-09-30 09:17:37 +13:00
Rare/rare/components/tabs/games/game_widgets
loathingKernel 6335293eef Add ImageWidget and LibraryWidget from #196
Add the Image and Library widgets from #196. In this iteration they replace the image `QLabel` in the existing widgets.

The `PaintWidget` in the `InstallingWidget` has been replaced by the future `LibraryWidget` that has progress indication.

The `ImageWidget` was also used to replace the image `QLabel` in `GameInfo` and `GameDlc` widgets.

Signed-off-by: loathingKernel <142770+loathingKernel@users.noreply.github.com>
2022-06-19 20:42:49 +03:00
..
__init__.py
base_installed_widget.py Add ImageWidget and LibraryWidget from #196 2022-06-19 20:42:49 +03:00
base_uninstalled_widget.py Add ImageWidget and LibraryWidget from #196 2022-06-19 20:42:49 +03:00
installed_icon_widget.py
installed_list_widget.py
installing_game_widget.py Add ImageWidget and LibraryWidget from #196 2022-06-19 20:42:49 +03:00
library_widget.py Add ImageWidget and LibraryWidget from #196 2022-06-19 20:42:49 +03:00
uninstalled_icon_widget.py
uninstalled_list_widget.py