##// END OF EJS Templates
Removed the visible frame around chart view
Tero Ahola -
r700:4707806c8913
parent child
Show More
@@ -43,6 +43,7 QChartView::QChartView(QWidget *parent) :
43 43 m_verticalRubberBand(false),
44 44 m_horizonalRubberBand(false)
45 45 {
46 setFrameShape(QFrame::NoFrame);
46 47 setBackgroundRole(QPalette::Window);
47 48 setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
48 49 setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
General Comments 0
You need to be logged in to leave comments. Login now