Hi everybody!

QT:4.1.1
Compiler: MINGW
OS: WINXP PRO

I am using a Tree Widget for showing some tables from a Database. The Vertical Scroll Bar is Working fine (if is necessary it appears automaticaly), but the horizontal one not.( the scrollBar never appears).

I am Working in the Designer and have for both the same Settings (default):

verticalScrollBarPolicy: Qt::ScrollBarAsNeeded
horizomtalScrollBarPolicy: Qt::Qt::ScrollBarAsNeeded
autoScroll: auto

Can somebody tell me why the horizontal Scrollbar never appears on my Tree?