Contents Menu Expand Light mode Dark mode Auto light/dark mode
Shiboken documentation
Logo
Shiboken documentation
  • Getting started
  • Generator Overview
  • Binding Project File
  • Shiboken module
  • Type System Reference
    • Specifying Types
    • Built-in Types
    • Code Generation Terminology
    • Modifying Arguments
    • Code Injection Semantics
    • User Defined Type Conversion
    • Opaque Containers
    • Using Code Templates
    • Predefined Templates
    • Modifying Functions
    • Manipulating Object and Value Types
    • Conversion Rule Tag
    • Manipulating Documentation
    • Type System Variables
    • Object ownership
    • Solving compilation problems
    • Special functions
  • Examples
    • SampleBinding Example
  • Words of Advice
  • Frequently Asked Questions
Back to top

Examples#

C++ examples#

  • SampleBinding Example
    • Shiboken typesystem
    • Object ownership rules
    • Build
    • Use the Python module
Next
SampleBinding Example
Previous
Special functions
Copyright © 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 (https://www.gnu.org/licenses/fdl.html) as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.
Made with Sphinx and @pradyunsg's Furo
On this page
  • Examples
    • C++ examples