-
Bug
-
Resolution: Incomplete
-
P1: Critical
-
None
-
5.15, 6.5.3, 6.8.3
// in w' constructor call menu->setAttribute(Qt::WA_WindowPropagation, true); MainWindow w; w.show(); QFont font = w.font(); font.setPointSize(30); w.setFont(font); qDebug() << w.findChild<QMenu*>()->font().pointSize(); //30