You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything is implemented with standard Qt functionality without any
17
-
platform specific code. Basic usage of QWidgets and QLayouts and using basic
18
-
styles as much as possible.
19
-
20
-
This work is based on and inspired by the
21
-
[Advanced Docking System for Qt](https://github.com/mfreiholz/Qt-Advanced-Docking-System)
22
-
from Manuel Freiholz. I did an almost complete rewrite of his code to improve
23
-
code quality, readibility and to fix all issues from the issue tracker
24
-
of his docking system project.
25
-
26
16
## Features
27
17
28
18
### Overview
@@ -139,7 +129,7 @@ Normally clicking the close button of a dock widget will just hide the widget an
139
129
140
130
### Python PyQt5 Bindings
141
131
142
-

132
+
<imgsrc="doc/python_logo.png"height="100">
143
133
144
134
The Advanced Docking System comes with a complete Python integration based on
145
135
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
@@ -148,6 +138,8 @@ by the following people:
148
138
-[n-elie](https://github.com/n-elie)
149
139
-[Hugo Slepicka](https://github.com/hhslepicka)
150
140
141
+
Latest working version: [3.4.2](https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System/releases/tag/3.4.2)
142
+
151
143
## Tested Compatible Environments
152
144
153
145
### Windows
@@ -259,7 +251,13 @@ MainWindow::~MainWindow()
259
251
## Developers
260
252
261
253
- Uwe Kindler, Project Maintainer
262
-
- Manuel Freiholz
254
+
- Manuel Freiholz
255
+
256
+
This work is based on and inspired by the
257
+
[Advanced Docking System for Qt](https://github.com/mfreiholz/Qt-Advanced-Docking-System)
258
+
from Manuel Freiholz. I did an almost complete rewrite of his code to improve
259
+
code quality, readibility and to fix all issues from the issue tracker
0 commit comments