close
Warning:
AdminModule failed with TracError: Unable to instantiate component <class 'trac.admin.web_ui.BasicsAdminPanel'> (super(type, obj): obj must be an instance or subtype of type)
- Timestamp:
-
Feb 17, 2013, 6:42:18 PM (13 years ago)
- Author:
-
Martin Kolman
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v19
|
v20
|
|
| 168 | 168 | |
| 169 | 169 | ===== Replacing Qt Components ===== |
| 170 | | The Qt Components are packed in the {{{android/res/raw/python_27.zip}}} in the ''imports'' directory, the theme is in ''themes''. These to folders are deployed like this after installation: |
| | 170 | The Qt Components are packed in the {{{android/res/raw/python_27.zip}}} in the {{{imports}}} directory, the theme is in {{{themes}}}. These to folders are deployed like this after installation: |
| 171 | 171 | {{{ |
| 172 | 172 | /data/org.modrana.PySide.Example/python/imports |
| … |
… |
|
| 185 | 185 | * compiling the many Qt Components files & images to a single resource file ? |
| 186 | 186 | * documenting how to use Android specific APIs from Python |
| 187 | | * screenshots |
| 188 | 187 | * videos |
| 189 | 188 | |