1
0
mirror of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git synced 2025-04-01 02:42:39 +08:00
Qt-Advanced-Docking-System/examples/dockindock
Nate Skulic 27b708c266 Improve Python Support.
- Make QtAds sip builds functional in Python.
- Reduced the unnecessary depth of the package.

NOTE: This is a breaking change for python users, where, `from PyQtAds import QtAds` is changed to `import PyQtAds as QtAds`
2023-09-28 23:46:58 -05:00
..
CMakeLists.txt Change targets name based on Qt version (#489) 2023-02-23 15:50:50 +01:00
dockindock.cpp Fix various clazy warnings 2022-11-18 21:36:31 +01:00
dockindock.h Add dockindock example (#308) 2021-04-21 06:37:19 +02:00
dockindock.pro Add dockindock example (#308) 2021-04-21 06:37:19 +02:00
dockindock.py Improve Python Support. 2023-09-28 23:46:58 -05:00
dockindockmanager.cpp Fix crash in dockindock (#317) 2021-04-27 11:16:09 +02:00
dockindockmanager.h Add dockindock example (#308) 2021-04-21 06:37:19 +02:00
dockindockmanager.py Improve Python Support. 2023-09-28 23:46:58 -05:00
main.cpp Add dockindock example (#308) 2021-04-21 06:37:19 +02:00
main.py Improve Python Support. 2023-09-28 23:46:58 -05:00
mainframe.cpp Add dockindock example (#308) 2021-04-21 06:37:19 +02:00
mainframe.h Add dockindock example (#308) 2021-04-21 06:37:19 +02:00
perspectiveactions.cpp Add dockindock example (#308) 2021-04-21 06:37:19 +02:00
perspectiveactions.h Add dockindock example (#308) 2021-04-21 06:37:19 +02:00
perspectiveactions.py Update Python Bindings (#348) 2021-08-26 13:51:09 +02:00
perspectives.cpp Fix various clazy warnings 2022-11-18 21:36:31 +01:00
perspectives.h Add dockindock example (#308) 2021-04-21 06:37:19 +02:00
perspectives.py Improve Python Support. 2023-09-28 23:46:58 -05:00