diff --git a/README.md b/README.md index dd5df36a..a9a30883 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,9 @@ of his docking system project. - [KDDockWidgets](#kddockwidgets) - [QtitanDocking](#qtitandocking) - [Donation](#donation) + - [Showcase](#showcase) + - [Qt Design Studio](#qt-design-studio) + - [QmixElements](#qmixelements) ### Docking everywhere - no central widget @@ -273,3 +276,21 @@ If this project help you reduce time to develop or if you just like it, you can Donate with PayPal + +## Showcase + +### [Qt Design Studio](https://www.qt.io/ui-design-tools) + +Taken from the [Qt Blog](https://www.qt.io/blog/qt-design-studio-1.5-beta-released): + +> The most obvious change in [Qt Design Studio 1.5](https://www.qt.io/blog/qt-design-studio-1.5-beta-released) is the integration of dock widgets using the Qt Advanced Docking System. This allows the user to fully customize the workspace and also to undock any view into its own top level window. This especially improves the usability when using multiple screens. + +![Qt Design Studio](doc/qt_design_studio.png) + +### [QmixElements](https://www.cetoni.com/products/qmixelements/) + +The QmixElements software from [CETONI](https://www.cetoni.com) is a comprehensive, +plugin-based and modular laboratory automation software for controlling CETONI devices using a joint graphical user interface. The software features a powerful script system to automate processes. This [blog post](https://www.cetoni.com/blog/qmixelements-advanced-docking-system/) gives a nice overview about the use of the Qt +Advanced Docking System in the QmixElements sofware. + +![QmixElements](doc/qmix_elements.png) diff --git a/doc/qmix_elements.png b/doc/qmix_elements.png new file mode 100644 index 00000000..ef837a60 Binary files /dev/null and b/doc/qmix_elements.png differ diff --git a/doc/qt_design_studio.png b/doc/qt_design_studio.png new file mode 100644 index 00000000..9353e3b7 Binary files /dev/null and b/doc/qt_design_studio.png differ