Hi, I have Qt 4.8.2 and qwt 6.0.1 installed through macports on my mac which is running snow leopard(10.6.8).

I have all the qwt widgets in Qt Designer, but when I try to add a wheel there are no tick marks no matter how I play with the variables.

Then if I compile and run my project with the qwtwheel(I have no problems here and everything seems to link fine since I get no errors), it still doesn't draw right (no tick marks) and is completely unresponsive to mouse clicks/drags. No matter what signal/slot connections I set up, it does nothing. I don't think it even moves, but it is hard to tell with no tick marks. I tried using the qwtSlider and that worked just fine.

Any ideas?