Not able to connect c++ signal to qml slot using QML connections
Ok. You are using your registered object inside QmL. When you load QmL it looks for this object. How does it know about your object ?. You need to register before loading.
View Articleimport xml from API
Hi, Another problem is that in order to enter the API must enter your login and password If using QNetworkAccessManager to download, you can connect signal authenticationRequired [qt-project.org] to a...
View ArticleNested List Model Dynamic Data Population
Sorry but i don’t understand what you want. What is the problem, filling the model, or updating/repainting of the list element? Maybe post you source.
View ArticleSome styles does not work (background-color, background-image)
Works: Label { text: "<span style=\"color: red\">Del</span>" textFormat: Text.RichText } Does...
View ArticleDetect if two items overlap
In case of collision detection, this [developer.nokia.com] would also be a good start.
View ArticleOpenGL and QML overlapping
Hello there! I am currently developing some tool with Qt 5.3 and QtQuick 2, trying to implement an OpenGL control. My template was the Scene Graph – OpenGL Under QML [qt-project.org] Example. It worked...
View ArticleSimple Example of 3d Cube inside SceneGraph needed
I was wondering if anyone could forward a link and/or a 3d OpenGL example using a custom QtQuick component that might render something simple like a cube. I am hoping to use native OpenGL to render a...
View ArticleUnable to get attribute in XmlListModel
Can you have copy of XML ? hope there ‘thumbnail’ and rest of the query path is path exist and correct.
View ArticleQML debugging is enabled. Only use this in a safe environment ERROR
Hi Guys… I’m using OSX 10.9.4. I have my project which I have since one year. I had reinstalled my mac and now when I try to run my projct I found the following error: QML debugging is enabled. Only...
View ArticleQQuickView change controls palette
QGuiApplication app(argc, argv); QPalette customPalette; customPalette.setColor(QPalette::Window,...
View ArticleQML debugging is enabled. Only use this in a safe environment ERROR
Hi, AFAIK this is not an error, just a warning. And the build output looks just fine. What doesn’t work ?
View ArticleOpenGL and QML overlapping
Sometimes a good RTFM is the right hint :P Thanks, it should work now!
View ArticleAnchoring childs in window element problem
Hello everyone, Finally got my self learning QML, and got stuck when following this tutorial: Qt Quick Application Developer Guide for Desktop [download.qt-project.org] Probably it’s something simple,...
View ArticleAnchoring childs in window element problem
Hi, You should specify height to the Rectangle and MarkerPanel too.
View Article[SOLVED] Label supports mouse click event?
In addition what dasRicardo said, it is not like QLabel. Label is item. MouseArea is typically defined for visible item. So MouseArea can be defined for Label and implement whatever the mouseArea event...
View ArticleSimple Example of 3d Cube inside SceneGraph needed
Thanks Ricardo, I will give your suggestion a try and will post the code I have tried. The last time I tried though, I had trouble setting the viewport up from othogonal to perspective. My short term...
View Article[SOLVED]resizing window doesn't resize gui element
Simply change the thread title like all the other solved threads here :)
View Article