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

Can't play HLS on OSX with QtQuick

I have reported it as a bug. See here: https://bugreports.qt-project.org/browse/QTBUG-41297

View Article


Handling a ListModel

Hi, could you tell me if using PathView is the best way to create a circular List? Yes. Use the PathView and set it a Model. I want to use a drag on each element on a circular List A so that each...

View Article


QtQuick.Dialogs: 2 question

1-) for this example: http://qt-project.org/doc/qt-5/qml-qtquick-dialogs-messagedialog.html#standardButtons-prop yes and yestoall has same signal.how to handle yes and yestoAll button for diffrerent...

View Article

Using C++ Object to test QML Garbage Collection

In my mobile game , I use QML. The performance is not stable and I am wondering whether the reason is garbage collection. Since I haven’t found way to know when the QML does Garbage Collection, I used...

View Article

How to Read and write metadata from/to jpeg/png image from qml/qt?

Hi Can anyone tell me what are the methods available for reading and writing metadata in qml/qt? I need to write thumbnail image to jpeg image from qml? How do i do? I have checked with...

View Article


Where can I find the source code of the Qt Quick elements ?

In my system sources placed on path: …/Qt/5.3.1/5.3/gcc_64/qml/QtQuick And in gitorious [qt.gitorious.org]:

View Article

Showing Qml Message Diaglog while closing qml application

Hello, I want to show a qml message dialog and let user choose “saving some thing” while exit qml application . I try to show the message diaglog at Component.onDestruction or...

View Article

[SOLVED] Display highlight over the delegate in ListView

Hi All, I’m trying to make highlight in ListView overlap delegates. Documentation says that the default stacking order of delegate instances is 1 and of highlight is 0. I need to make it vice versa. Is...

View Article


Showing Qml Message Diaglog while closing qml application

Hi, IMO Component.onDestruction wont be useful here. With: ApplicationWindow.onClosing: the message diaglog show but the application window disappeared Did you set close.accepted = false before calling...

View Article


[SOLVED] Display highlight over the delegate in ListView

Good… Then please mark the post as solved.

View Article

How to Read and write metadata from/to jpeg/png image from qml/qt?

sure..i will try with that.meanwhile if u get something please post it here… Thanks bala beemaneni

View Article

module "QtQml.Models" is not installed

Im using ubuntu 14.4 with qt 5.2.1 installed Error – module “QtQml.Models” is not installed this is caused while trying to import QtQml.Model 2.0 tried sudo apt-get install qtdeclarative5-models-plugin...

View Article

QQmlApplicationEngine::quit and QGuiApplication::quit

Hi, I found an issue with the following code: MyApplication::MyApplication(int& _argc, char** _argv):     QGuiApplication(_argc, _argv) {    ...

View Article


invalidating / alpha smoothing

Thanks a lot! That’s exactly what I need.

View Article

Styling/theming QML in a CSS-like way

Hi! I know that QML does not support CSS styling like widgets do, and I have read up on different alternative approaches to styling/theming: https://qt-project.org/wiki/QmlStyling...

View Article


Styling/theming QML in a CSS-like way

Hi and welcome to devnet, Interesting question and proposition, however, I would recommend to post them on the interest mailing list. You’ll find there Qt’s developers/maintainers. This forum is more...

View Article

Application Window is empty - Windows 8 - Default project

I’m having the same issue, but these suggestions didn’t help. I’m using the newest version of QT Creator on Windows 8. It works perfectly if I go to the debug build directory and double click on the...

View Article


Application Window is empty - Windows 8 - Default project

Hi. What’s your problem ?

View Article

QQmlApplicationEngine::quit and QGuiApplication::quit

I can’t tell if it’s a bug, untested scenario or expected behavior. You should have a look at the bug report system [bugreports.qt-project.org] to see if someone already wrote about that

View Article

How to append function object to an ListElement and callback when the element...

Hmm, you can try something like this: import QtQuick 2.2 import QtQuick.Controls 1.2   ApplicationWindow {     visible: true     width: 480  ...

View Article
Browsing all 4972 articles
Browse latest View live