diff --git a/main/CourseTab/coursestablemanager.cpp b/main/CourseTab/coursestablemanager.cpp
index 155ea52..aff749f 100644
--- a/main/CourseTab/coursestablemanager.cpp
+++ b/main/CourseTab/coursestablemanager.cpp
@@ -17,7 +17,7 @@ coursesTableManager::coursesTableManager(QTableWidget *ptr, user *usrPtr)
courseTBL->verticalHeader()->setVisible(false);
courseTBL->setSelectionMode(QAbstractItemView::SingleSelection);
courseTBL->setShowGrid(true);
- courseTBL->setStyleSheet("QTableView {selection-background-color: red;}");
+ courseTBL->setStyleSheet("QTableView {selection-background-color: #004080;}");
graph = new gradegraph(ptr);
}
@@ -56,6 +56,7 @@ void coursesTableManager::setCoursesList(QString &html)
gp = new GradePage(html);
this->gpCpy = new GradePage(*gp);
insertJceCoursesIntoTable();
+ this->courseTBL->setCurrentCell(0,0);
}
/**
* @brief coursesTableManager::changes when user changes the table manually it updates it
@@ -144,6 +145,7 @@ bool coursesTableManager::changes(QString change, int row, int col)
break;
}
}
+ this->courseTBL->setCurrentCell(row+1,col); //set focus to next grade
return isNumFlag;
}
diff --git a/main/HelpBox/helpbox.ui b/main/HelpBox/helpbox.ui
index 743a8a7..987cf28 100644
--- a/main/HelpBox/helpbox.ui
+++ b/main/HelpBox/helpbox.ui
@@ -11,7 +11,7 @@
- Help Dialog
+ JCE Manager
@@ -40,7 +40,7 @@
-
-
+
<html>
<head></head>
@@ -127,7 +127,7 @@
-
-
+
0
@@ -135,7 +135,7 @@
- <html><head/><body><p align="center"><span style=" font-size:18pt; font-weight:600; text-decoration: underline;">Help Dialog</span></p></body></html>
+ <html><head/><body><p><center><img src=":/icons/help.png" height="18" width="18"/><span style=" font-size:18pt; font-weight:600;"> Help Dialog </span><img src=":/icons/help.png" height="18" width="18"/></p></body></html>
diff --git a/main/mainscreen.cpp b/main/mainscreen.cpp
index d42f611..4acb76a 100644
--- a/main/mainscreen.cpp
+++ b/main/mainscreen.cpp
@@ -383,19 +383,6 @@ void MainScreen::on_howtoButton_clicked()
{
helpBox help(this);
help.exec();
-// qDebug() << Q_FUNC_INFO;
-// QMessageBox::information(
-// this,"How To",
-// ""
-// +tr("Help Guide")+
-// ""
-// +tr("
- Login:
- Type your username and password and click Login.
- Once you are connected, you will see a blue icon in the right buttom panel.
")
-// +tr("
- Getting GPA sheet
- Click on GPA Tab
- Select your dates and click on Add
")
-// +tr("
- Average Changing
- Change one of your grade and see the average in the buttom panel changing.
")
-// +tr("
- Getting Calendar
- Click on Calendar Tab
- Select your dates and click on Get Calendar
")
-// +tr("
- For exporting your calendar to a .CSV file:
- Do previous step and continue to next step
- Click on Export to CSV
- Select your dates and click OK
- Once you're Done, go on your calendar and import your csv file
")+
-// "
"
-// +tr("For more information, please visit us at: Jce Manager site"));
}
void MainScreen::checkLocale()
diff --git a/main/mainscreen.ui b/main/mainscreen.ui
index e8658aa..e822f2a 100644
--- a/main/mainscreen.ui
+++ b/main/mainscreen.ui
@@ -64,7 +64,7 @@ background: qlineargradient(spread:pad, x1:0.496, y1:0, x2:0.508, y2:1, stop:0 r
QTabWidget::Rounded
- 2
+ 0
false
diff --git a/src/jceData/Calendar/Exams/examDialog.ui b/src/jceData/Calendar/Exams/examDialog.ui
index aa07e3d..1986d09 100644
--- a/src/jceData/Calendar/Exams/examDialog.ui
+++ b/src/jceData/Calendar/Exams/examDialog.ui
@@ -6,8 +6,8 @@
0
0
- 810
- 306
+ 811
+ 327
@@ -17,7 +17,7 @@
- Exam Dialog
+ JCE Manager
@@ -68,7 +68,7 @@
-
- <html><head/><body><p>Revert changes</p></body></html>
+ Revert all changes
Revert
@@ -78,7 +78,7 @@
-
- <html><head/><body><p>Discard and hide</p></body></html>
+ Discard changes and close
Cancel
@@ -88,7 +88,10 @@
-
- <html><head/><body><p>Save and hide</p></body></html>
+ Keep changes and close
+
+
+
Ok
diff --git a/src/jceData/Calendar/coursesSchedule/calendarDialog.ui b/src/jceData/Calendar/coursesSchedule/calendarDialog.ui
index 8ca5dda..cf83861 100644
--- a/src/jceData/Calendar/coursesSchedule/calendarDialog.ui
+++ b/src/jceData/Calendar/coursesSchedule/calendarDialog.ui
@@ -23,7 +23,7 @@
- Dates Dialog
+ JCE Manager
-
@@ -185,6 +185,9 @@
-
+
+ Include exams list in .CSV
+
Include Exams
diff --git a/src/jceData/Grades/graph/gradegraph.ui b/src/jceData/Grades/graph/gradegraph.ui
index 171f6fd..2bf9f36 100644
--- a/src/jceData/Grades/graph/gradegraph.ui
+++ b/src/jceData/Grades/graph/gradegraph.ui
@@ -11,7 +11,7 @@
- GPA Graph View
+ JCE Manager
@@ -68,6 +68,9 @@
-
+
+ Close
+
Close