More AutoFillBackground test

This commit is contained in:
Mark Watkins 2011-08-20 17:41:56 +10:00
parent 07daf28418
commit 779b76db50

View File

@ -90,7 +90,9 @@ Daily::Daily(QWidget *parent,QGLWidget * shared, MainWindow *mw)
scrollArea->setAutoFillBackground(true);
GraphLayout=new QWidget(scrollArea);
GraphLayout->setAutoFillBackground(false);
GraphLayout->setAutoFillBackground(true);
GraphLayout->setPalette(p);
GraphLayout->setBackgroundRole(QPalette::Window);
scrollArea->setWidget(GraphLayout);
splitter=new QVBoxLayout(GraphLayout);