mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 03:00:43 +00:00
More AutoFillBackground test
This commit is contained in:
parent
07daf28418
commit
779b76db50
@ -90,7 +90,9 @@ Daily::Daily(QWidget *parent,QGLWidget * shared, MainWindow *mw)
|
|||||||
scrollArea->setAutoFillBackground(true);
|
scrollArea->setAutoFillBackground(true);
|
||||||
|
|
||||||
GraphLayout=new QWidget(scrollArea);
|
GraphLayout=new QWidget(scrollArea);
|
||||||
GraphLayout->setAutoFillBackground(false);
|
GraphLayout->setAutoFillBackground(true);
|
||||||
|
GraphLayout->setPalette(p);
|
||||||
|
GraphLayout->setBackgroundRole(QPalette::Window);
|
||||||
scrollArea->setWidget(GraphLayout);
|
scrollArea->setWidget(GraphLayout);
|
||||||
|
|
||||||
splitter=new QVBoxLayout(GraphLayout);
|
splitter=new QVBoxLayout(GraphLayout);
|
||||||
|
Loading…
Reference in New Issue
Block a user