Qt Quick design issue
-
wrote on 9 Mar 2022, 09:26 last edited by
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. -
wrote on 16 Mar 2022, 15:28 last edited by
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? -
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?wrote on 17 Mar 2022, 09:15 last edited by@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.