Quote Originally Posted by drhex View Post
Is there any way to ask Qt about these numbers?
"2" for the spacing between columns
Probably not.

"16" for the width of a scrollbar
verticalScrollbar()->width() should do the trick. Just check if the scrollbar should be visible at all.