ISaveGameInfoWidget¶
-
class
mobase.ISaveGameInfoWidget(parent=None)¶ Bases:
PyQt5.QtWidgets.QWidgetBase class for a save game info widget.
Methods Summary
setSave(save)Set the save file to display in this widget.
Methods Documentation
-
abstract
setSave(save)¶ Set the save file to display in this widget.
- Parameters
save – The save to display in the widget
-
abstract