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:grp11:start [2010/10/22 11:39]
grp11
qt2010:grp11:start [2010/10/31 17:19] (current)
grp11
Line 41: Line 41:
 | Send XML-file over FTP | 2 | Done | | Send XML-file over FTP | 2 | Done |
 | Get XML-file (FTP) | 2 | Done | | Get XML-file (FTP) | 2 | Done |
 +
 +We used SVN in projects.forum.nokia.com/home
  
 ===== Design ===== ===== Design =====
  
 {{:qt2010:grp11:uml.png|}} {{:qt2010:grp11:uml.png|}}
 +
 +(Adding more later, still uncompleted.. ) 
  
 ===== Screen shots ===== ===== Screen shots =====
Line 100: Line 104:
  
 ==== Report document ==== ==== Report document ====
 +
 +{{:qt2010:grp11:brochure_qtfish.pdf|Brochure}}
 +
 +{{:qt2010:grp11:Whitepaper_QtFish.pdf|Whitepaper}}
  
 ==== Source Package ==== ==== Source Package ====
Line 107: Line 115:
 === How to run software === === How to run software ===
 Install qtfish.sis to your Symbian touch device. It requires QtMobility 1.0 and Qt 4.6.2 libraries to be installed. Install qtfish.sis to your Symbian touch device. It requires QtMobility 1.0 and Qt 4.6.2 libraries to be installed.
 +
 +When running the application, if soft keys are not visible in the simulator, set DEFINES -= _MAEMOBUILD in project file to DEFINES += _MAEMOBUILD to switch from soft keys to visible buttons in most dialogs.
  
 ===== Conclusion ===== ===== Conclusion =====
 +
 +Qt is nice easy software to make applications (mostly because SIGNAL's and SLOT's). The emulator on other hand seem to be working on some computers differently. And because of this we had some problem, for example in the softbuttons seemed to work only one of us (3 different computers). Also some problems occurred when we implemented ftp, and that probably was also because emulator..