Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Browsing all 4972 articles
Browse latest View live

How can I import Chart.js to the qt quick2

with Qml language

View Article


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 Article


Qt 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 Article

Save 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 Article

Save 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 Article


Creating 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 Article

Transition 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 Article

Cross 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 Article


Transition onRunningChanged only call new.state for specific State name [solved]

You sir are amazing.

View Article


Lost 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 Article

Lost 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 Article

How 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 Article

QtQuick 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 Article


Save 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 Article

SequentialAnimation 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 Article


ListView 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 Article

Using 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 Article


How to convert QML Object to QImage ?

Hi, How can i get a QImage of a child QML Object ? Thank you.

View Article

Using 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 Article

The meaning of the "preview" parameter from the example "declarative-camera"

imageCapture {             onImageCaptured: {                ...

View Article
Browsing all 4972 articles
Browse latest View live