[PyQt] setting cursor shape

Phil Thompson phil at riverbankcomputing.com
Sat Aug 22 09:41:11 BST 2009


On Fri, 21 Aug 2009 23:43:16 -0700 (PDT), vidyadhar
<ankurtilve2003 at yahoo.com> wrote:
> I want to set the cursor shape as a CrossCursor in shape of + on the
> current
> widget when i click on a button.
> do anyone have any idea abt how to proceed??

QWidget.setCursor()

Phil


More information about the PyQt mailing list