"plot->setEnabled( false );" should be fine, but you need to assign a palette to the plot canvas, where the brush is different for QColorGroup::Disabled.
UweQt Code:
QPalette pal; plot->canvas()->setPalette( pal );To copy to clipboard, switch view to plain text mode
Bookmarks