Upgraded Abogen's interface from PyQt5 to PyQt6, Added tooltip indicators in queue manager

This commit is contained in:
Deniz Şafak
2025-10-27 17:08:32 +03:00
parent 0d0d3b7871
commit eedf347866
11 changed files with 406 additions and 340 deletions
+2
View File
@@ -15,3 +15,5 @@ class QueuedItem:
total_char_count: int
replace_single_newlines: bool = False
save_base_path: str = None
save_chapters_separately: bool = None
merge_chapters_at_end: bool = None