meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
qt2010:grp12:start [2010/10/21 22:39]
grp12
qt2010:grp12:start [2010/10/29 00:54] (current)
hilmi
Line 1: Line 1:
 +
 +{{:qt2010:grp12:logo.jpg|}}
 ====== Name ====== ====== Name ======
   - Abrar Sohail   - Abrar Sohail
Line 6: Line 8:
 ===== Idea ===== ===== Idea =====
  
-A GUI application in QT environment.  +QHoroscope is an application which displays the horoscopes on daily, weeklymonthly or yearly basis.  
-Application will show the daily,weekly and monthly horoscope data for the particular user.  +According to SEObook there is about five hundred thousand people daily search about their 
- +horoscope predictionsToday in this mobile era everyone just wants everything accessible on 
 +mobile with no effort.
  
 ===== Features =====  ===== Features ===== 
-  - Display daily, weekly and monthly horoscope of the the particular user 
-  - Updating data 
-  - Recognizing user  
  
 +  - Displays updated daily, weekly, monthly or yearly horoscope depending on user selection.
 +  - User can set the default horoscope for him/her.
 +  - Shows the default horoscope for the user which was preset before.
  
-===== Tools ===== 
-Qt modules: QT creator, script, horoscope source 
  
 +===== Implementation Plan and Goals =====
 +QHoroscopes fetches and updated horoscopes data from the internet on daily, weekly, monthly and
 +yearly basis. User can set his/her own default horoscope sign and it will automatically shows the
 +default horoscope of the user on daily basis so that user doesn’t need to select his/her zodiac sign to
 +check the horoscope data.
 +Our goal was also to make comparison between different horoscopes and include chineese horoscopes also. 
  
 +===== Tools =====
 +QT creator, Simulator.
 +
 +Modules, GUI and Network.
  
 ===== Design ===== ===== Design =====
 (structure of the software, class diagram)  (structure of the software, class diagram) 
-{{:qt2010:grp12:classdiagram.jpg|}}+{{:qt2010:grp12:horoscope.jpg|}}
  
 ===== Screen shots ===== ===== Screen shots =====
  
-===== Project Artifacts =====+{{:qt2010:grp12:default.png|}} 
 + 
 +{{:qt2010:grp12:month.png|}}
  
 ==== Presentation slides ==== ==== Presentation slides ====
  
-{{:qt2010:grp12:codecamp_grp12.ppt|}}+{{:qt2010:grp12:horoscope_presentation_slides.pdf|}}
  
 ==== Report document ==== ==== Report document ====
 +
 +{{:qt2010:grp12:qthoroscope_report.pdf|}}
 +
 +{{:qt2010:grp12:qhoroscopes_brochure.pdf|}}
  
 ==== Source Package ==== ==== Source Package ====
 +{{:qt2010:grp12:Qhoroscope_sourcecode.zip|}}
 === How to run software === === How to run software ===
 +
 +Extract ZIP file.
 +
 +-Open NokiaQtSDK software.
 +
 +-Open QTcreator.exe
 +
 +-Open simulator.
 +
 +-Open source code from folder and run hor1.pro 
  
 ===== Conclusion ===== ===== Conclusion =====