pyside6_qtads icon indicating copy to clipboard operation
pyside6_qtads copied to clipboard

Python bindings to Qt Advanced Docking System for PySide6

Results 13 pyside6_qtads issues
Sort by recently updated
recently updated
newest added

Hi there, Thank you for the work you've done already. I really appreciate it. Recently, I wanted to use this PySide6 port of QT ADS for my project, and bumped...

I am wondering whether there is an easy solution to provide this functionality. I have currently achieved this in my pyside6 application in the most horrible way by: 1) Enabling...

Add stub (.pyi) files generation in CMakeLists.txt

The script below works fine in 4.1.0.3 but results in a "Process finished with exit code -1073741819 (0xC0000005)" after upgrading to 4.2.1 (PySide6-Essentials-6.6.2 PySide6-qtads-4.2.1 shiboken6-6.6.2) Env: Python 3.11 Windows 11...

In my application I'm doing: ```python PySide6QtAds.CDockManager.setAutoHideConfigFlag( PySide6QtAds.CDockManager.DefaultAutoHideConfig ) PySide6QtAds.CDockManager.setAutoHideConfigFlag( PySide6QtAds.CDockManager.AutoHideSideBarsIconOnly, True ) ``` this worked fine in 4.1.0.3 However since upgrading to 4.2.1 this raises a `AttributeError: type object...

Hello,In the Demo folder, line 221 of this main.py,"splitter = QtAds.internal.findParent(QtAds.CDockSplitter, dock_area)" PySide6 Environment 'PySide6QtAds' has no attribute 'internal' thank you!!

I am encountering an issue when trying to use the PySide6QtAds package in my Python 3.10 environment on Windows. When I attempt to import the PySide6QtAds module in my script,...

Hi, I'm writing an application where a user can create multiple charts to plot data. For each chart dock he creates, there is a corresponding "settings" dock created. These "settings"...

I am experiencing an issue while trying to use the PySide6QtAds package in my Python 3.10 environment on Windows. When I attempt to import the PySide6QtAds module in my script,...