mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 19:20:45 +00:00
More ScrollArea tests
This commit is contained in:
parent
8de6d63be5
commit
8591ed126f
@ -15,5 +15,6 @@
|
||||
<file>docs/usage.html</file>
|
||||
<file>icons/oximeter.png</file>
|
||||
<file>docs/0.0.gif</file>
|
||||
<file>docs/smiley.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
@ -81,10 +81,10 @@ Daily::Daily(QWidget *parent,QGLWidget * shared, MainWindow *mw)
|
||||
ui->graphLayout->setMargin(0);
|
||||
ui->graphLayout->setContentsMargins(0,0,0,0);
|
||||
scrollArea->setWidgetResizable(true);
|
||||
scrollArea->setAutoFillBackground(false);
|
||||
scrollArea->setAutoFillBackground(true);
|
||||
|
||||
GraphLayout=new QWidget(scrollArea);
|
||||
GraphLayout->setAutoFillBackground(false);
|
||||
GraphLayout=new QGLWidget(scrollArea);
|
||||
GraphLayout->setAutoFillBackground(true);
|
||||
scrollArea->setWidget(GraphLayout);
|
||||
|
||||
splitter=new QVBoxLayout(GraphLayout);
|
||||
@ -106,7 +106,7 @@ Daily::Daily(QWidget *parent,QGLWidget * shared, MainWindow *mw)
|
||||
//ui->scrollArea->setWidget(splitter);
|
||||
//this->connect(ui->scrollArea,
|
||||
//ui->graphSizer->addWidget(splitter);
|
||||
scrollArea->setAutoFillBackground(false);
|
||||
//scrollArea->setAutoFillBackground(false);
|
||||
//splitter->setAutoFillBackground(false);
|
||||
|
||||
|
||||
|
BIN
docs/0.0.gif
BIN
docs/0.0.gif
Binary file not shown.
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 12 KiB |
Loading…
Reference in New Issue
Block a user