Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KDDockWidgets::InitialOption struct type not available in python bindings #198

Closed
JPLaude opened this issue May 10, 2021 · 2 comments
Closed
Assignees

Comments

@JPLaude
Copy link

JPLaude commented May 10, 2021

Hello,

I'm writing an application with python bindings.
I'd like to provide initialOption struct when calling addDockWidget (DockWidgetBase *dockWidget, KDDockWidgets::Location location, DockWidgetBase *relativeTo=nullptr, InitialOption initialOption={}).

Unfortunately, it is not available in KDDockWidgets package, even if I see it declared in python/PyKDDockWidgets/typesystem_kddockwidgets.xml:
<namespace-type name="KDDockWidgets" visible="no">
... <primitive-type name="InitialOption"/>
</namespace-type>

I'm based on tag 1.3.0

Any idea what am I missing ?

thanks !

@iamsergio iamsergio assigned iamsergio and renatofilho and unassigned iamsergio May 24, 2021
@iamsergio
Copy link
Contributor

@renatofilho Can you see what's going on and add it to the example too (in any addDockWidget) call

renatofilho added a commit that referenced this issue Jul 13, 2021
Added bindings for missing enums
Added InitialOption as value type

Task-Id: #198
iamsergio pushed a commit that referenced this issue Jul 13, 2021
Added bindings for missing enums
Added InitialOption as value type

Task-Id: #198
iamsergio pushed a commit that referenced this issue Jul 13, 2021
Added bindings for missing enums
Added InitialOption as value type

Task-Id: #198
@winterz
Copy link

winterz commented Jul 16, 2021

fixed in ec4a4d1

@winterz winterz closed this as completed Jul 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants