QFontDatabase fdb;QStringList fontNames = fdb.families();
QStringList fontNames = QFontDatabase().families();
QApplication app(argc, argv);