You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a css file with font_14 { font_size: 14px; }
that I apply via the appending stylesheet method. After applying it to a QLabel with setProperty and after checking the properties the class is applied but the point size of the font doesn't change.
The text was updated successfully, but these errors were encountered:
I have a css file with
font_14 { font_size: 14px; }
that I apply via the appending stylesheet method. After applying it to a QLabel with setProperty and after checking the properties the class is applied but the point size of the font doesn't change.
The text was updated successfully, but these errors were encountered: