OpenGL context
Hi. We have been developing a software with Qt-4.8.x and recently started to port it with 5.3. I was able to built it with modifying a few lines of code using compatibility QDeclarative modules,...
View ArticleTabViewStyle: make tabs take all horizontal space
Anyone?? This forum isn’t very popular it seems… the majority of the threads has 0 replies.
View ArticleA Swift Playgrounds-like Live Editor for QML
Hi and welcome to devnet ! Looks interesting ! Thanks for sharing
View ArticleDynamicly add c++class instances tu qml objects (not with listview)
Hi guys &girls, I’m writing an application that tracks the head movement from webcam and paint na image over the face. The problem is how to create and bind c++class instance to qml. Pseudo c++...
View ArticleDynamicly add c++class instances tu qml objects (not with listview)
Thanks for replay. Yes, I have looked at this approach, but I dont understand how to connect an instance of a c++ class with generated qml item. Hod do I generate qml items? with javascript? How do I...
View Article[SOLVED] Use relative path of qml file A in qml file B
I have the two qml files A and B. Both are in different directories. A is used in B and should display an image, which is located in the directory of B. But if I set the source of the image in A to...
View ArticleDetect Clicks outside QML Window
How do i detect clicks outside Window {} in QML ? Rectangle { id: topLevel height: 400; width: 400 Window {...
View ArticleAdd Item to FileDialog?
Hi! In the application I am developing I would like to have a FileDialog which has an ExlusiveGroup with Radiobuttons on the right side to specify some import options. I tried to access and modify the...
View ArticleHow to detect Menu closed or dismissal?
No responses so far; is it safe to assume that no such mechanism exist to detect the closing or dismissal of the Menu object? Does that mean I need to implement my own context Menu?
View ArticleDynamicly add c++class instances tu qml objects (not with listview)
Thanks for clarifying. Another option is to use Qt.createComponent() and createObject() from javascript. The documentation for createComponent covers usage pretty well. The QML dynamic scene example...
View ArticleDetect Clicks outside QML Window
Hi, Can you try the latest Qt version to check whether this behavior still occurs ?
View ArticleHow to set the frame rate of camera preview in QT
I have the same problem. I want to access and manipulate the frames of a webcam by using QAbstractVideoSurface. I am currently only achieving a frame rate of 15-16 fps from the camera stream. I desire...
View ArticlePinch and Zoom Camera object in Qml
Hi Friends, I am totally new to qml .I have got a problem which i am trying for past one week. I need to pinch and zoom an camera in qml .I was not able to figure out the best way.i have turned on...
View ArticleIs it possible to have two different tableviews scroll according to eachother?
I have two different tableviews containing QStrings. I need them to scroll according to eachother so they are always on the same height in the content. Is this possible? If not, what kind of an other...
View ArticleIs it possible to have two different tableviews scroll according to eachother?
In QML: import QtQuick 2.2 import QtQuick.Controls 1.2 import QtQuick.Window 2.1 Window { visible: true width: 360 height:...
View ArticleSetting Layout.fillWidth from C++
I have an odd case here. I have some domain objects that are maintained in C++ and the QML is a presentation for them. However, up until now, I could just write generic code to present them. But now, I...
View ArticleSetting Layout.fillWidth from C++
Please tell me there is a better solution than this: /* in GenericNew.qml */ onChildrenChanged: { ...
View Article