Qt module not installed in QtDesigner
-
Hi guys,
Please help me ......
I tried to import QtChart, QtWebKit, QtSensors, etc (except quickcontrol2) from qtdesigner but in qt designer i got a warning about QtChart/QtBluetooth/QtSensor is not installed,. i dont know why that is happen. I tried install qt from online installer or offline but still got that problem, and i check all module in that installer.
how to solved thats problem? or maybe because i only install community version??Thanks.
Best RegardsM.Rizal Jauhari
-
@Diracsbracket
i installed qt in /opt/Qt using root.
in that image shown warning in navigator because i import module qtCharts. -
@mr.jo
These are only warnings; everything works fine?It seems to happen with the latest version of Qt Creator, also on my Win10 platform with Qt 11.0 : After having used it for a while, possibly after switching projects a couple of times, my imports get flagged as "not installed", although the project compiles correctly. Usually, these warnings go away after I restart Qt Creator...
-
@mr.jo
If the examples work, then something must be wrong with your code or project setup.
Look at the.pro
file of the examples and check if you have the right values for theQT
variable etc, e.g.QT += qml quick widgets
-
@Diracsbracket i write like example and never forget to add module in .pro, i dont know why in qtdesigner still get warning like that,.
is qtchart have form like qtquick control2 in qt designer? -
@mr.jo
What do you mean? In the image, the chart is currently selected, and its parameters are shown in the Right panel.If you mean that it does not appear in the list of QML types to choose from, I don't know why that is. It does not appear in mine either.
I have tried the to build the designer plugin as described here:
https://stackoverflow.com/questions/37869807/qt-charts-and-data-visualization-widgets
But it does not help to add those types to the QML type list. -
yes its selected,. but if i want to change coordinate or size the charts form, i must change from source code?we cant just change from designer like a qt quick control or basic form? or maybe i dont understand how qt designer's work? or maybe thats module for designer only available for commercial version?
-
@mr.jo
You can change e.g. the size and position from both the code and Qt Designer.
In fact, in Qt Designer, you can have both the code and the form view side-by-side.
If you change the code, you will see the corresponding Qt Designer fields updated
accordingly.
This has nothing to do with a license. QtCharts no longer requires a commercial
license. -
@Diracsbracket thanks alot , but we still cant see widget qtchart in designer? just a blank form like that, right??
-
@Diracsbracket said in Qt module not installed in QtDesigner:
gner. You must run the program to see it.
but i confuse about that warning, maybe ok i cant see in designer, i just code that what paramater i need for that charts and not use a designer but its bother me hahaha. is it bug on qt designer and module, or maybe thats qtdesigner's work. fyi bluetooth sensor websocket webengine and many module have a warning like that. its bother me !!! haha..
-
@Diracsbracket but if u check in QT instalation folder in /qt/version/gcc_64/ there is all module that u installed, maybe qtcreator not using that path so qtcreator got that warning. if u check in /qt/Tools/QtCreator/lib/Qt/qml ,that folder not contain all module maybe just base module.
-
@Diracsbracket i tried to compile plugin qtchart again from source and get libqtchartdesigner.so then i put in path gcc_64/plugins/designer, after that i run designer from gcc_64/bin/ (standalone), and i got qt chart chartview widget, but still not have qtchart widget in qt quick designer(qt creator). :D im still tried how this application works perfectly haha. maybe because configuration path in qml emulation layer, but i dont know what it is :D