Remove most stylesheet use as this messes with a custom style

* Use palettes where a certain colour is needed.
* Still need some solution for table borders in grid layouts
This commit is contained in:
baldurk
2017-07-26 17:14:37 +01:00
parent a4e4c1fd5d
commit a6f0d07e09
11 changed files with 226 additions and 41 deletions
@@ -160,10 +160,6 @@ LiveCapture::LiveCapture(ICaptureContext &ctx, const QString &hostname, const QS
QObject::connect(ui->captures, &RDListWidget::keyPress, this, &LiveCapture::captures_keyPress);
ui->mainLayout->addWidget(bottomTools);
bottomTools->setStyleSheet(
lit("background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,"
"stop: 0 #E1E1E1, stop: 1.0 #D3D3D3);"));
}
}