qmm.ab.widgets module

class qmm.ab.widgets.ABCListRowItem(filename: Optional[str], archive_manager: qmm.filehandler.ArchivesCollection)[source]

Bases: QListWidgetItem

property filename

Returns the name of the archive filename, suitable for path manipulations.

property hashsum

Returns the sha256 hashsum of the archive.

property modified

Return last modified time for an archive, usually time of creation.

property name

Return the name of the archive, formatted for GUI usage.

Transfrom the ‘_’ character into space.

refresh_strings()[source]

Called when the game’s folder state changed.

Reinitialize the widget’s strings, recompute the conflicts then redo all triaging and formatting.

set_gradients()[source]
set_text_color()[source]