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

Embed qwidget in QML.

Hello! I have my own widget, where I reimplemented paintEvent, mouseMoveEvent and etc, here [qt-project.org] is the answer to my question for Qt 4.7, but what is the way to embed qwidget in QtQuick 2...

View Article


Memory leaks in QtMultimedia 5.0 on QML element MediaPlayer and Video?

I don’t know this is a bug or not, but you could report the bug through this website—“bug...

View Article


Issue with nested ListViews and scroll bar

Hello, I am facing a problem with nested ListViews and scroll bar. I want to apply a scroll bar to the outer ListView which may contain multiple children ListViews and these can be of different heights...

View Article

Concept of how to pass (hierarchical) data to a custom item

push

View Article

backgroundVisible property in TextArea, bug?

So it seems to me that the backgroundVisible property of TextArea doesn’t work(Qt 5.1): import QtQuick 2.1 import QtQuick.Controls 1.0 Rectangle {    //property alias textDocument:...

View Article


backgroundVisible property in TextArea, bug?

Nope, just set it to false and you’ll get the rectangle’s background.

View Article

Issue with nested ListViews and scroll bar

p

View Article

Qt Quick Controls change background

Hello, I’ve been playing with Qt Quick Controls and I’m trying to make a custom style for a button but I’m having problems animating them when hovering. Here’s what I’ve come up with: import QtQuick...

View Article


QtQuick om Qt 5.1: is it possible to develop for mobile ?

I’m landing here for the first time. I so sad because no book on QtQuick 2 / Qt 5.1 are already available… I’d like to learn QtQuick2 – is it what is called somewhere ‘qml’ ? – is it ok for android...

View Article


Fullscreen application doesn't stay on top

Hello, I have a fullscreen application, based upon qtquick2applicationviewer. At start it occupies the whole screen. When requested it launches an external Qt application, fullscreen too. When finished...

View Article

Memory leaks in QtMultimedia 5.0 on QML element MediaPlayer and Video?

Thank you, Robot, I’ve opened a bug for this. https://bugreports.qt-project.org/browse/QTBUG-32481 I’ll try some api else, thanks for the tip of openCV. If anyone else met the same issue, and happen to...

View Article

QGIS API for linux

Hi all, I want to build the .so files for QGIS in RedHat 5/6. Can anyone please guide me. Im having the sourcecode of QGIS but not getting how to compile it on RedHat, in installation page they have...

View Article

Dynamic invokation of page1.qml, page2.qml using Loader. How to set a...

I’ve main.qml, page1.qml, & page2.qml files. mail.qml is the default page getting loaded from main.cpp. Basing some condition, I’m able to load page1.qml OR page2.qml using Loader. page1.qml...

View Article


How to use/embed a QGraphicsView into QML with touch events for pinch/pan?

see http://qt-project.org/forums/viewthread/30007/

View Article

[solved] QML Flickable doesn't send all mouse events to unterlaying...

I found a solution: To stop flicking when use a pinch gesture, mouse events inside a child component of a flick page you have to set the flickable’s property “interactive” to false. Then the...

View Article


Display XML new line

Hello there, I have difficulties displaying a text that I get from a XmlListModel in a zone (sent when clicked on a ListView Item). The text appears without new lines. I basically do something like...

View Article

QtQuick om Qt 5.1: is it possible to develop for mobile ?

The plan is to release it around late November this year. There may be some delays as usual. I would say you can expect it to be released somewhere in December/ January. Thanks, I would expect a beta...

View Article


QGIS API for linux

Look at the listed packages, IIRC, there is for example the Qt 4 dev packages, so look in RedHat package manager for those. You’ll have to repeat the step for each dependency mentionned

View Article

Qt Quick Controls change background

button and label are defined as components and not items. In practice it means that you cannot “see” them in the same scope like you are assuming here. A simple solution is to animate this without...

View Article

Embed qwidget in QML.

There is no official way to embed QWidget in QML right now. The best way is to port the widget to a QQuickPaintedItem or use Qt Quick Controls to replace widget functionality in your application. There...

View Article
Browsing all 4972 articles
Browse latest View live