![]() |
Qt 6.x
The Qt SDK
|
#include "qquickfontdialogimpl_p.h"
#include "qquickfontdialogimpl_p_p.h"
#include <QtQuickTemplates2/private/qquickdialogbuttonbox_p_p.h>
#include <private/qfontdatabase_p.h>
#include <QRegularExpression>
#include "moc_qquickfontdialogimpl_p.cpp"
Go to the source code of this file.
Functions | |
static int | findFamilyInModel (const QString &selectedFamily, const QStringList &model) |
static int | findStyleInModel (const QString &selectedStyle, const QStringList &model) |
|
static |
Definition at line 476 of file qquickfontdialogimpl.cpp.
References i, it, model, QFontDatabasePrivate::parseFontName(), and QStringLiteral.
Referenced by QQuickFontDialogImplAttached::selectFontInListViews(), and QQuickFontDialogImplAttached::updateFamilies().
|
static |
Definition at line 513 of file qquickfontdialogimpl.cpp.
References QRegularExpression::CaseInsensitiveOption, QRegularExpression::escape(), i, QString::isEmpty(), model, Normal, and Unknown.
Referenced by QQuickFontDialogImplAttached::selectFontInListViews().