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

fix bug where icons dont show up because of stylesheet #30

Closed hannesdelbeke closed 1 year ago

hannesdelbeke commented 1 year ago

this PR fixes the issue in https://github.com/techartorg/bqt/issues/19 image

note that I did not hook up the images from the stylesheet, i simply removed them. re adding them correctly can be done in another PR

hannesdelbeke commented 1 year ago

we now have default, but working, checkbox and radio buttons

image