Add reveal controls for CP Plot and PfPv Plot

This commit is contained in:
Damien
2013-01-17 22:29:59 +01:00
parent 0088575920
commit 50d596db09
7 changed files with 178 additions and 14 deletions

View File

@@ -79,7 +79,7 @@ AllPlotWindow::AllPlotWindow(MainWindow *mainWindow) :
// reveal widget
revealControls = new QWidget(this);
revealControls->setFixedHeight(50);
//revealControls->setStyleSheet("background-color: rgba(100%, 100%, 100%, 20%)");
revealControls->setStyleSheet("background-color: rgba(100%, 100%, 100%, 70%)");
revealControls->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Minimum);
// reveal controls
@@ -96,7 +96,6 @@ AllPlotWindow::AllPlotWindow(MainWindow *mainWindow) :
// layout reveal controls
QHBoxLayout *r = new QHBoxLayout;
r->setSpacing(4);
r->setContentsMargins(0,0,0,0);
r->addStretch();
r->addWidget(rSmooth);