diff --git a/images/Lubuntu Logo.png b/images/Lubuntu Logo.png new file mode 100644 index 0000000..8599ce7 Binary files /dev/null and b/images/Lubuntu Logo.png differ diff --git a/images/Lubuntu Logo.xcf.bz2 b/images/Lubuntu Logo.xcf.bz2 new file mode 100644 index 0000000..aac7d03 Binary files /dev/null and b/images/Lubuntu Logo.xcf.bz2 differ diff --git a/lubuntuWelcomeCenter.pro.user b/lubuntuWelcomeCenter.pro.user index 9d05a8f..447fa87 100644 --- a/lubuntuWelcomeCenter.pro.user +++ b/lubuntuWelcomeCenter.pro.user @@ -1,6 +1,6 @@ - + EnvironmentId @@ -303,8 +303,8 @@ 2 lubuntuWelcomeCenter - - Qt4ProjectManager.Qt4RunConfiguration:/home/sam/scripts/phabricator/lubuntuBugs/lubuntu-welcome-center/lubuntuWelcomeCenter.pro + lubuntuWelcomeCenter2 + Qt4ProjectManager.Qt4RunConfiguration:/home/sam/scripts/lubuntuBugs/lubuntu-welcome-center/lubuntuWelcomeCenter.pro true lubuntuWelcomeCenter.pro diff --git a/mainwindow.cpp b/mainwindow.cpp index a75ffd6..d8c9e02 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -35,7 +35,7 @@ MainWindow::~MainWindow() void MainWindow::on_buttonManual_clicked() { - QString manualLink = "https://wiki.ubuntu.com/Lubuntu/DocumentationTeam/Manual"; + QString manualLink = "https://manual.lubuntu.me"; QDesktopServices::openUrl(QUrl(manualLink)); } @@ -46,24 +46,22 @@ void MainWindow::on_buttonMonitorSetup_clicked() process->start(file); } -void MainWindow::on_buttonControlCenter_clicked() +void MainWindow::on_buttonLXQTConfigurationCenter_clicked() { -} - -void MainWindow::on_buttonCommunity_clicked() -{ - // This will open up another UI window that contains more community specific information + QProcess *process = new QProcess(this); + QString file = "/usr/bin/lxqt-config"; + process->start(file); } void MainWindow::on_buttonContribute_clicked() { - QString contributeLink = "https://launchpad.net/~lubuntu-wiki-docs"; + QString contributeLink = "https://phab.lubuntu.me/w/contributor-guide/"; QDesktopServices::openUrl(QUrl(contributeLink)); } void MainWindow::on_actionAbout_triggered() { - QMessageBox::information(this, "About", "Created by Samuel Banya and Wendy Hill © Lubuntu 2018"); + QMessageBox::information(this, "About", "Created by Samuel Banya\n\n© Lubuntu 2018"); } void MainWindow::on_actionExit_triggered() diff --git a/mainwindow.h b/mainwindow.h index fbeb746..1f03cf8 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -35,9 +35,7 @@ private slots: void on_buttonMonitorSetup_clicked(); - void on_buttonControlCenter_clicked(); - - void on_buttonCommunity_clicked(); + void on_buttonLXQTConfigurationCenter_clicked(); void on_buttonContribute_clicked(); @@ -45,6 +43,7 @@ private slots: void on_actionExit_triggered(); + private: Ui::MainWindow *ui; }; diff --git a/mainwindow.ui b/mainwindow.ui index b9bacac..bee4777 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -11,7 +11,7 @@ - MainWindow + Lubuntu Welcome Center @@ -19,6 +19,9 @@ + + <html><head/><body><p>View online manual to see latest changes, fixes, and tips &amp; tricks</p></body></html> + Lubuntu Manual @@ -26,29 +29,31 @@ + + <html><head/><body><p>Adjust monitor settings</p></body></html> + Monitor Setup - - - Control Center + + + <html><head/><body><p>Open up LXQT Configuration Center to change LXQt settings</p></body></html> - - - - - Community + LXQT Configuration Center + + <html><head/><body><p>View the online Lubuntu Contribution Guide, and learn how to become a part of the team!</p></body></html> + - Contribute + Contribute To Lubuntu