techartorg / bqt

A Blender add-on to support & manage Qt Widgets in Blender (PySide2)
https://github.com/techartorg/bqt/wiki
Mozilla Public License 2.0
162 stars 23 forks source link

re-implement relative image paths in stylesheet #31

Closed hannesdelbeke closed 1 year ago

hannesdelbeke commented 1 year ago

relative image paths were removed from the blender stylesheet in PR https://github.com/techartorg/bqt/pull/30, because they broke the checkbox and radio buttons. making them unusable.

They need to be hooked up again. @Amatobahn is this something you know how to do easily?

hannesdelbeke commented 1 year ago

blender comes with a build in icon tool. which shows checkbox & radio button are default blender resources maybe we can use that one instead ?

image
hannesdelbeke commented 1 year ago

friedererdmann did some stylesheet fixing in his PR