diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/quickcontrols/stylekit/styles/Haze.qml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/quickcontrols/stylekit/styles/Haze.qml b/examples/quickcontrols/stylekit/styles/Haze.qml index b3920f7c59..db58af43ad 100644 --- a/examples/quickcontrols/stylekit/styles/Haze.qml +++ b/examples/quickcontrols/stylekit/styles/Haze.qml @@ -7,6 +7,16 @@ import Qt.labs.StyleKit Style { id: style + fonts { + systemFont { + family: "Courier New" + pointSize: 12 + } + textFieldFont { + bold: true + } + } + control { // 'control' is the fallback for all the controls. Any properties that are not // overridden by a specific control underneath will be read from here instead. |
