"Very New to QTquick" ..Hit a snag with label: ?
Hi, I’m a complete newcomer to Qt Quick and I hit a snag following the “Getting Started Programing with Qt Quick” from QTDoc 5.2 I’ve installed the complete online down load options for qt, and...
View Article"Very New to QTquick" ..Hit a snag with label: ?
Hi, It looks like the documentation has some errors in it. The Button QML type was updated in Qt 5, but they forgot to update that example. Replace “label” with “text”, and you should be fine :) Thanks...
View ArticlePoor rendering on Windows machine
Hi, many thanks for your advice. Could you please share the info where I can get the installer of ANGLE version for windows machine? I will try it. Thanks and kind regards.
View ArticleHow to bind QML /C++ class on QtQuick2ControlsApplicationViewer
My apologies, I was mistaken. You’re right, ApplicationWindow cannot be used with QtQuick2ApplicationViewer which subclasses QQuickView. Ok, note that QtQuick2ControlsApplicationViewer is not actually...
View ArticleI have an array of double (size more than 60k entries), I have the frequency...
Which compiler? Qt 4.7 is very old, but I got multimedia working with the MinGW 4.4 compiler before. Can you please post your .pro file?
View ArticleIs exist fututre plans for supproting tech like qss in qml?
Hi all! I interested in this because I don’t understand how I can create several designs for several platforms in my app. I don’t want to create several projects for each platform, I want to load...
View ArticleAccessing a child/item's property in Repeater
Hi, You can try something like this: property list<QtObject> myModel: [ ...
View ArticleHow to bind QML /C++ class on QtQuick2ControlsApplicationViewer
You’re welcome :) Happy coding!
View ArticleAllow border of a rectangle to paint on top of any children
Children in my rectangle are covering its border. Is there a way to have a rectangle’s border always be on top?
View Articlesignal called from QML isn't connected to C++ slot, no errors given
I’ve been pouring over Qt documentation for 5 days straight and just spent literally all night trying to solve this one signal/slot error in a prototype, trying to understand Qt. I’m able to connect...
View Articlesignal called from QML isn't connected to C++ slot, no errors given
Hi, and welcome to the Qt Dev Net! when the signal is fired (it definitely happens when I click the button)How did you determine that the signal is definitely fired? void initialize(){ ...
View ArticleDraw an OpenGL scene behind a Qt Quick view
Hello, I’m trying to draw an OpenGL scene behind a Qt Quick view (the QQ view is supposed to be used for menu overlays etc.), but it seems like it isn’t working. I’m using QQuickWindow::beforeRendering...
View ArticleAsynchronous QQuickImageProvider with a timeout
Hi, I can’t seem to figure out how to set a timer with an asynchronous ImageProvider. The first thing I tried was QImage MyImageProvider::requestImage(const QString &id, QSize *size, const...
View Article[solved] Poor rendering on Windows machine
You’re welcome ! Since it’s working for you now, please update the thread title prepending [solved] so other forum users may know a solution has been found :)
View ArticleKeeping a parent's mousearea as "entered" while you are in a child's mouse area
I have a QML item with a mousearea and on this item are some buttons, also with individual mouse areas. When the mouse enters one of the buttons, the parent’s mouse area registers as “exited.” Is it...
View ArticleKeeping a parent's mousearea as "entered" while you are in a child's mouse area
Hi, If i have understood your problem correctly, may be propagateComposedEvents [qt-project.org] would help you.
View Article[Solved] Asynchronous QQuickImageProvider with a timeout
Ah I see. Thanks so much for your help!
View ArticleExtending LocalStorage
Hey Guys, I am pretty new to C++ and QML and this might be a pretty easy question for you to answer. Rummaging through various forums and tutorials however hasn’t revealed a solution for my problem so...
View Article