save rendertype,

evaluate rednertype specular,
changed info window always on top
This commit is contained in:
Anakin
2017-01-22 15:41:08 +01:00
parent 91488c55b2
commit cdd6ace701
5 changed files with 22 additions and 78 deletions

View File

@@ -7,7 +7,9 @@ FileInfoWindow::FileInfoWindow(QWidget *parent)
{
ui->setupUi(this);
setWindowFlags(Qt::Tool | Qt::WindowStaysOnTopHint | Qt::NoDropShadowWindowHint);
setWindowFlags(Qt::Tool | Qt::NoDropShadowWindowHint);
ui->scrollArea->setStyleSheet("background-color: #ffffff");
}