qmm.fileutils module¶
-
class
qmm.fileutils.ArchiveEvents[source]¶ Bases:
enum.EnumAn enumeration.
-
FILE_ADDED= 1¶
-
FILE_REMOVED= 2¶
-
-
class
qmm.fileutils.FileState[source]¶ Bases:
enum.EnumAn enumeration.
-
IGNORED= 4¶ Indicate that the file will be ignored by the software.
-
MATCHED= 1¶ Indicate that the file is found on the drive, and match in content.
-
MISMATCHED= 3¶ Indicate that the file to exists on drive, but not matching in content.
-
MISSING= 2¶ Indicate that the file is absent from the drive.
-
qcolor¶
-
-
class
qmm.fileutils.FileStateColor(r, g, b, a)[source]¶ Bases:
enum.EnumGradients of colors for each file of the tree widget.
-
CONFLICTS= (135, 33, 39, 255)¶
-
IGNORED= (219, 219, 219, 255)¶
-
MATCHED= (91, 135, 33, 255)¶
-
MISMATCHED= (132, 161, 225, 255)¶
-
MISSING= (237, 213, 181, 255)¶
-
qcolor¶
-
tab_conflict= (135, 33, 39, 255)¶
-
tab_ignored= (135, 33, 39, 255)¶
-