Qt6 Tutorial
About Lesson

In this Qt6 lesson we want to learn about Qt6 QFontComboBox, in Qt6 QFontComboBox is a class that represents combo box control that can be used to select font from list of available fonts in Qt application user interface. it is part of Qt Widgets module which is one of the core modules of the Qt framework.

QFontComboBox allows the user to select font from list of available fonts that are installed on the system. it can be used to present list of fonts in a compact way or to allow the user to choose a font for text in the application.

Exercise Files
16-FontComboExample.zip
Size: 4.06 KB
16. QFontComboBox.pdf
Size: 433.31 KB
Join the conversation