From kde-devel Wed Feb 27 05:27:39 2008 From: "jiang jefix" Date: Wed, 27 Feb 2008 05:27:39 +0000 To: kde-devel Subject: How to change the mouse shape when over KListViewItem? Message-Id: X-MARC-Message: https://marc.info/?l=kde-devel&m=120409012906664 Hi,all When mouse pointer move onto KListViewItem ,the cursor shape become hand shape, I want the cursor shape remain arrow shape,How can I do this? I use setCursor(KCursor::arrowCursor()) but it donnt take effect. listview=new KListView(....); listview->setCursor(KCursor::arrowCursor()); listviewitem=new KListViewItem(listview ,..........); but when move mouse point onto listviewitem,the cursor shape still become hand shape. Thanks. -- qt 3.3.8 kde 3.5.7 thanks for your help >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<