Hint about transitions
Because I didn’t know it :-) It seems it fits perfectly for my needs, thanks.
View ArticleHow can I get actual installed GL version (not GL version being used in...
This may not be the best way but what you could try to do is create an OpenGL context using a fake, high version and then check what was actually created. In QOpenGLContext’s docs: “If the OpenGL...
View ArticleQml blend modes
I’m trying to create an gui that has an animated “dark” background. I would like to draw rectangles (with text) in front of this background, but instead of writing text ON the rectangles, i would like...
View ArticleQQuickView.grab() issue
Hi, I’m using Qt5.3.2 and QQuickView.grab() function produce an image with all child widgets but without any quick item. Is there an other way to grab an Image from a Quick scene ? regards
View ArticleQml blend modes
Im not really familiar with OpenGL, so i have no idea what kind of fragmentshader is required by this solution. Is it time for me to dig into more opgenGL / glsl, or is there some site that offers a...
View ArticleFill GridLayout with Repeater
Dear Qt folks, I would like to fill a GridLayout by using a Repeater. This works as long as I have only one Element in the Repeater. However, if I am putting more than one element in the Repeater the...
View ArticleFill GridLayout with Repeater
No it’s not solved. So far I am getting the same result as if I would write GridLayout { anchors.fill: parent columns: 4 Repeater {...
View ArticleQQuickRenderControl example not working on Desktop OSX
Hi all, We have our OpenGL ES 2.0 based renderer. Until now, we were integrating it into our Qt app by using a QML Item/Node configuration, but the new rendercontrol API in Qt 5.4 beta seems to be a...
View ArticleQQuickRenderControl example not working on Desktop OSX
Thanks, I’ve posted to the interest mailing list.
View Article[SOLVED] Fill GridLayout with Repeater
Yes, you are right. A GridLayout somehow doesn’t seem to work in this case. As I would like to fill my parent with the contents I have chosen a ColumnLayout now instead of a Column: ColumnLayout {...
View ArticleQML Tabview - Scrolling tabs
G’day, Is there any support for scrolling tabs? Our UI needs to support multi-resolution displays and currently Tabview on a smaller size(and resolution) screen crops the tabs and there is no inbuilt...
View ArticleQt Quick Application hangs when launched from remote desktop
G’day, Our Qt Quick application hangs displaying the splash screen when run from remote desktop. Has anyone else experienced this? Qt version – Qt 5.2.1 opengl win64 bit version.
View ArticleQt Quick Application hangs when launched from remote desktop
OpenGL apps used GPU to work. On remote desktop the GPU is not available
View ArticleTimeline (like Facebook) with GridView
I don’t check you code but I will do this using a Flickable element. This flickable is composed of a Repeater using a model When the scrollbar of the flickbale is “near then end”, you just add need...
View ArticleQQuickRenderControl example not working on Desktop OSX
You’re welcome ! Don’t forget to post here if you can find a solution :)
View Articleerror with QtMultimedia 5.0 -qrc_qml.0 Error1
build error [-qrc_qml.0] Error1 appears in both trys below: I added hotgirl.mp4 under Qt resources file and added below code MediaPlayer{ id:player source:“qrc:///hotgirl.mp4” autoplay:true } I try...
View ArticleDifference between Qt Quick Application and Qt Quick UI?
what is the difference between Qt Quick Application and Qt Quick UI? I tried running below code in this two different projects? Qt Quick UI is able to play the movie media but not Qt Quick Application....
View ArticleCannot add a Qt resources file to Qt Quick UI
I cannot add a Qt resources file to Qt Quick UI but i could add it in Qt Widgets Application and Quick Application. Why? is there a solution?
View ArticleQML Singleton causes app to hang at launch
1) Did you try to use an empty QtObject instead of an empty Item ? 2) Did you try to add this new singleton in another directory ?
View ArticleQt.core.qmlPath is undefined
1. I setup qt: $qbs setup-qt /home/ildar/Qt/5.3.2/5.3/gcc_64/bin/qmake qt-5_3_2-gcc-x64 2. In my project.qbs file Qt.core.libPath and Qt.core.pluginPath is correct, but Qt.core.qmlPath is undefined....
View Article