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

[Solved] QML import path

Well I’m thoroughly confused. I got up this morning happy to see shav’s post. I go to try it out but everything is already working. The only thing I can think of is that a system restart made Qt...

View Article



Crash Simple QtQuick App

Windows 8.1 Detect and Update My graphics driver But I Install Intel Graphics Driver from https://downloadcenter.intel.com resolvent my problem but bad draw Qt Quick Control (todos Qt Example)

View Article

Little mistake in example

Hi! I think in this example (found on http://qt-project.org/doc/qt-5/qmlfirststeps.html#animations) there is a mistake: Rectangle {     color: "lightgray"  ...

View Article

QQuickView to FBO to OpenGL texture

Hello, I’m trying to render a QML scene overlaid on top of an OpenGL scene. To achieve this, I used QQuickView::setRenderTarget() to render to an FBO. I know this part is working, as I can retrieve the...

View Article

Menu in Widget embedded QQuickView

I have a QQuickView inside a Window container in a QMainWindow created like this: QQuickView* viewer = new QQuickView(); QWidget* container = createWindowContainer(viewer, this); ......

View Article


Little mistake in example

Why do you think it is a mistake? Do you get any errors at runtime?

View Article

CustomItem derived from QQuickItem and exposed to QML has incorrect alignment

I’m trying to make a custom QQuick Item (rect1) and to align it under the label text1 in the ApplicationWindow //----- main.qml -----   import QtQuick 2.2 import QtQuick.Controls 1.2 import...

View Article

How to combine Qt/c++ file with a qml file in one project?

Hi everybody , I’m developing a c++ application using Qt and I’m using Qt quick for the design .The problem that I am facing is that I didn’t know how to combine a qml file with a c++ file in the same...

View Article


QQuickView to FBO to OpenGL texture

Thanks for the info and the links, I’ll have a read. QQuickRenderControl has been in my sights since I first read the planned features for 5.4, so I’ll be sure to use it when it’s available! For the...

View Article


How to combine Qt/c++ file with a qml file in one project?

Ok , Thank you for the clarification.

View Article

Qt commercial chart building and usage

I am facing a weird issue wiht Qt. I am working with Qt Quick 2.2 on ubuntu with Qt5.3.1. I am using evaluation version of Qt enterprise. I built Qt commercial chart with instruction as below....

View Article

Little mistake in example

Mmm… it is strange then because I don’t understand why it is not working. Thanks anyway!

View Article

Qt commercial chart building and usage

Hi and welcome to devnet, Qt Commercial Chart is a commercial product, you should contact Digia directly

View Article


How to open a new window in Qt Quick with a mouse area signal ?

Hello , I’m developping an application using Qt quick and I’m still at the beginning . I created a personalized buttton and I created a mouse area but I didn’t know how to open a new window with the...

View Article

How to open a new window in Qt Quick with a mouse area signal ?

Hi ysing, I think will be grade if you use the function which I posted upper. All you need it’s add the code to action which must show window. var wnd = createWindow(<some parent...

View Article


How to open a new window in Qt Quick with a mouse area signal ?

Thank you very much for your help shav but my application should be in c++(I’m trying to avoid java) hence I will rewrite the code (since I’m still at the beginning) but with c++ classes and I will...

View Article

Get items after loading a qml file using the Loader QML

You can access the children object of Item. That is the only way. Your posting already included this. You can try with only this as you have done it.        ...

View Article


Problem running QML example

I’m new to Qt and have recently installed Qt v5.3.1 (OpenGL 32bit) on Windows 8- bit.I am using VS 2013 Pro. I have tried an example for calculator (Qt5.3.1\Examples\Qt-5.3\quick\demos). It’s solution...

View Article

How to create List view inside another list view

For my project I need to create a parent list view and a child list view, and it seems work. But the problem is I can’t update the model for each child list with different value, I know why this...

View Article

Problem running QML example

Welcome to the forum. I strongly suspect that OpenGL drivers are not installed properly. I’m not sure about which one to install for your box. May be your hardware vendor support guys should be able to...

View Article
Browsing all 4972 articles
Browse latest View live




Latest Images