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

tree/simpletree.py still uses PySide2 as dependency instead of qtpy #22

Closed
Sasbom opened this issue Nov 27, 2023 · 1 comment · Fixed by #21
Closed

tree/simpletree.py still uses PySide2 as dependency instead of qtpy #22

Sasbom opened this issue Nov 27, 2023 · 1 comment · Fixed by #21
Assignees
Labels
bug Something isn't working

Comments

@Sasbom
Copy link
Contributor

Sasbom commented Nov 27, 2023

from PySide2 import QtCore

Should be an easy fix, didn't want to make a branch for this one.

While editing this I also noticed that prim_spec_editor still uses PySide2.

from PySide2 import QtCore, QtWidgets, QtGui

@BigRoy
Copy link
Owner

BigRoy commented Nov 27, 2023

Thanks - I incorporated it in my current PR that I'm hoping to get through soon: #21

@BigRoy BigRoy self-assigned this Nov 27, 2023
@BigRoy BigRoy added the bug Something isn't working label Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants