PDA

View Full Version : Mouse Cursor Problem



ToddAtWSU
1st October 2007, 15:58
Is there a problem using Qt::SplitVCursor and Qt::SplitHCursor? I have code where I want to see a Qt::SplitHCursor, but I get the SplitVCursor instead. Then if I switch my code to display the SplitVCursor, I get the SplitHCursor, so is there something wrong using these? Thanks!

jacek
1st October 2007, 16:31
I think it's just a matter of defining what a "horizontal splitter" is. In Qt it's the one where the widgets are placed horizontally, not the handle.

It's easy to confuse both splitter types and it seems that such mistake was made in Qt::CursorShape docs. I think you should contact the Trolls and ask them to verify this.

ToddAtWSU
1st October 2007, 18:16
Yeah I was looking at the docs and was confused when the one thing they said would give me the shape I wanted didn't perform how the docs said it would. I agree with you that the doc writer probably misinterpreted too, but I will ask the trolls. Thanks!