Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt - Diagram Editor or Form Designer

Qt - Diagram Editor or Form Designer

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 563 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • webzoidW Offline
    webzoidW Offline
    webzoid
    wrote on last edited by
    #1

    Is anyone aware of any 3rd party diagram editor widget or form designer widget similar to the form designers in Qt Creator, Visual Studio or other common development environments?

    Ultimately, what I'm looking for is something similar to this .Net control I've used previously:

    https://documentation.devexpress.com/WindowsForms/114833/Controls-and-Libraries/Diagrams

    Whereby the end user, at runtime, can drag-and-drop controls, widgets or items from a Toolbox onto a diagram or form - with the ability to resize and move these controls as well as modify properties belonging to the items. Properties would include things like background color, text, font, image, and so on.

    I also realise that there is no native Qt PropertyGrid style widget due to the features of the C/C++ language when compared to the properties of a C# class. However, given the power of the Qt metaObject system, this wouldn't be too much trouble to implement.

    Having had a play around with the DiagramScene example Qt application, this is indeed a very good start. I have, however, realised that there is a lot of work in implementing such a widget so if there is something off-the-shelf which can be used then I'd much prefer to go down this route.

    Has anyone had any experience with any such widgets? Any hints would be greatly appreciated.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved