Hi,
i'm trying to remove sunken canvas (it looks ugly).
but the result is a transparent border line around canvas (transparent - probably because my "transparent oxygen" widget style):
Attachment 6046
How to remove this border, and get a elegant round border (as in line edit or table widget)?
i tried
but program crashes on starting ("The program has unexpectedly finished.")Code:
ui->qwtPlot->layout()->setMargin(0);
Thanks for any help

