Qt6 Tutorial
About Lesson

In this Qt6 video we are going to learn about Qt6 QFontDialog, in Qt6 QFontDialog is a class that provides dialog box that can be used to select font in Qt application. it is part of the Qt widgets module which is one of the core modules of the Qt framework.

QFontDialog allows users to select font from list of available fonts or to customize font by changing its family, size, style or other properties. 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
21-FontDialogExample.zip
Size: 4.12 KB
21- QFontDialog.pdf
Size: 423.95 KB
Join the conversation