mirror of
https://github.com/pyapp-kit/superqt.git
synced 2025-09-04 16:50:10 +02:00
* add ability to change icon * fix icon setting so it will load properly on start up * remove check on icon length. not necessary anymore * fix test * reduce duplicate code. expose _COLLAPSED and _EXPANDED to user on creation of QCollapsible widget * add ability to set icon with string or icon. * add tests for adding, setting icons * fix test. * fix test for icons * move file * fix test * remove hardcoded size. Use font size * add test docstring * fix test. chnage expanded/collapsed names * remove unnecessary strings * update example. add getter functions. remove lines. change function name * put default string in init. add getter tests * update test * cleanup typing and fix set setCollapsedIcon Co-authored-by: Talley Lambert <talley.lambert@gmail.com>