ISaveGameInfoWidget

class mobase.ISaveGameInfoWidget(parent=None)

Bases: QWidget

Base 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.

Return type:

None

Parameters:

save – The save to display in the widget