Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Design Tooling
  3. Qt Design Studio
  4. I can't add QtQuick.Controls component in Qt Design Studio. And I am facing problems while uploading the interface I created in QTDesignStudio to Apalis IMX8!

I can't add QtQuick.Controls component in Qt Design Studio. And I am facing problems while uploading the interface I created in QTDesignStudio to Apalis IMX8!

Scheduled Pinned Locked Moved Unsolved Qt Design Studio
4 Posts 2 Posters 822 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.
  • K Offline
    K Offline
    KeremADAY
    wrote on 11 Aug 2022, 07:01 last edited by
    #1

    Hello Everyone!

    We purchased Ixora V1.2A and ApalisIMX8QP 2GB V1.1C, products of Toradex. We downloaded the demo version of QT and wanted to create a simple interface to try it out.However, we cannot use some of the Components in QTDesignStudio.

    I will share with you step by step what I did and what I could not do.

    First I create a new project in Design Stuio (This is the 1st way).
    a0c736e0-1b0c-4b99-86a9-8ca12241000c-image.png

    This project I created has all the components and I don't get any errors when I add components.

    9d24caa4-a3db-448c-a20f-a3e6054a2532-image.png

    But when I build and run, I get the following error.

    09:29:00: Starting /usr/bin/appcontroller qmlscene -I /opt/UntitledProject17/imports -I /opt/UntitledProject17/asset_imports --apptype widget /opt/UntitledProject17/content/App.qml...
    qt.core.qobject.connect: QObject::connect: signal not found in QProcess
    "FB_MULTI_BUFFER" "2"
    "QTWEBENGINE_DISABLE_SANDBOX" "1"
    "QT_GSTREAMER_PLAYBIN_CONVERT" "imxvideoconvert_g2d"
    "QT_IM_MODULE" "qtvirtualkeyboard"
    "QT_QPA_EGLFS_FORCE888" "1"
    "QT_QPA_EGLFS_FORCEVSYNC" "1"
    "QT_QPA_EGLFS_KMS_ATOMIC" "1"
    "QT_QPA_EGLFS_KMS_CONFIG" "/etc/kms.conf"
    "XDG_RUNTIME_DIR" "/run/user/0"
    "qmlscene" QList("-I", "/opt/UntitledProject17/imports", "-I", "/opt/UntitledProject17/asset_imports", "--apptype", "widget", "/opt/UntitledProject17/content/App.qml")
    file:///opt/UntitledProject17/content/App.qml:30 module "QtQuick" version 6.2 is not installed

    615d93de-4bea-434b-9b10-9a45f5720138-image.png

    And the error displayed on the screen
    19d2f636-bdcb-4faa-80f7-5587bbc71316-image.png

    2nd way;
    I'm creating a new project again, this time I choose the MCU (since I can't see the MPU option)

    04a91fab-321e-4c96-bd07-e26f53c7a348-image.png

    and unfortunately I can't see all the components on the page that opens.
    0c779505-c4c7-4228-9479-bafe4815c25d-image.png

    When I build and run, I can see this interface on my screen.
    0920a143-13df-4696-ab64-ad1c73b25eb6-image.png

    But when I add QtQuick.Controls to the interface
    d81632c8-f16a-4d9f-bdf2-e115c900f63f-image.png

    This yellow warning appears
    ceab843e-a5bb-4c29-a758-28cdf19fa723-image.png

    And,
    I get an error as follows.

    09:51:59: Starting /usr/bin/appcontroller qmlscene -I /opt/UntitledProject18/imports -I /opt/UntitledProject18/asset_imports /opt/UntitledProject18/UntitledProject18.qml...
    qt.core.qobject.connect: QObject::connect: signal not found in QProcess
    "FB_MULTI_BUFFER" "2"
    "QTWEBENGINE_DISABLE_SANDBOX" "1"
    "QT_GSTREAMER_PLAYBIN_CONVERT" "imxvideoconvert_g2d"
    "QT_IM_MODULE" "qtvirtualkeyboard"

    "QT_QPA_EGLFS_FORCE888" "1"
    "QT_QPA_EGLFS_FORCEVSYNC" "1"
    "QT_QPA_EGLFS_KMS_ATOMIC" "1"
    "QT_QPA_EGLFS_KMS_CONFIG" "/etc/kms.conf"
    "XDG_RUNTIME_DIR" "/run/user/0"
    "qmlscene" QList("-I", "/opt/UntitledProject18/imports", "-I",
    "/opt/UntitledProject18/asset_imports", "/opt/UntitledProject18/UntitledProject18.qml")
    file:///opt/UntitledProject18/UntitledProject18.qml:8 Type Screen01 unavailable
    file:///opt/UntitledProject18/Screen01.ui.qml:-1 module "MCUDefaultStyle" is not installed

    quit
    Process exited with exit code 255

    09:52:00: /usr/bin/appcontroller exited with code 0

    115fd8b1-be78-45b6-8c9d-a409560fc312-image.png

    Please help me with this problem. I want to load the interface that I created in QT to the MPU I bought, using all the components.

    Thank you in advance for your feedback.
    Best Regards,
    Kerem ADAY

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 11 Aug 2022, 17:41 last edited by
      #2

      Hi,

      Do you have a Qt build for your targets ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • K Offline
        K Offline
        KeremADAY
        wrote on 12 Aug 2022, 05:24 last edited by
        #3

        @SGaist said in I can't add QtQuick.Controls component in Qt Design Studio. And I am facing problems while uploading the interface I created in QTDesignStudio to Apalis IMX8!:

        How I know if I have QT Build for the target devices?
        And if I don't have it how to get it.

        I am new to QTDesignStudio and Qt Creator. Sorry if I'm asking a simple question.

        1 Reply Last reply
        0
        • S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 12 Aug 2022, 06:50 last edited by
          #4

          Unless you have followed Toradex documentation my guess is that you do not do.

          I would recommend talking with them about that. They have a pretty extensive documentation like this getting started page.

          Thus I would recommend to first get your environment up and running for development on your target and then come back to Qt Design Studio.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0

          1/4

          11 Aug 2022, 07:01

          • Login

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