Hi,
thanks for your replay.
So the QT_QUICK_CONTROLS_STYLE=Base does influence the appearance, but exactly in the different direction of what I want :/
With QT_QUICK_CONTROLS_STYLE=Base both TextField look the same, sadly both are 20+5 pix hight.
Now as you pointed me in the right direction I found the problematic style parts in the TextFieldStyle.qml delivered by Qt:
Desktop:
contentHeight: Math.max(control.__contentHeight, 16)
Base:
backgroundLoader.implicitHeight || Math.max(25, Math.round(control.__contentHeight * 1.2))
Looks like i can not do anything bout this problem while using default style.
It’s just confusing that it still take some parts of the default/base style if I use my own style.
Might be that I just create a copy of these styles and than overwrite some parts?
Still the question if this looks like intended behavior or not?
I’ll discus with my team how we’ll address this problem.
Thanks.
Cheers,
Kieren
↧








