How can I import Chart.js to the qt quick2
Are you getting any errors? You can import any JS file with an import statement.
View ArticleQt Qml Database
hi ,friends i have created one database..i have stored peoples in table…. whenever i retrieved people names it should display in my qml through listview…suppose if there are similate name in the...
View ArticleSave image from qml
I am using snippet from this link http://qt-project.org/forums/viewthread/3948 It works very well in Qt 4.7 . Now I am using Qt 5.0.1 . I changed qdeclarative view to qquick view no other changes are...
View ArticleSave image from qml
Hi, take a look at this thread [qt-project.org]. My apologies, did not see that you mentioned this same topic. Will post more after taking another look at the code. My first guess would be that the...
View ArticleCreating new folder in Qml
Hi friends, I want to create a new folder in Qml…So i found out it via Qt…..so i want to integrate this below Qt C++ with Qml…..How is it possible… @QDir dir(“path/to/dir”); if (!dir.exists()) {...
View ArticleTransition onRunningChanged only call new.state for specific State name [solved]
I’m using the code below for an animation of a specific mousearea. When the mousearea is clicked the animated is fired and when completed the state1 is called. This works fine but I also have a back...
View ArticleCross compile QML project for Raspberry pi
Thanks for your reply. It is set to Generic Linux Device. The device it self than is my raspberry pi, configured to connect using ssh. I guess thats correct?
View ArticleLost image, mousearea... drag and drop in design mode
Somehow I lost the items to drag and drop in the design mode for qt creator and of course I can’t find out how to get it back.
View ArticleLost image, mousearea... drag and drop in design mode
You should just press the bar where it says “Open Documents”, and you will get a context menu where you can select Library and it should be what I think you want.
View ArticleHow to get to work c++ qml extension.
Hello! The issue goes during porting my plugin to 4.8.h to 5.0.2. Utility qmlplugindump.exe gives me errors, but not correct types file. So i`l try to create empty plugin from QtCreator templates. So,...
View ArticleQtQuick 2 laggy?
Hello, I’ve tried the new qt 5.1 beta opengl msvs2012 together with the new desktop controls (I’m running on Windows 7 ×64). When I run the “gallery” example under quick/controls I think its quite...
View ArticleSave image from qml
Alek smierciak thank you. I tried an approach which is not working. here is the code import QtQuick 2.0 Rectangle { width: 640 height: 480...
View ArticleSequentialAnimation runs but not ParallelAnimation
For some reason when I run SequentialAnimation from animations run but if I change it from SequentialAnimation to ParallelAnimation it does not. SequentialAnimation { id: playbanner...
View ArticleListView doesn't update after changing data in QStringListModel
Hi! I’m writing a program to show in real time the position of the planets in the ecliptic. First, I have a ListView: import QtQuick 2.0 Item { width: 200 ...
View ArticleUsing qml sql to pull data but how can I use it to be displayed.
I’m using this .js var index_count = 0 var up_check = 0 function get_db(a, up_check) { var db = LocalStorage.openDatabaseSync("DB5",...
View ArticleHow to convert QML Object to QImage ?
Hi, How can i get a QImage of a child QML Object ? Thank you.
View ArticleUsing qml sql to pull data but how can I use it to be displayed.
I think that you can find in this learning guide [releases.qt-project.org] how to read from the database.
View ArticleThe meaning of the "preview" parameter from the example "declarative-camera"
imageCapture { onImageCaptured: { ...
View Article