🛡️ Sentinel / 🎨 Palette: Consolidated QTextEdit Plain Text Batch - #227
Closed
dieterolson wants to merge 3 commits into
Closed
🛡️ Sentinel / 🎨 Palette: Consolidated QTextEdit Plain Text Batch#227dieterolson wants to merge 3 commits into
dieterolson wants to merge 3 commits into
Conversation
Added `setAcceptRichText(False)` to `QTextEdit` widgets across the application (chat panel, setup logs, hub dialog logs, and settings prompt). By default, `QTextEdit` accepts HTML (via drag/drop or copy/paste), which could be leveraged to inject unexpected rich text UI elements or load external images if not strictly handling plain text. Co-authored-by: dieterolson <198168927+dieterolson@users.noreply.github.com>
Added `setAcceptRichText(False)` to `QTextEdit` widgets across the application (chat panel, setup logs, hub dialog logs, and settings prompt). By default, `QTextEdit` accepts HTML (via drag/drop or copy/paste), which could be leveraged to inject unexpected rich text UI elements or load external images if not strictly handling plain text. Co-authored-by: dieterolson <198168927+dieterolson@users.noreply.github.com>
dieterolson
enabled auto-merge (squash)
August 11, 2026 05:57
This was referenced Aug 11, 2026
Contributor
Author
|
Incorporated into consolidated PR #229. |
auto-merge was automatically disabled
August 13, 2026 03:26
Pull request was closed
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.
Consolidating open QTextEdit plain text & HTML injection PRs into a single batch to reduce CI/CD load.
Closes #220, Closes #221, Closes #222, Closes #223, Closes #224, Closes #225