I have a form derived from QWidget with Qt::Tool window flag. In Mac OS Qt::Tool window look unusual with larger font for all widgets.
If I set Qt::WA_MacSmallSize attribute on this form all child widgets except labels are rendering perfectly. So spin-boxes and button box are good, but all labels still has larger font. I need to manually set Qt::WA_MacSmallSize attribute for every label. Has anyone encounter this problem or do I need to create new bug report ?
↧