30.05.2019, 13:44, "René J.V. Bertin" <[email protected]>: > Hi, > > Is there a way to prevent font previews in the QFOntComboBox widget, or do > application which offer to deactivate the feature have their own > implementation of a comparable widget?
Have you considered using regular QComboBox with list of font family names, obtained from QFontDatabase? > > Thanks, > R. > _______________________________________________ > Interest mailing list > [email protected] > https://lists.qt-project.org/listinfo/interest -- Regards, Konstantin _______________________________________________ Interest mailing list [email protected] https://lists.qt-project.org/listinfo/interest
