PySide Bugzilla Closed for New Bugs

PySide is now a Qt Add-on and uses the Qt Project's JIRA Bug Tracker instead of this Bugzilla instance. This Bugzilla is left for reference purposes.

Bug 1095 - No examples for shiboken tutorial
: No examples for shiboken tutorial
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: Documentation
: HEAD
: PC Linux
: P3 normal
Assigned To: Hugo Parente Lima
:
:
:
  Show dependency treegraph
 
Reported: 2011-12-15 01:16 EET by anatoly techtonik
Modified: 2012-01-02 21:43 EET (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description anatoly techtonik 2011-12-15 01:16:50 EET
http://developer.qt.nokia.com/wiki/PySide_Binding_Generation_Tutorial%3A_Module_3_Creating_Type_System_Description

It has a libfoo source, but no typesystem.xml for this lib. Quite unfortunate
that it is incomplete.
Comment 2 anatoly techtonik 2011-12-30 23:55:13 EET
Great! It would be nice to explain what is this typesystem_core.xml though. At
first I thought that it's the place where standard core Python types defined.
Is there such mapping somewhere?
Comment 3 Lauro Moura 2012-01-02 15:04:31 EET
Just added this info.

"Each Qt module is mapped to it’s own typesystem provided by PySide, i. e.
QtCore/typesystem_core.xml, QtGui/typesystem_gui.xml."