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

qweechat ported to qtpy for PyQt5 and pyQt6 and PySide2 and PySide6 #14

Open
emdee-is opened this issue Feb 8, 2024 · 2 comments
Open

Comments

@emdee-is
Copy link

emdee-is commented Feb 8, 2024

I did a (trivial) port of qweechat to qtpy so it supports PyQy5 and PyQt6 at https://git.plastiras.org/emdee/qweechat

You're welcome to any code or changes and I recommend you use qtpy. Just set the environment variable QT_API to change sets.

@emdee-is
Copy link
Author

you should move away from using setup.py to install: it installs an .egg which is deprecated and may cause problems.

I've added pyproject.toml and setup.cfg files for a pip install which you can use and edit if you like.

@emdee-is
Copy link
Author

emdee-is commented Feb 17, 2024

I've added a __main__.py so qweechat is now a standalone console to weechat by calling python3 -m qweechat

The /fset buffer still is not functional so you still need to have a weechat console running but it's a nice GUI.

@emdee-is emdee-is changed the title qweechat ported to qtpy qweechat ported to qtpy for PyQt5 and pyQt6 and PySide2 and PySide6 Feb 17, 2024
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

1 participant