diff --git a/main/mainscreen.cpp b/main/mainscreen.cpp index 72eacbc..70d7b90 100644 --- a/main/mainscreen.cpp +++ b/main/mainscreen.cpp @@ -219,9 +219,20 @@ void MainScreen::setLabelConnectionStatus(jceLogin::jceStatus statusDescription) } void MainScreen::on_actionCredits_triggered() { - QMessageBox credits; - credits.setText(" A tiny application to calculate your grades average. \n Made by Liran Ben Gida \n Thanks to: Sagi Dayan, Nadav Luzzato"); - credits.exec(); + QMessageBox::about(this, "About", " A tiny application to calculate your grades average.

" + "This software is licensed under the
GNU LESSER GENERAL PUBLIC LICENSE V2
" + "The source code is available at github:
" + "jceAverageCalculator Repository" + "

This front end is Powered by Jce Connection

" + "Made by:" + "" + "Thanks to: " + ""); } void MainScreen::on_clearTableButton_clicked()