mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 19:20:45 +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);
|
||||
|
||||
GraphLayout=new QWidget(scrollArea);
|
||||
GraphLayout->setAutoFillBackground(false);
|
||||
GraphLayout->setAutoFillBackground(true);
|
||||
GraphLayout->setPalette(p);
|
||||
GraphLayout->setBackgroundRole(QPalette::Window);
|
||||
scrollArea->setWidget(GraphLayout);
|
||||
|
||||
splitter=new QVBoxLayout(GraphLayout);
|
||||
|
Loading…
Reference in New Issue
Block a user