ucam-department-of-psychiatry / camcops

Cambridge Cognitive and Psychiatric Test Kit (CamCOPS)
Other
12 stars 8 forks source link

BPRS / BPRSE options clipped with Qt6.5 #309

Closed martinburchell closed 11 months ago

martinburchell commented 1 year ago

See screenshot. BPRS Q8, Q16 clipped
also BPRS-E Q7

Not seen with Qt5.12 Screenshot from 2023-07-28 23-28-51

martinburchell commented 1 year ago

Possible due to the height-for-width layout. If we use QVBoxLayout instead of VBoxLayoutHfw the problem goes away.

martinburchell commented 11 months ago

I can't reproduce this any more, even with QuPage::widget() using our height-for-width layout. It's possible I was linking with a slightly older version of Qt when I reported this.