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. Qt Quick design issue
Forum Updated to NodeBB v4.3 + New Features

Qt Quick design issue

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
3 Posts 2 Posters 360 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
    KrisJ
    wrote on 9 Mar 2022, 09:26 last edited by
    #1

    Hi All,

    I have installed Qt5.15 creator on my Ubuntu 20.04 and able to create and build applications. When i try to use the Qt Quick Design tool in the qt creator i couldn't edit or add the symbols. As soon as i open the Design i get 3 windows of the build out put and after closing them i couldn't edit anything like adding basic symbols.

    After disabling and enabling the Qt Design in Help>about plugins i see an error for only one time the error "Line 1: QML module contains c++ plugins,currently reading type information QtQuick"
    however i don't see any error highlighted in the qml file (newly created qt quick file ).

    i hope my explanation makes sense, if some one have alreay faced this issue and solved it, please help me.
    Thanks.
    attached a photo.Screenshot from 2022-03-09 03-26-17.png

    1 Reply Last reply
    0
    • T Offline
      T Offline
      Thomas Hartmann
      wrote on 16 Mar 2022, 15:28 last edited by
      #2

      This error is an indication that the code model is still parsing type information. In your case, it looks like the code model never finishes the parsing.
      Can you enter the edit mode and check if the error is also shown there?

      K 1 Reply Last reply 17 Mar 2022, 09:15
      0
      • T Thomas Hartmann
        16 Mar 2022, 15:28

        This error is an indication that the code model is still parsing type information. In your case, it looks like the code model never finishes the parsing.
        Can you enter the edit mode and check if the error is also shown there?

        K Offline
        K Offline
        KrisJ
        wrote on 17 Mar 2022, 09:15 last edited by
        #3

        @Thomas-Hartmann There is no error shown in the edit mode.

        for some reason i couldn't use the design mode. When ever i switch from edit panel to Design panel, the Design opens 3 windows of compiled output and upon closing them i couldn't add the shapes and all.I can change properties like color and only visible when i run the application.

        .!!Screenshot from 2022-03-17 05-10-37.png

        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