Add Qt GUI with manual language selection - #19
Open
eduardoc25 wants to merge 5 commits into
Open
Conversation
… geometry Refactor the main Qt6 interface into tabs (Summary, Findings, History, Output) to reduce vertical scrolling and improve navigation with long content. Add a compact header settings icon button while keeping menu-based access to Settings. Persist and restore geometry for both the main window and the settings dialog across runs. Keep raw output readable for long lines by disabling line wrapping in the output view. Add/update contributor credits in the About dialog and document the UI changes in README.md.
|
✔️ ba6248d...37ee30a - Conventional commits check succeeded. |
Owner
|
Hey, @eduardoc25 thanks for your PR. We have since moved to Python-only implementation. Also, according to DEVELOPING.md I'd like to keep the script free from external dependencies. Can you take a look if anything from the Python stdlib would serve your GUI framework needs? |
|
Isn't there also Qt6 for Python? |
|
I think it even uses that |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR restores the Qt desktop interface on top of the current upstream
masterand adds manual language selection with persisted preference.What changed
.pycfile from the branchValidation
python3 -m py_compile aur_check_qt6.pyNotes
This branch is based directly on
upstream/masterand contains only the GUI restoration plus the language-selection follow-up needed for the feature to work on the original repository state.