Hello !
I'ld like to set a cursor when a widget is disabled :

Qt Code:
  1. QPushButton *mywidget= new QPushButton();
  2. mywidget -> setEnabled(false);
  3. mywidget -> setCursor(Qt::ForbiddenCursor);
To copy to clipboard, switch view to plain text mode 

It doesn't work. Qt permit that or not ?