ayon-core/openpype/tools/project_manager/project_manager
Alexey Bogomolov e917d2b91f
Qt UI: Multiselection combobox PySide6 compatibility (#5314)
* convert state to value for pyside compatibility
use ItemIsUserTristate for keyboard event

* use whole field length to select item

* process keyboard tristate correctly

* get initial check state data as value

* try get state value for backwards compatibility

* formatting

* revert MouseButtonRelease event checks

* added new utils constant for tristate constant

* fixed both multiselection comboboxes

* fixed sorting of projects in project manager

* forgotten conversion of enum to int

---------

Co-authored-by: Jakub Trllo <jakub.trllo@gmail.com>
2023-07-18 16:00:36 +02:00
..
images added new image and define new color for delete button 2022-01-07 16:34:28 +01:00
__init__.py project manager is using qtpy instead of Qt module 2022-12-13 17:19:06 +01:00
constants.py project manager is using qtpy instead of Qt module 2022-12-13 17:19:06 +01:00
delegates.py add up to 3 decimals precision to the frame rate settings (#4571) 2023-03-08 10:38:23 +01:00
model.py Qt UI: Multiselection combobox PySide6 compatibility (#5314) 2023-07-18 16:00:36 +02:00
multiselection_combobox.py Qt UI: Multiselection combobox PySide6 compatibility (#5314) 2023-07-18 16:00:36 +02:00
style.py project manager is using qtpy instead of Qt module 2022-12-13 17:19:06 +01:00
view.py change minimum frame start/end to '0' (#4719) 2023-03-27 16:06:52 +02:00
widgets.py Add height, width and fps setup to project manager (#5075) 2023-06-19 13:15:34 +02:00
window.py use constants of QMessageBox properly 2023-01-17 16:41:45 +01:00