aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/qquickcontrol.cpp
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2015-12-09 21:54:25 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2015-12-10 09:47:01 +0000
commit3b7fb484d5dd99181c62f520b8317c6439d059a6 (patch)
tree3bdc4a8673c96ee4f6d5f1dabd4d025ef2fa53d4 /src/templates/qquickcontrol.cpp
parent38c47c0a7cf9e40aedea7fadefc82e448a740c45 (diff)
Docs: ApplicationWindow
Change-Id: Ic565ef245985a5dbbd69cd2fd6473748c66b4f54 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/templates/qquickcontrol.cpp')
-rw-r--r--src/templates/qquickcontrol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/qquickcontrol.cpp b/src/templates/qquickcontrol.cpp
index 993019b7..b8634874 100644
--- a/src/templates/qquickcontrol.cpp
+++ b/src/templates/qquickcontrol.cpp
@@ -375,7 +375,7 @@ void QQuickControl::itemChange(QQuickItem::ItemChange change, const QQuickItem::
controls can maintain consistency with the native platform's native look and feel. It's common
that different platforms, or different styles, define different fonts for an application.
- The default font depends on the system environment. QGuiApplication maintains a system/theme
+ The default font depends on the system environment. ApplicationWindow maintains a system/theme
font which serves as a default for all controls. There may also be special font defaults for
certain types of controls. You can also set the default font for controls by passing a custom
font to QGuiApplication::setFont(), before loading the QML. Finally, the font is matched