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 Change targets name based on Qt version (#489) 2023-02-23 15:50:50 +01:00
main.cpp Added new SidebarExample 2020-05-07 14:39:02 +02:00
main.py Improve Python Support (#567) 2023-10-05 07:23:54 +02:00
MainWindow.cpp Fixed examples/sidebar bug 2022-03-04 13:43:21 +01:00
MainWindow.h Changed demos to delete the dock manager when the main window is closes to ensure that all floating widgets als "closed" (destroyed) 2020-07-22 11:28:41 +02:00
MainWindow.ui Added new SidebarExample 2020-05-07 14:39:02 +02:00
sidebar.pro Created ads.pri to ease linking of ads library 2021-01-02 19:48:34 +01:00