Update references to Qt5 and PyQt5

This commit is contained in:
Veronica Berglyd Olsen
2025-01-11 21:55:26 +01:00
parent 1307fccc59
commit ff7446a2ef
16 changed files with 32 additions and 35 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ def main(sysArgs: list | None = None) -> GuiMain | None:
" --debug Print debug output. Includes --info.\n"
" --color Add ANSI colors to log output.\n"
" --meminfo Show memory usage information in the status bar.\n"
" --style= Sets Qt5 style flag. Defaults to 'Fusion'.\n"
" --style= Sets Qt style flag. Defaults to 'Fusion'.\n"
" --config= Alternative config file.\n"
" --data= Alternative user data path.\n"
)