Qt-Advanced-Docking-System/examples/centralwidget
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
..
centralwidget.pro Fixed build issues of original pull request 2022-09-07 10:56:17 +02:00
CMakeLists.txt Change targets name based on Qt version (#489) 2023-02-23 15:50:50 +01:00
main.cpp Updated centralwidget test 2020-08-24 11:14:58 +02:00
main.py Improve Python Support (#567) 2023-10-05 07:23:54 +02:00
mainwindow.cpp Re added back in CentralWidgetExample after mistakenly removing it 2022-09-08 11:18:38 +08:00
mainwindow.h Fixed centralwidget example to properly close all floating widgets on main window close 2020-11-26 08:07:31 +01:00
mainwindow.ui Added support for perspectives to centralwidget example to test save and restore state functionality with central widget 2020-09-21 08:39:39 +02:00