Skip to content

Commit 81a0234

Browse files
Added HiveWE editor to showcase applications
1 parent f72a856 commit 81a0234

7 files changed

+18
-5
lines changed

README.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ know it from Visual Studio.
5959
- [QmixElements](#qmixelements)
6060
- [ezEditor](#ezeditor)
6161
- [D-Tect X](#d-tect-x)
62+
- [HiveWE](#hivewe)
6263

6364
### Docking everywhere - no central widget
6465

@@ -312,36 +313,48 @@ If this project help you reduce time to develop or if you just like it, you can
312313
From version 4.12 on, Qt Creator uses the Advanced Docking Framework for its
313314
Qt Quick Designer. This improves the usability when using multiple screens.
314315
315-
![Qt Creator](doc/qtcreator.png)
316+
![Qt Creator](doc/showcase_qtcreator.png)
316317
317318
### [Qt Design Studio](https://www.qt.io/ui-design-tools)
318319
319320
Taken from the [Qt Blog](https://www.qt.io/blog/qt-design-studio-1.5-beta-released):
320321
321322
> 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.
322323
323-
![Qt Design Studio](doc/qt_design_studio.png)
324+
![Qt Design Studio](doc/showcase_qt_design_studio.png)
324325
325326
### [QmixElements](https://www.cetoni.com/products/qmixelements/)
326327
327328
The QmixElements software from [CETONI](https://www.cetoni.com) is a comprehensive,
328329
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
329330
Advanced Docking System in the QmixElements sofware.
330331
331-
![QmixElements](doc/qmix_elements.png)
332+
![QmixElements](doc/showcase_qmix_elements.png)
332333
333334
### [ezEditor](https://github.com/ezEngine/ezEngine)
334335
335336
The ezEditor is a full blown graphical editor used for editing scenes and
336337
importing and authoring assets for the [ezEngine](https://github.com/ezEngine/ezEngine) -
337338
an open source C++ game engine in active development.
338339
339-
![ezEditor](doc/ezEngine_editor.png)
340+
![ezEditor](doc/showcase_ezEngine_editor.png)
340341
341342
### [D-Tect X](https://www.duerr-ndt.com/products/ndt-software/d-tect-xray-inspection-software.html)
342343
343344
D-Tect X is a X-ray inspection software for industrial radiography. It is a state-of-the-art 64-bit application which supports GPU (Graphics Processing Unit) acceleration and takes full advantage of computers with multiple CPU cores. A large set of tools assist the user in image analysis and evaluation. Thanks to the Qt Advanced Docking System the flexible and intuitive user interface can be completely customized to each user’s preference.
344345
345346
[learn more...](https://www.duerr-ndt.com/products/ndt-software/d-tect-xray-inspection-software.html)
346347
347-
![D-TectX](doc/d-tect-x.jpg)
348+
![D-TectX](doc/showcase_d-tect-x.jpg)
349+
350+
### [HiveWE](https://github.com/stijnherfst/HiveWE)
351+
352+
HiveWE is a Warcraft III world editor. It focusses on speed and ease of use,
353+
especially for large maps where the regular World Editor is often too slow and clunky.
354+
It has a JASS editor with syntax hightlighting, tabs, code completion and more.
355+
The JASS editor uses the Qt Advanced Docking System for the management and layout
356+
of the open editor windows.
357+
358+
[learn more...](https://github.com/stijnherfst/HiveWE)
359+
360+
![HiveWE](doc/showcase_hivewe.png)
File renamed without changes.
File renamed without changes.

doc/showcase_hivewe.png

208 KB
Loading
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)