diff --git a/main/mainscreen.cpp b/main/mainscreen.cpp
index c3291c2..a43c4cf 100644
--- a/main/mainscreen.cpp
+++ b/main/mainscreen.cpp
@@ -231,7 +231,7 @@ void MainScreen::setLabelConnectionStatus(jceLogin::jceStatus statusDescription)
}
void MainScreen::on_actionCredits_triggered()
{
- QMessageBox::about(this, "About", "A tiny application to calculate your grades average.
"
+ QMessageBox::about(this, "About", "A tiny Application to calculate your grades average. v1.0
"
"This software is licensed under Qt5's
GNU LESSER GENERAL PUBLIC LICENSE V2
"
"The source code is available at github:
"
"jceAverageCalculator Repository"
@@ -268,3 +268,27 @@ void MainScreen::on_keepLogin_clicked()
else
SaveData::deleteData();
}
+
+void MainScreen::on_actionHow_To_triggered()
+{
+ QMessageBox::information(this,"How To",
+ "How To.."
+ "
"
+ "
- Insert your username and password correctly
"
+ "
- Login and wait for the ball in the status (buttom) bar to become Green
"
+ "
- Check Settings to select your date Interval
"
+ "
- Press Courses tab and then press Add button and wait until courses will be loaded into the table
"
+ "
- Change the once of the grade cell and see your average is changing.
"
+ "
Tip: Need to change Date interval? in Courses tab click Clean, then change the date interval then hit Add again! :-)"
+ "
"
+ "
הסבר"
+ ""
+ "
- הכנס את שם המשתמש והסיסמה שלך כנדרש
"
+ "
- לחץ התחבר והמתן מספר שניות עד להופעת כדור ירוק בתחתית המסך
"
+ "
- בדוק הגדרות כדי לבדוק את תקופת הזמן אותם תרצה להציג
"
+ "
- לחץ על Courses ולאחר מכן על כפתור Add והמתן מספר שניות עד להופעת הקורסים בטבלה
"
+ "
- כעת ניתן לשנות ערכים בתא הציונים ולראות את ממוצע הציונים בהתאם
"
+ "
טיפ: רוצה לשנות את תקופת הזמן? לחץ על Clean , ולאחר מכן שנה את תקופת הזמן ולחץ על Add שוב! :-)"
+ "
");
+
+}
diff --git a/main/mainscreen.h b/main/mainscreen.h
index 18f5c8f..4957a1c 100644
--- a/main/mainscreen.h
+++ b/main/mainscreen.h
@@ -54,6 +54,8 @@ private slots:
void on_keepLogin_clicked();
+ void on_actionHow_To_triggered();
+
private:
void updateDates();
diff --git a/main/mainscreen.ui b/main/mainscreen.ui
index 44007b2..46b1ff9 100644
--- a/main/mainscreen.ui
+++ b/main/mainscreen.ui
@@ -682,6 +682,7 @@ font-size: 15px;
&About
+
@@ -711,6 +712,11 @@ font-size: 15px;
Exit
+
+
+ How-To
+
+