I create a Button which is derived from QFrame. I want cursor change to hand shape when enter the Button area.
In its constructor i added:
Qt Code:
  1. this->setCursor(Qt::PointingHandCursor);
To copy to clipboard, switch view to plain text mode 
This works fine on Win7 32bit, but doesn't work on Mac OS X 10.6.5. My Qt version is 4.6.
Thanks for any help!