PyQt5, PyQt6, PySide6 Shim (Switch between different Python bindings for Qt versions)#5885
Open
PyQt5, PyQt6, PySide6 Shim (Switch between different Python bindings for Qt versions)#5885
Conversation
…nd. Also, adding a new QT version shim, although we aren't using it quite yet.
…ons of PyQt5 and PyQt6. VERY Experimental.
… Both PyQt5 and PyQt6 are now working, except some cursor issues, which seems to get stuck after a drag/drop item operation.
|
Merge conflicts have been detected on this PR, please resolve. |
# Conflicts: # src/windows/add_to_timeline.py # src/windows/animated_title.py # src/windows/export.py # src/windows/main_window.py # src/windows/models/emoji_model.py # src/windows/models/files_model.py # src/windows/models/titles_model.py # src/windows/models/transition_model.py # src/windows/profile_edit.py # src/windows/views/effects_listview.py # src/windows/views/emojis_listview.py # src/windows/views/files_listview.py # src/windows/views/properties_tableview.py # src/windows/views/timeline_backend/qwidget/track.py # src/windows/views/titles_listview.py # src/windows/views/transitions_listview.py
…his might take a few more tries)
…g on a few models (transitions, effects, files)
…t__() across the codebase.
…r a consistent look on all widget libraries).
…ing QPointF correctly, ending QPainter correctly)
…ySide6 compatibility
…Thumbnail view) - since they are single selection only lists
…due to large Arm64 memory addresses (PySide6 forces int() which breaks the pointers in an overflow error)
…erent windows (quite noisy logs)
# Conflicts: # src/windows/export_clips.py # src/windows/main_window.py # src/windows/preview_thread.py # src/windows/title_editor.py # src/windows/views/emojis_listview.py # src/windows/views/files_listview.py # src/windows/views/files_treeview.py # src/windows/views/timeline_backend/paint/base.py # src/windows/views/timeline_backend/qwidget/base.py # src/windows/views/timeline_backend/qwidget/thumbnails.py # src/windows/views/timeline_backend/theme.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related to OpenShot/libopenshot#1027