Skip to content

Sample code for: Qt Designer and Python: Build Your GUI Applications Faster#790

Open
lpozo wants to merge 1 commit into
masterfrom
qt-designer-python
Open

Sample code for: Qt Designer and Python: Build Your GUI Applications Faster#790
lpozo wants to merge 1 commit into
masterfrom
qt-designer-python

Conversation

@lpozo

@lpozo lpozo commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

Where to put new files:

  • New files should go into a top-level subfolder, named after the article slug. For example: my-awesome-article

How to merge your changes:

  1. Make sure the CI code style tests all pass (+ run the automatic code formatter if necessary).
  2. Find an RP Team member on Slack and ask them to review & approve your PR.
  3. Once the PR has one positive ("approved") review, GitHub lets you merge the PR.
  4. 🎉

Sample code for the Qt Designer and Python: Build Your GUI Applications Faster tutorial. Files live in the qt-designer-python/ top-level folder, named after the article slug.

This updates the existing sample text editor from PyQt5 to PyQt6: refreshed app.py and the pyuic6-generated main_window_ui.py, a standard top-level README, and a detailed app README inside sample_editor/. The generated main_window_ui.py is committed in ruff-formatted form so it passes CI without any linter-configuration changes.

…Faster

Update the sample text editor from PyQt5 to PyQt6 (app.py and the pyuic6-generated main_window_ui.py), add a standard top-level README plus a detailed app README in sample_editor/, and commit the generated module in ruff-formatted form so CI passes without linter-config changes.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant