Not needed for Qt Quick, because you can easily to change it: ```qml StandardTitleBar { titleLabel { font { family: "Arial" pointSize: 10 italic: true } } } ``` Signed-off-by: Yuhang Zhao <2546789017@qq.com>
Fixes: #152 Signed-off-by: Yuhang Zhao <2546789017@qq.com>
Signed-off-by: Yuhang Zhao <2546789017@qq.com>
RegistryKey is a better name than Registry. Signed-off-by: Yuhang Zhao <2546789017@qq.com>