43383ded02
also, next row selected after editing course's grade for bettern inserting
165 lines
5.7 KiB
XML
165 lines
5.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>helpBox</class>
|
|
<widget class="QDialog" name="helpBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>626</width>
|
|
<height>533</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>JCE Manager</string>
|
|
</property>
|
|
<property name="windowIcon">
|
|
<iconset resource="../../resources/connectionstatus.qrc">
|
|
<normaloff>:/icons/logo.png</normaloff>:/icons/logo.png</iconset>
|
|
</property>
|
|
<property name="sizeGripEnabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="modal">
|
|
<bool>true</bool>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<item row="1" column="0">
|
|
<widget class="QFrame" name="frame">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QLabel" name="labelBody">
|
|
<property name="text">
|
|
<string><html>
|
|
<head></head>
|
|
<body>
|
|
<b>Help Guide</b>
|
|
<ul><p>
|
|
<li><b>Login:</b>
|
|
<ul>
|
|
<li>Type your username and password and click Login.</li>
|
|
<li>Once you are connected, you will see <img src=":/icons/connected.png" heigh="16" width="16"/> at the buttom right</li>
|
|
</ul>
|
|
</li></p>
|
|
<p><li><b>GPA:</b>
|
|
<ul>
|
|
<li><b>Getting GPA sheet</b>
|
|
<ul>
|
|
<li> Select your starting year & semester, ending year & semester and click on get GPA</li>
|
|
<li>Want to see only courses with grade point >0 ?, then check 'Only Main Courses'</li>
|
|
</ul>
|
|
</li>
|
|
<li><b>Average Changing</b>
|
|
<ul>
|
|
<li>Change one of course's grade and see the average changing in the buttom panel changing.</li>
|
|
<li>You can discard any change you made by click on 'Revert Changes'</li>
|
|
</ul>
|
|
</li>
|
|
<li><b>Graph View</b>
|
|
<ul>
|
|
<li> get your GPA sheet and click on 'Graph View'</li>
|
|
<li> The graph has 2 functions, semesterial and yearly average.</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li></p>
|
|
<p><li><b>Schedule:</b>
|
|
<ul>
|
|
<li><b>Getting daily schedule & exams list</b>
|
|
<ul>
|
|
<li>Select your dates and click on 'Get Schedule & Exam'</li>
|
|
<li>You can see the exams lists and edit each exams time by clicking on 'Show exams'</li>
|
|
<li>**The program will automatically load the daily schedule and exams list**</li>
|
|
</ul>
|
|
</li>
|
|
<li><b>Exporting Schedule</b>
|
|
<ul>
|
|
<li>For exporting your calendar to a .CSV file:
|
|
<li>Do previous step and continue to next step</li>
|
|
<li> Click on Export to CSV</li>
|
|
<li>Select your dates and click OK</li>
|
|
<li>Once you're Done, go on your calendar and import your csv file</li>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li></p>
|
|
</ul>
|
|
<p><b>Further information available at: <a href='http://liranbg.github.io/JceManager/'>Jce Manager site</a></b></p>
|
|
</body>
|
|
</html>
|
|
</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignJustify|Qt::AlignVCenter</set>
|
|
</property>
|
|
<property name="openExternalLinks">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</item>
|
|
<item row="2" column="0">
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="standardButtons">
|
|
<set>QDialogButtonBox::Ok</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="labelHead">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="text">
|
|
<string><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></string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<resources>
|
|
<include location="../../resources/connectionstatus.qrc"/>
|
|
</resources>
|
|
<connections>
|
|
<connection>
|
|
<sender>buttonBox</sender>
|
|
<signal>accepted()</signal>
|
|
<receiver>helpBox</receiver>
|
|
<slot>accept()</slot>
|
|
<hints>
|
|
<hint type="sourcelabel">
|
|
<x>492</x>
|
|
<y>306</y>
|
|
</hint>
|
|
<hint type="destinationlabel">
|
|
<x>488</x>
|
|
<y>2</y>
|
|
</hint>
|
|
</hints>
|
|
</connection>
|
|
</connections>
|
|
</ui>
|