Skip to content

Commit 70ef009

Browse files
Updated marketplace description
1 parent a1bc4a0 commit 70ef009

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/ads_qt_marketplace_description.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,10 @@ You can detach dock widgets and also dock areas in the following ways:
9292
### Supports deletion of dynamically created dock widgets
9393

9494
Normally clicking the close button of a dock widget will just hide the widget and the user can show it again using the toggleView() action of the dock widget. This is meant for user interfaces with a static amount of widgets. But the advanced docking system also supports dynamic dock widgets that will get deleted on close. If you set the dock widget flag `DockWidgetDeleteOnClose` for a certain dock widget, then it will be deleted as soon as you close this dock widget. This enables the implementation of user interfaces with dynamically created editors, like in word processing applications or source code development tools.
95+
96+
### Python PyQt5 Bindings
97+
98+
![Python Logo](https://raw.githubusercontent.com/githubuser0xFFFF/Qt-Advanced-Docking-System/master/doc/python_logo.png)
99+
100+
The Advanced Docking System comes with a complete Python integration based on
101+
PyQt5 bindings. The package is available via [conda-forge](https://github.com/conda-forge/pyqtads-feedstock).

0 commit comments

Comments
 (0)