qtbase/examples/widgets/dialogs/standarddialogs
Friedemann Kleint c10159a9a1 standarddialogs example: Fix font handling
The example crashed since it passed the font label text (which
receives the font key) to the QFont constructor taking the family list.
Use QFont::fromString() instead.

Pick-to: 6.0 6.1
Change-Id: I499fc9200b4d817b10c946a7b79ede4e7f7e69af
Reviewed-by: Andy Shaw <andy.shaw@qt.io>
2021-04-07 08:27:21 +02:00
..
CMakeLists.txt CMake: Regenerate examples to set the WIN32_EXECUTABLE property 2020-10-27 12:49:39 +01:00
dialog.cpp standarddialogs example: Fix font handling 2021-04-07 08:27:21 +02:00
dialog.h Cleanup QtWidgets examples 2019-10-11 06:32:30 +02:00
main.cpp Rename QLibraryInfo::location() to path() 2020-09-12 23:35:56 +02:00
standarddialogs.pro