Cleaned up the code
[situare] / src / ui / mainwindow.cpp
index 358f97e..b67ba1d 100644 (file)
@@ -33,6 +33,7 @@ MainWindow::MainWindow(QWidget *parent)
     createViews();
     QVBoxLayout *mainLayout = new QVBoxLayout;
     infoLabel = new QLabel(tr("Click \"view\", to change between views"),this);
+    infoLabel->setAttribute(Qt::WA_TranslucentBackground, true);
     mainLayout->addWidget(infoLabel);
     mainLayout->addWidget(situareViews);
     widget->setLayout(mainLayout);