They are not changed to be without bold, its just that the old bold markup no longer looks as bold in Qt 6 (it used to be font-weight: 600 which should be changed to font-weight: bold) for it to work in Qt 6. You can do the change easily yourself using the search and replace tab of the bulk metadata edit dialog, search for font-weight: 600 and replace it with font-weight: bold in the comments field.
|