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

Sextant for PyQt 5 #7

Open
hsotoparada opened this issue Aug 17, 2019 · 1 comment
Open

Sextant for PyQt 5 #7

hsotoparada opened this issue Aug 17, 2019 · 1 comment

Comments

@hsotoparada
Copy link

Hi guys!

Is it part of your plans to upgrade sextant to a version built on PyQt 5?
I have been using pyasdf to create .h5 datasets and now wanted to try sextant to interactively visualize the event waveforms in there.
The problem is that I only have PyQt 5 installed at the moment. I haven't been able to install PyQt 4 along with either my current python installation (3.6.7 in a conda 4.7.5 environment) or another python 2.7.15 conda env on my Ubuntu 16.04.6 LTS.

Thanks!
Hugo

@krischer
Copy link
Member

Hi Hugo,

yes - this indeed should be done. Instead of porting to PyQt 5 is should be ported to PySide 2. The API is pretty much identical to PyQt 5 but PySide 2 are the official bindings of the Qt project and Python will very soon by a first class and officially supported Qt language so this is a lot more future proof.

It is probably fairly simple to port it. Please give it a shot if you feel like it otherwise I'm sure I'll get around to it at one point.

Cheers!

Lion

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

2 participants