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
-[RDE – Robox Development Environment](#rde--robox-development-environment)
190
191
-[ResInsight](#resinsight)
191
192
-[ADTF 3](#adtf-3)
192
-
-[DREAM.3D NX](#dream3d-nx)
193
+
-[DREAM3D-NX](#dream3d-nx)
193
194
-[LabPlot](#labplot)
194
195
-[Alternative Docking System Implementations](#alternative-docking-system-implementations)
195
196
-[KDDockWidgets](#kddockwidgets)
@@ -308,7 +309,7 @@ More about the auto hide configuration options in the [online documentation...](
308
309

309
310
310
311
Thanks to the contribution of several users, the Advanced Docking System comes
311
-
with a complete Python integration. Python bindings are available for **PyQt5** and
312
+
with a complete Python integration. Python bindings are available for **PyQt5**, **PyQt6**, and
312
313
**PySide6**.
313
314
314
315
### PySide6
@@ -328,6 +329,24 @@ The PySide6 bindings were contributed by:
328
329
329
330
Please file PySide6-QtAds-specific issues on its [pyside6_qtads](https://github.com/mborgerson/pyside6_qtads) fork for tracking. For more information about the PySide6 bindings read [this](https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System/issues/298) issue.
330
331
332
+
### PyQt6
333
+
334
+
A PyQt6 ADS package is available via PyPi and can be installed on Windows,
335
+
macOS, and Linux with:
336
+
337
+
```bash
338
+
pip install PyQt6Ads
339
+
```
340
+
341
+
Sample code is available [here](https://github.com/pyapp-kit/PyQt6Ads/tree/main/examples).
342
+
343
+
The PyQt6 bindings were contributed by:
344
+
345
+
-[tlambert03](https://github.com/tlambert03)
346
+
347
+
Please file PyQt6Ads-specific issues at [pyapp-kit/PyQt6Ads](https://github.com/pyapp-kit/PyQt6Ads).
348
+
349
+
331
350
### PyQt5
332
351
333
352
A package is available via [conda-forge](https://github.com/conda-forge/pyqtads-feedstock).
@@ -582,7 +601,7 @@ highlights are:
582
601
- Simple Drag & Drop user interface.
583
602
- Load data from file.
584
603
- Connect to live streaming of data.
585
-
- Save the visualization layout and configurations to re-use them later.
604
+
- Save the visualization layout and configurations to reuse them later.
586
605
- Fast OpenGL visualization.
587
606
- Can handle thousands of timeseries and millions of data points.
588
607
- Transform your data using a simple editor: derivative, moving average, integral, etc…
@@ -667,15 +686,17 @@ says about the switch to Qt Advanced Docking:
DREAM.3D *(Digital Representation Environment for Analysis of Materials in 3D)* is an open source, cross-platform and modular, software suite that allows users to prepare, reconstruct, quantify, instantiate, and mesh, multidimensional, multimodal microstructural data, as well as many other applications.
691
+
DREAM3D-NX *(Digital Representation Environment for Analysis of Materials in 3D)* is a cross-platform and modular, software suite that allows users to prepare, reconstruct, quantify, instantiate, and mesh, multidimensional, multimodal microstructural data, as well as many other applications.
673
692
674
-
[BlueQuartz Software](http://www.bluequartz.net/) is currently completely rewriting the DREAM.3D application. For the upcoming version **[DREAM3D NX](http://www.dream3d.io/)** they improved the UI by using the Advanced Docking System. An [early version](http://www.dream3d.io/) of **DREAM3D NX** with ADS is already available to any user who would like to take the brand new version out for a spin.
693
+
[BlueQuartz Software](http://www.bluequartz.net/) has completely rewritten the old DREAM.3D version 6.5 application
694
+
taking advantage of the Advanced Docking System to present a highly customizable user interface
0 commit comments