Fixes the progress bar delegate on Qt6 (the background was painting option.text for some reason, despite explicitly setting dummyOption.text = "") No visual change on Qt5.
option.text
dummyOption.text = ""
Qt6: