Qt-Advanced-Docking-System/examples/sidebar
Nate Skulic 55ef6ef863
Improve Python Support (#567)
- Reduce requirements for the python build.
- Fix version number.
- Generate type hints for *.pyi files.
- Make functional for sip-build
- 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`( or simply `import PyQtAds`)
2023-10-05 07:23:54 +02:00
..
CMakeLists.txt
main.cpp
main.py Improve Python Support (#567) 2023-10-05 07:23:54 +02:00
MainWindow.cpp
MainWindow.h
MainWindow.ui
sidebar.pro