qt5's qss syntax has changed?

21 views Asked by At

Here is a qss statement I wrote in qt4.7.8, now I switched to qt5.15.2 and this statement doesn't seem to work

enter image description here

Only the first lineInfo object is displayed normally

After testing, it must be changed to the following to display properly

enter image description here

I don't know what the reason is, is it because the qss syntax has changed?

0

There are 0 answers