framelesshelper/include/FramelessHelper/Core/private
Yuhang Zhao 5018d9ea82 widget: add support for changing title font
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>
2022-09-02 10:39:45 +08:00
..
chromepalette_p.h add limited qmake support 2022-08-31 16:34:30 +08:00
framelessconfig_p.h simplify a function 2022-08-28 20:08:44 +08:00
framelessmanager_p.h Implement homemade Mica material & other improvements 2022-07-16 15:25:15 +08:00
micamaterial_p.h add limited qmake support 2022-08-31 16:34:30 +08:00
registrykey_p.h widget: add support for changing title font 2022-09-02 10:39:45 +08:00
sysapiloader_p.h minor tweaks and improvements 2022-07-09 12:10:41 +08:00