close
Warning:
AdminModule failed with TracError: Unable to instantiate component <class 'trac.ticket.admin.ComponentAdminPanel'> (super(type, obj): obj must be an instance or subtype of type)
- Timestamp:
-
Jul 8, 2012, 5:47:55 PM (14 years ago)
- Author:
-
Martin Kolman
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v5
|
v6
|
|
| 51 | 51 | |
| 52 | 52 | ==== Modified Pyside Launcher ==== |
| | 53 | '''Software prerequisites:''' |
| | 54 | * ant |
| | 55 | * Necessitas Qt SDK |
| | 56 | |
| | 57 | '''Modifying the !PySide Launcher project''' |
| | 58 | |
| | 59 | get the source [https://github.com/thp/pyside-launcher-android from Gtihub]: |
| | 60 | |
| | 61 | {{{ |
| | 62 | git clone https://github.com/thp/pyside-launcher-android.git |
| | 63 | }}} |
| 53 | 64 | |
| 54 | 65 | |
| 55 | | in: |
| | 66 | Then in in: |
| 56 | 67 | ''pyside-launcher-android/android/res/values/libs.xml'' |
| 57 | 68 | |
| … |
… |
|
| 65 | 76 | </array> |
| 66 | 77 | }}} |
| | 78 | This file is used to request Qt libraries from Ministro - if you need more libraries, add them there. |
| 67 | 79 | |
| 68 | 80 | === Qt Components === |
| | 81 | There is an Android port of Qt Components. |
| | 82 | |
| | 83 | |
| | 84 | ==== Qt Components Theme ==== |
| | 85 | Qt Components need a theme to work correctly. Without a theme, not only would most elements be transparent but also the layout is quite broken. |
| | 86 | |
| | 87 | There are multiple sources for a working theme: |
| | 88 | * taking it from the Qt SDK |
| | 89 | * from an N9 filesystem |
| | 90 | * from the Fremantle Qt Components theme package |
| | 91 | * from Nemo |
| | 92 | |
| 69 | 93 | |
| 70 | 94 | == Updated Prerequisites == |
| | 95 | While the above mentioned combination works, it could be improved by using more up to date software packages. |
| 71 | 96 | |
| 72 | 97 | === Python === |