Add page switch feature to main window and now all qt stylesheet are loaded from an external file.

Rename test dialog window to test page.
This commit is contained in:
wei
2026-07-14 16:41:14 +08:00
parent 1c6438040c
commit e15bd758f3
10 changed files with 322 additions and 55 deletions
+1 -1
View File
@@ -459,7 +459,7 @@ def fetch_and_save_version_manifest(dest: Path, target_version: str=None, root_m
)
def download_core_file(manifest: dict, destination: Path, is_server=False, raise_for_null_hash=False,
progress_callback: Callable[str]=None) -> FileObject:
progress_callback: Callable[[str, float], None]=None) -> FileObject:
"""
Download core file from version manifest.
:param manifest: