⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Conversation

@PhoneDroid
Copy link
Member

Inspired by the work done here

I decided to go with a minimal
approach for my own implementation.

  • Adds multi tabs to addon overviews.
  • Adds a License tab

Help wanted, if someone with Python async knowledge
could make this not block the UI, that's be just great ..


Implementation Notes

I decided to have mapping of the tabs to their tab indices
to not have to hard code them and keep them in sync.

The license text is currently just dumped in the
tab, for now I just wanted to get it to work.

Copy link
Member

@chennes chennes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few minor comments, below. Also your new code includes blank lines between nearly every line of code, so I don't know if your IDE doesn't like something or what.

@chennes
Copy link
Member

chennes commented Sep 29, 2025

I'll give this a refactoring pass today or tomorrow -- we shouldn't use a WidgetReadmeBrowser if ultimately we need a whole list of QTextEdit in the tab. Licenses are strange, and probably need their own class and controller.

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.

2 participants