Commit 2142b42
authored
[cuesubmit] Replace PySide2 with qtpy in CueSubmit files (#1640)
**Link the Issue(s) this Pull Request is related to.**
#1633
**Summarize your change.**
- Import statements updated to use `qtpy` instead of `PySide2`
- Documentation in `README.md` updated to reflect the change
- `setup.py` modified to include `qtpy` in the `install_requires` list
instead of `PySide2`
This change aims to provide a more flexible abstraction layer for
different Qt bindings, improving compatibility and maintainability.1 parent 00cd783 commit 2142b42
File tree
4 files changed
+4
-4
lines changed- cuesubmit
- plugins
- maya
- nuke
4 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
0 commit comments