Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] wxWidgets instead of Qt #520

Open
Kochise opened this issue Mar 29, 2023 · 6 comments
Open

[FEAT] wxWidgets instead of Qt #520

Kochise opened this issue Mar 29, 2023 · 6 comments

Comments

@Kochise
Copy link

Kochise commented Mar 29, 2023

Hello,

considering the potential licensing issue with Qt (been there, done that) and the size of the library, could it be possible to consider offering a wxWidgets alternative ?

There is already the official Python interfaces Phoenix that mimics what PyQt do.

Hence, minus a few tweaks and tricks, maybe a wxWidgets port might be possible with relative ease.

Your thought on this ?

Regards.

@sccolbert
Copy link
Member

sccolbert commented Mar 29, 2023 via email

@Kochise
Copy link
Author

Kochise commented Mar 30, 2023

A particular reason so far ? Bad software design ? Unexpected behaviors ? Yet https://www.wxwidgets.org/ looks like a decent UI library that is used by well known and stable applications.

On the other hand, I remember having reported an issue after an untested change has been pushed into wxWidgets without care.

@MatthieuDartiailh
Copy link
Member

I won't argue with @sccolbert I have not used wx. I would however like to mention that nothing keeps you @Kochise to implement an alternative backend in a different package (like enaml-web and enaml-native do, even though they also define different widgets).

@Kochise
Copy link
Author

Kochise commented Mar 30, 2023

Ok, I'll look into it on my spare time, would be interesting to see how it fares.

Was curious if it was already attempted previously.

I hope it improved in a "good" way since 2013 (first enaml incarnation).

@bburan
Copy link
Contributor

bburan commented Apr 14, 2023

I've worked with wx. Discovering Qt was like a breath of fresh air and I immediately switched all my programs over. Depending on the licensing issues, would PySide be an appropriate alternative? It's LGPL.

@sccolbert
Copy link
Member

sccolbert commented Apr 14, 2023 via email

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

No branches or pull requests

4 participants