1

I have created a hello world project in Qt Design Studio. Now I need to import QtDS project tree/directory in QtQuick qml app.

1 Answer 1

4

The official documentation about this topic is in doc.qt.io/qtdesignstudio/quick-converting-ui-projects. Assuming still this cannot work for you. You can check this post in the Qt forum: how-to-use-qmlproject-ui-qml-forms-from-design-studio-in-qt-creator-pro-project.

So in order to resume the information:

  1. Set all your *.ui.qml files from Qt DS project to a separate *qrc.
  2. Import the new *qrc into your Main Qt Project.
1
  • Thanks, let me check the solution Commented Sep 7, 2021 at 14:16

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Not the answer you're looking for? Browse other questions tagged or ask your own question.