* 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>
* add width, height and fps setup
* add corresponding ui tweaks
* update docstring
* remove unnecessary fallbacks
* remove print
* hound
* remove whitespace
* revert operations change
* wip commit project update with new data
* formatting
* update the project data correctly
* Update openpype/tools/project_manager/project_manager/widgets.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
* show default settings, use spinbox to validate values
add pixel aspec, frame start, frame end
* formatting
* get default anatomy settings properly
* check if singlestep is set
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
* not used
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
* mindless code copying is evil, removed unnecesary parts
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
* Update openpype/tools/project_manager/project_manager/widgets.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
* Update openpype/tools/project_manager/project_manager/widgets.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
* remove unused import
* use integer or float instead of text
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
* import PixmapLabel from 'utils'
* fix spinbox field length for macos
* set aspect decimals to 2
* remove set size policy
* set field growth policy for macos
* add newline
---------
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
* add up to 3 decimals to fps
allows input 23.976 to the FPS settings both in Project Manager and the Project Anatomy.
* set fps and pixel aspect precision steps default values