Skip to content

Commit e3844b8

Browse files
Added Python section to README.md
1 parent f074ea9 commit e3844b8

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ of his docking system project.
3838
- [Tab-menu for easy handling of many tabbed dock widgets](#tab-menu-for-easy-handling-of-many-tabbed-dock-widgets)
3939
- [Many different ways to detach dock widgets](#many-different-ways-to-detach-dock-widgets)
4040
- [Supports deletion of dynamically created dock widgets](#supports-deletion-of-dynamically-created-dock-widgets)
41+
- [Python PyQt5 Bindings](#python-pyqt5-bindings)
4142
- [Tested Compatible Environments](#tested-compatible-environments)
4243
- [Windows](#windows)
4344
- [macOS](#macos)
@@ -136,6 +137,17 @@ You can detach dock widgets and also dock areas in the following ways:
136137

137138
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.
138139

140+
### Python PyQt5 Bindings
141+
142+
![Python Logo](doc/python_logo.png)
143+
144+
The Advanced Docking System comes with a complete Python integration based on
145+
PyQt5 bindings. The package is available via [conda-forge](https://github.com/conda-forge/pyqtads-feedstock). The python integration has been contributed to this project
146+
by the following people:
147+
148+
- [n-elie](https://github.com/n-elie)
149+
- [Hugo Slepicka](https://github.com/hhslepicka)
150+
139151
## Tested Compatible Environments
140152

141153
### Windows

doc/python_logo.png

34.6 KB
Loading

0 commit comments

Comments
 (0)