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. How do you build a Qt Creator like UI?
QtWS25 Last Chance

How do you build a Qt Creator like UI?

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 945 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.
  • S Offline
    S Offline
    simon.r
    wrote on last edited by simon.r
    #1

    Hi

    I am making an application which will have 5 parts to it:

    1, A cad system (like 3D Max).

    2, A management system (Stock, Workshop, Client/Project).

    3, A cutting optimizer System (wood, glass ....).

    4, A Design system (like 2020 Design software).

    5, A suit system (shell consisting of the above 4 items at build time (not runtime)) or a docking system for the above 4 items at runtime if it would be easier.

    I would like to code it in C++ and Qt and use Qt Creator.
    I would like it to also be cross platform.

    The best way I can say I would like it to look like is Qt Creator in that:

    • Qt Creator's - Welcome:
      In my application this would be part 5.

    • Qt Creator's - Edit:
      In my application this would be part 1 say.

    • Qt Creator's - Design:
      In my application this would be part 4 say.

    • Qt Creator's - Debug:
      In my application this would be part 2 say.

    • Qt Creator's - Project:
      In my application this would be part 3 say.

    R 1 Reply Last reply
    0
    • S simon.r

      Hi

      I am making an application which will have 5 parts to it:

      1, A cad system (like 3D Max).

      2, A management system (Stock, Workshop, Client/Project).

      3, A cutting optimizer System (wood, glass ....).

      4, A Design system (like 2020 Design software).

      5, A suit system (shell consisting of the above 4 items at build time (not runtime)) or a docking system for the above 4 items at runtime if it would be easier.

      I would like to code it in C++ and Qt and use Qt Creator.
      I would like it to also be cross platform.

      The best way I can say I would like it to look like is Qt Creator in that:

      • Qt Creator's - Welcome:
        In my application this would be part 5.

      • Qt Creator's - Edit:
        In my application this would be part 1 say.

      • Qt Creator's - Design:
        In my application this would be part 4 say.

      • Qt Creator's - Debug:
        In my application this would be part 2 say.

      • Qt Creator's - Project:
        In my application this would be part 3 say.

      R Offline
      R Offline
      raf924
      wrote on last edited by
      #2

      @simon.r see the source : https://github.com/qtproject/qt-creator

      1 Reply Last reply
      0
      • S Offline
        S Offline
        simon.r
        wrote on last edited by
        #3

        Thanks for that.
        I have downloaded it and to tell you the truth I still can not work it out apart from that I think it is using the type Subdirs project.

        Would you know of any video tutorial, examples or documentation on this you know ?

        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