QComboBox, height ?
Solved
General and Desktop
-
Is there a function that will give the overall height of combo box based on the current font?
So far I'm just using FontMetrics height to set the geometry, however it occurs to me that there is a frame and perhaps additional spacing to consider, is there anything I can call to give me more accurate feedback?
-