jce-manager/main/HelpBox/helpbox.ui
liranbg d4c8edf8de added help dialog
changed tooltips inside mainscreen ui
2014-10-16 14:25:44 +03:00

166 lines
5.5 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>Help Dialog</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="label_2">
<property name="text">
<string>&lt;html&gt;
&lt;head&gt;&lt;/head&gt;
&lt;body&gt;
&lt;b&gt;Help Guide&lt;/b&gt;
&lt;ul&gt;&lt;p&gt;
&lt;li&gt;&lt;b&gt;Login:&lt;/b&gt;
&lt;ul&gt;
&lt;li&gt;Type your username and password and click Login.&lt;/li&gt;
&lt;li&gt;Once you are connected, you will see &lt;img src=&quot;:/icons/connected.png&quot; heigh=&quot;16&quot; width=&quot;16&quot;/&gt; at the buttom right&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;&lt;/p&gt;
&lt;p&gt;&lt;li&gt;&lt;b&gt;GPA:&lt;/b&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Getting GPA sheet&lt;/b&gt;
&lt;ul&gt;
&lt;li&gt; Select your starting year &amp; semester, ending year &amp; semester and click on get GPA&lt;/li&gt;
&lt;li&gt;Want to see only courses with grade point &gt;0 ?, then check 'Only Main Courses'&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Average Changing&lt;/b&gt;
&lt;ul&gt;
&lt;li&gt;Change one of course's grade and see the average changing in the buttom panel changing.&lt;/li&gt;
&lt;li&gt;You can discard any change you made by click on 'Revert Changes'&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Graph View&lt;/b&gt;
&lt;ul&gt;
&lt;li&gt; get your GPA sheet and click on 'Graph View'&lt;/li&gt;
&lt;li&gt; The graph has 2 functions, semesterial and yearly average.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;&lt;/p&gt;
&lt;p&gt;&lt;li&gt;&lt;b&gt;Schedule:&lt;/b&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;Getting daily schedule &amp; exams list&lt;/b&gt;
&lt;ul&gt;
&lt;li&gt;Select your dates and click on 'Get Schedule &amp; Exam'&lt;/li&gt;
&lt;li&gt;You can see the exams lists and edit each exams time by clicking on 'Show exams'&lt;/li&gt;
&lt;li&gt;**The program will automatically load the daily schedule and exams list**&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;b&gt;Exporting Schedule&lt;/b&gt;
&lt;ul&gt;
&lt;li&gt;For exporting your calendar to a .CSV file:
&lt;li&gt;Do previous step and continue to next step&lt;/li&gt;
&lt;li&gt; Click on Export to CSV&lt;/li&gt;
&lt;li&gt;Select your dates and click OK&lt;/li&gt;
&lt;li&gt;Once you're Done, go on your calendar and import your csv file&lt;/li&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;&lt;/p&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;b&gt;Further information available at: &lt;a href='http://liranbg.github.io/JceManager/'&gt;Jce Manager site&lt;/a&gt;&lt;/b&gt;&lt;/p&gt;
&lt;/body&gt;
&lt;/html&gt;
</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="label">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;&lt;span style=&quot; font-size:18pt; font-weight:600; text-decoration: underline;&quot;&gt;Help Dialog&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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>