← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 323: Update src/alfanous-desktop/README.rst

 

------------------------------------------------------------
revno: 323
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Wed 2012-08-29 11:41:16 +0200
message:
  Update src/alfanous-desktop/README.rst
  
  hints for contribution
modified:
  src/alfanous-desktop/README.rst


--
lp:alfanous
https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git

Your team Alfanous team is subscribed to branch lp:alfanous.
To unsubscribe from this branch go to https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git/+edit-subscription
=== modified file 'src/alfanous-desktop/README.rst'
--- src/alfanous-desktop/README.rst	2012-08-25 21:13:18 +0000
+++ src/alfanous-desktop/README.rst	2012-08-29 09:41:16 +0000
@@ -10,9 +10,13 @@
 * Qt designer: 
 * PyQt: You can download it from  `this link <http://www.riverbankcomputing.com/software/pyqt/download>`_.
 
-------------------
-How to contribute?
-------------------
+----------
+Contribute
+----------
+* install PyQt in your system.
+* run the command "make qt_all" in project root to compile qt resources to a python module.
+* to change the design of interface, Install Qt designer and open UI files.
+* Gui.py contains the main code, it's unclean and need cleaning or rewriting from the scratch.