Text control does not inherit parent's font.
Solved
QML and Qt Quick
-
wrote on 29 May 2018, 17:56 last edited by
I have Text control and Button inside the same parent in QML. When I change parent's font.PixelSize, Button's font size is changed, but Test's font size is not. I use QT 5.10.1 and Quick Controls 2.0.
1/2