Qt::WA_MacSmallSize don't work for all child widgets
-
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.
!http://s3.postimage.org/ykwm23qub/Tool_widget.png(Mac Tool Widget )!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 ?
-
We have put bug report about similar issue with small fonts and not correctly working controls (at least ComboBox and Tabs).
We also want more flexible way to control this parameter.
-
We have put bug report about similar issue with small fonts and not correctly working controls (at least ComboBox and Tabs).
We also want more flexible way to control this parameter.