Hello !
I'ld like to set a cursor when a widget is disabled :
Qt Code:
mywidget -> setEnabled(false); mywidget -> setCursor(Qt::ForbiddenCursor);To copy to clipboard, switch view to plain text mode
It doesn't work. Qt permit that or not ?
Hello !
I'ld like to set a cursor when a widget is disabled :
Qt Code:
mywidget -> setEnabled(false); mywidget -> setCursor(Qt::ForbiddenCursor);To copy to clipboard, switch view to plain text mode
It doesn't work. Qt permit that or not ?
Bookmarks