Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Embedding Qt Quick designer in application
Forum Updated to NodeBB v4.3 + New Features

Embedding Qt Quick designer in application

Scheduled Pinned Locked Moved QML and Qt Quick
2 Posts 2 Posters 498 Views 1 Watching
  • 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.
  • strahlexS Offline
    strahlexS Offline
    strahlex
    wrote on last edited by
    #1

    I want to make a part of my application user configurable. Basically a user should be able to create a custom UI with something like a Qt Quick designer. Is this somehow possible?

    I found some solutions for live coding with QML. It would be even more awesome if users could drag and drop a set of Items to generate code like Qt Designer does.

    Feel free to check out my website machinekoder.com
    and my pet projects Intellicute and QtQuickVcp

    1 Reply Last reply
    0
    • T Offline
      T Offline
      ThomasHartmann
      wrote on last edited by
      #2

      Hi Qt Quick Designer relies on big parts of Qt Creator. Therefore embedding the designer into your own application would mean you have to embed most of Qt Creator.
      What I would try is to down strip Qt Creator a little bit and then run Qt Creator/Qt Quick Designer as a separate application to design your UIs.

      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