You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 !
The text was updated successfully, but these errors were encountered:
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 !
The text was updated successfully, but these errors were encountered: