n behalf of maitai
> Sent: Thursday, June 11, 2015 8:37 PM
> To: Interest@qt-project.org
> Subject: [Interest] problem with QFontComboBox on mac/os
>
> Hello,
>
> I'm using qt 5.4.2 on Mac OS X 10.0-YOSEMITE.
>
> I have a plain basic QFontComboxBox with all de
Dietrich
Senior Software Developer
The Qt Company — www.qt.io
From: interest-bounces+gabriel.dedietrich=theqtcompany@qt-project.org
on behalf
of maitai
Sent: Thursday, June 11, 2015 8:37 PM
To: Interest@qt-project.org
Subject: [Interest] problem with QFont
Hello,
I'm using qt 5.4.2 on Mac OS X 10.0-YOSEMITE.
I have a plain basic QFontComboxBox with all default options (all fonts
allowed, etc). I'm trying to set the current font to whatever is
QApplication::font().
I tried both
box->setCurrentText(qApp->font().family());
and
box->setCurrentFon