Skip to content

Commit 788c357

Browse files
Added missing README.md changes
1 parent e3844b8 commit 788c357

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

README.md

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,12 @@
77
[What's new](https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System/releases/latest)
88
[Documentation](doc/user-guide.md)
99

10-
Qt Advanced Docking System lets you create customizable layouts using a full
11-
featured window docking system similar to what is found in many popular
12-
integrated development environments (IDEs) such as Visual Studio.
10+
Qt Advanced Docking System lets you create customizable layouts using a full
11+
featured window docking system similar to what is found in many popular
12+
integrated development environments (IDEs) such as Visual Studio.
1313

1414
[![Video Advanced Docking](doc/advanced-docking_video.png)](https://www.youtube.com/watch?v=7pdNfafg3Qc)
1515

16-
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-
2616
## Features
2717

2818
### Overview
@@ -139,7 +129,7 @@ Normally clicking the close button of a dock widget will just hide the widget an
139129

140130
### Python PyQt5 Bindings
141131

142-
![Python Logo](doc/python_logo.png)
132+
<img src="doc/python_logo.png" height="100">
143133

144134
The Advanced Docking System comes with a complete Python integration based on
145135
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:
148138
- [n-elie](https://github.com/n-elie)
149139
- [Hugo Slepicka](https://github.com/hhslepicka)
150140

141+
Latest working version: [3.4.2](https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System/releases/tag/3.4.2)
142+
151143
## Tested Compatible Environments
152144

153145
### Windows
@@ -259,7 +251,13 @@ MainWindow::~MainWindow()
259251
## Developers
260252
261253
- 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
260+
of his docking system project.
263261
264262
## License information
265263

0 commit comments

Comments
 (0)