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

Filter QML Model

Hi jens, I’ve tried to port my QAbstractListModel to a QSortFilterProxyModel. But it keeps crashing as soon as i try to set data or accessing the ClipList m_clips member in any way. Can the...

View Article


AnimatedSprite: reverse property

Yeah, sorry for forgetting this. http://jackbutnotjill.com/final_project/experiments/prototype/images/characters/m-5.png (I found this via “test sprite” @google images x) [EDIT: I use Qt...

View Article


QML component inheritance - problem

@onek24: You are right I didn’t notice the “some code” mention. However it is still possible to move the rectangle and the outside code to Robot.qml @sibislaw2: Is something like below possible in your...

View Article

Erro with qt quick(no show correctly)

I wanted create a applicantion with qt quik, but I can not run….he show a window transparent….. I read some about ANGLE, but do not know what to do…. Has anyone had this problem? How to solve this?

View Article

Convert from custom type to string

Hi. I’m register converter for my type, but in qml I get error: Error: Cannot assign QObject* to QString. C++ ... QString convert( const IServer* srv ) {     return...

View Article


drawing problem, some area does not draw well on Windows machine.

hello, thanks for your reply. I tried, but the problem is still only on the third one. Please see the result below. http://ameblo.jp/jianghaiying2002/entry-11768624153.html And please see the new code,...

View Article

Erro with qt quick(no show correctly)

Hi, What is your operating system? Are you using a physical machine or a virtual machine? What is your graphics card?

View Article

Error installing Qt3D with QtCreator and qt5

I tried to install Qt3D using QtCreator 5.1.1 on Windows 8, and I can’t figure out how to succeed. First, I followed the steps given in the documentation: get the sources on git://gitorious.org/qt/qt3d...

View Article


How can I view PDF files on QML (QtQuick 2) ?

How can I view PDF files on QML (QtQuick 2) ?

View Article


Erro with qt quick(no show correctly)

You’re welcome. I’ll see what i can find but the problem is probably the non-opengl support. Just try it out without open-gl and it should work out fine. Otherwise you still can use QtQuick 1.0 which...

View Article

Tree model Table view

Thanks, Jens i’m looking something like that. I want to you tree model with list view in qml.

View Article

Passing QLists to QML

I’ll provide you a simple and easy to understnad sample Model i just made: model.h #include <QModelIndex>   class Model : public QAbstractListModel {    ...

View Article

Error installing Qt3D with QtCreator and qt5

Hi Lauriane, I replaced “#include <Qt3D/” with “#include <” in all “.h” files of project qt3d.pro and so far mingw32-make keeps running (not finished yet, though). Rene

View Article


Best option for 3D Viewer in Qt 5.0

Please keep us/this thread updated!

View Article

Can we change a rootcontext ?

I am very very new to Qt and wanted to know if there is a way I can dynamically update or set the root Context for say QQmlngine or QQuickView ?

View Article


How can I access the "currentItem" of a ListView before it is changed by...

So I have some animations happening on my ListView items in the case that they are too long for their container. When the user hits an up or down arrow key I can set these animations in motion (if...

View Article

[Solved] How to add a Close Button in TabView Tabs

Thanks Jens, I actually was doing something similar using an Image and MouseArea instead of a Button. Switching to the Button works fine. I guess I still don’t quite get the Controls code yet.

View Article


Loading resources in a file embedded in a resource file

Yes, it’s either “:/prefix/file” or “qrc:/prefix/file” (both should work the same, but rarely do). You can try passing the path without any reference to QRC, though. Since you are loading QML from the...

View Article

qcustomplot

hey, can anyone tell me how to use qcustomplot for plotting…. i did evevry thing but at last stage i am getting error qcustomplot.h no such file or directory…..

View Article

resolution independent gui

hey anyone tell me how to make resolution independent gui……that can fit on any resolution correctly….

View Article
Browsing all 4972 articles
Browse latest View live