diff --git a/img/logo.png b/img/logo.png deleted file mode 100644 index 7ceef52..0000000 Binary files a/img/logo.png and /dev/null differ diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index c41e60f..5acadd5 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -14,11 +14,9 @@ MainWindow::MainWindow(QWidget *parent) palette.setBrush(QPalette::Window, bg); this->setPalette(palette); - // Set the top label as the Lubuntu Logo - QPixmap logo("../img/logo.png"); - int w = ui->logolabel->width(); - int h = ui->logolabel->height(); - ui->logolabel->setPixmap(logo.scaled (w,h,Qt::KeepAspectRatio)); + // Set the button colors + ui->tryLubuntu->setStyleSheet("background-color: rgba(0, 104, 200, 100);"); + ui->installLubuntu->setStyleSheet("background-color: rgba(0, 104, 200, 100);"); } MainWindow::~MainWindow() diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 5634e59..dbc88a2 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -24,76 +24,15 @@ 0 - 30 + 20 1921 - 1021 + 1031 QLayout::SetMaximumSize - - - - QLayout::SetMaximumSize - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - 128 - 128 - - - - - 128 - 128 - - - - - 128 - 128 - - - - - - - Qt::AlignCenter - - - - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - @@ -132,6 +71,12 @@ 128 + + + Ubuntu + 12 + + QLabel { color : white; font-family: Ubuntu;} @@ -190,11 +135,11 @@ - + - 400 - 200 + 250 + 75 @@ -203,6 +148,12 @@ 24 + + false + + + + Try Lubuntu @@ -222,11 +173,11 @@ - + - 400 - 200 + 250 + 75 @@ -255,6 +206,45 @@ + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + Qt::Vertical + + + + 20 + 40 + + + +