mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-11-15 21:25:44 +08:00
d3f5879119
* Add new flags from 3.7 and 3.8 * remove unnecessarily deep namespace for Python module * Update PyQt5 bindings build to new build system * fix opening tabbed dockWidgets * fix RESOURCES configuration for sip build * increment build version * remove leftovers * add file names explicitly * Update pyproject.toml
26 lines
749 B
Plaintext
26 lines
749 B
Plaintext
%Module(name=PyQtAds, call_super_init=True, keyword_arguments="Optional", use_limited_api=True)
|
|
%Import QtCore/QtCoremod.sip
|
|
%DefaultSupertype sip.simplewrapper
|
|
|
|
%Include ads_globals.sip
|
|
%Include DockWidget.sip
|
|
%Include DockAreaTabBar.sip
|
|
%Include DockAreaTitleBar_p.sip
|
|
%Include DockAreaTitleBar.sip
|
|
%Include DockAreaWidget.sip
|
|
%Include DockComponentsFactory.sip
|
|
%Include DockContainerWidget.sip
|
|
%Include DockingStateReader.sip
|
|
%Include DockFocusController.sip
|
|
%Include DockManager.sip
|
|
%Include DockOverlay.sip
|
|
%Include DockSplitter.sip
|
|
%Include DockWidgetTab.sip
|
|
%Include ElidingLabel.sip
|
|
%Include FloatingDockContainer.sip
|
|
%Include FloatingDragPreview.sip
|
|
%Include IconProvider.sip
|
|
%If (WS_X11)
|
|
%Include linux/FloatingWidgetTitleBar.sip
|
|
%End
|