File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,22 @@ PyQt6 Bindings for (the amazing)
11
11
[ ![ Video Advanced
12
12
Docking] ( https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System/blob/483bb7354ace8f07b76f483ec167e84467ac3977/doc/advanced-docking_video.png )] ( https://www.youtube.com/watch?v=7pdNfafg3Qc )
13
13
14
+ ## Installation
15
+
16
+ ``` sh
17
+ pip install PyQt6Ads
18
+ ```
19
+
20
+ ## Usage
21
+
14
22
Please see [ documentation in the upstream
15
23
repo] ( https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System/blob/master/doc/user-guide.md ) .
24
+
25
+ See also [ examples in this repo] ( ./examples/ ) .
26
+
16
27
The autogenerated type stubs are also useful for understanding the API.
17
28
18
- - ** For PySide6** : See https://github.com/mborgerson/pyside6_qtads
19
- - ** For PyQt5** : See https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System#pyqt5 (in the upstream repo)
29
+ ## Alternatives
30
+
31
+ - ** For PySide6** : See < https://github.com/mborgerson/pyside6_qtads >
32
+ - ** For PyQt5** : See < https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System#pyqt5 > (in the upstream repo)
You can’t perform that action at this time.
0 commit comments