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

Sending Email to any server in Qt

The image link you have provided is the link of a local file on your harddisk. Nobody besides you will be able to look at the picture. Please check out the forum help [qt-project.org] for assistance in...

View Article



breaking up QML into different files.

Thanks that’s what I thought but I get a no such directory error which doesn’t make any sense because it’s in the same directory as my js files which load and work.

View Article

[SOLVED] QML/C++ integration: QDeclartiveView and Context property usage

@chrisadams Thanks! Both the explanation and example code helped me get through the hurdle. Here’s what was happening. I have a multi-threaded application which uses MVC. While the main thread was...

View Article

i need help for finish task. can pay

Hello friends i need help with mentoring or development for finish task. I can pay the hours, best regards!

View Article

i need help for finish task. can pay

Development for project application need. the project is write in qml. 1- Integrate maliit keyboard on screen at project. 2- List info from mysql database in qml interface. similar to mobile. best...

View Article


inserting and pulling images from sql

Is there a way to insert and pull images from a sql db? I can do it with text but can’t figure out how to do it with images. here is what I’m doing for inserting and grabbing txt is there a way to...

View Article

Flickable interface with snapping to certain spots

Hello there, currently I’m working on a graphical user interface to be used with a touchscreen. The flickable container that is used is a series of images that follow each other horizontally (so far so...

View Article

Setting property based on role

I might be missing something but I can’t find out to set the property based on the role coming in from TableView. If I was using a ListModel then I would have ListModel { id: mymodel ...} ......

View Article


Setting property based on role

By QObjectList you mean QList<QObject*> exposed to QML? If so, then you need you need to have something like this in class you use in your list: Class Ajax: public QObject{  ...

View Article


Flickable interface with snapping to certain spots

Maybe PathView [qt-project.org] will help you.

View Article

inserting and pulling images from sql

I am not sure if it is a good practice to store images into database. You should define your column as BLOB. You will need to write some C++ class to get binary data of image you want to save. and to...

View Article

Segmentation fault on QQuickView::rootObject()

Ok, so, what I’m doing is I have an object QmlGui that has a member QQuickView view, here’s the constructor of QmlGui: QmlGui::QmlGui() {    ...

View Article

Setting property based on role

Its the ‘property’ part I want to call dynamically. I.e. in my class I’ve got properties named, “key”, “value”, “section”. The table then displays those values. Role in this case contains one of those...

View Article


How to display raw image data with qml?

My image data is NOT located in any url. Instead It’s located in memory and I don’t want to save it to disk forsake of performance. How to display it in qml? by means of Canvas?

View Article

How to display raw image data with qml?

Thanks, it seems is what i need.

View Article


Signal from C++ in QML

So I did.     //interfaceqml.cpp           InterfaceQML::InterfaceQML(QObject *parent) : QObject(parent) {    ...

View Article

qqmlapplicationengine refuse to show me something

Hi all, Just checked out qt51rc1. I tried to use qqmlapplicationengine to show a qml file. It seems the application runs silently without showing anything. I did it very simple: in c++ int main(int...

View Article


Segmentation fault on QQuickView::rootObject()

OK, so, I was looking over qmlGui, and realized the only thing that was in it was QQuickView, so I just removed the QmlGui class, and instead this: //Towards the top of my gui.cpp file: QQuickView...

View Article

qqmlapplicationengine refuse to show me something

Same problem. No solution yet, sorry.

View Article

qqmlapplicationengine refuse to show me something

Ah that did the trick! Quite confusing that it doesn’t need it with QtQuick2ApplicationViewer, but never mind.

View Article
Browsing all 4972 articles
Browse latest View live


Latest Images