-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to use QML-Executor block #242
Comments
Hi @vardhmanpatil. Have you tried to load sample qmls? https://github.com/GENIVI/CANdevStudio/tree/master/src/components/qmlexecutor/examples What Qt version and system are you using? |
Hi , |
I just unpacked the standalone version I did not install anything related to Qt. OS is According to If this tool is used for creating the Windows standalone package, it might be necessary to add a sample QML file which imports all dependencies that might ever be needed by a QMLExecutor block. |
i managed to make the qmlexecutor work with the "simple_forwarder.qml" file simply by adding "import QtQml 2.0" below the "import QtQuick 2.0" in the qml file used. |
Hi ,
Step 1] I am able to load .dbc file under CanSignaldata and using CanSignalSender sending messages and same observed on virtual bus till it is working fine. (Using standalone version)
Step 2] ]Next step is I need to use QML executor block. I just take QML executor block and triying to load .qml file but its not working .
I don't know how to use it pls share any suggestion/guidance/ or any helpful design document dam stuck here
Pls find below Image that I did sample project..
https://user-images.githubusercontent.com/122876509/212884486-71a91aac-64f5-4c80-b520-f62f8e1ebcaa.png
Note -: This is not an issue this is query I have raised under this tab.
The text was updated successfully, but these errors were encountered: