sending signal from Qt Quick ApplicationWindow to C++ class
I want to receive a signal of an ApplicationWindow started by a QQmlApplicationEngine in my C++ object. But I don’t know, how I can connect my Application window with this C++ object, see the ‘???’...
View Articleqml very slow
Hi, I’m running Qt 5.3.2 under Debian Jessie on this machine: http://www.advantech.it/products/todatasheet.aspx?Mod_ID=4be6fe03-9aa1-4097-a9b1-8977a7a49289 The qml rendering is very slow. I mean a page...
View ArticleRSS and QML
Hi, Did you try to get access to ‘content:encode’ like ‘content’ or ‘encoded’? I’ve the same problem when use QXmlInputSource and QDom* in C++ code. When I receive parsed datas and try to use it I...
View ArticleBest way to create a rollover buttons
Hi, I have two images which represents the two states of a button: normal and rollover. I put them into a resource file and this is the first try to make such a button: Image { ...
View Articlesending signal from Qt Quick ApplicationWindow to C++ class
Hi and welcome to devnet, Do you mean like described here [qt-project.org] ?
View ArticleBest way to create a rollover buttons
Thanks, very interesting! However I’m afraid the problem is elsewhere (see http://qt-project.org/forums/viewthread/48610/) because I tried this: import QtQuick 2.0 Rectangle { ...
View ArticleQml 'PathLine'- Controlling Spread of Elements
Hi, I’m at my wit’s end for how to control the spread of elements when using PathLine. At the moment everything is perfect except the overall spread is too large so elements are being cut off....
View Articleqml very slow
I also tried to remove all libqt5* debian packages and to install Qt5 from online installer. It’s the same :-( It takes 1-2 seconds to change the color of the rectangle in this simple page: import...
View Article[solved] Qml 'PathLine'- Controlling Spread of Elements
You’re Welcome :) Please mark the post as solved by editing the post title and appending [solved]. Happy Coding…
View ArticleCannot add a Qt resources file to Qt Quick UI
Hi, AFAIK you can’t add any cpp or resource files in Qt Quick UI project since this kind of project is meant to run only qml and javascript files with qmlscene executable.
View ArticleConnect SpinBox to Slider (Dynamic Qml) [SOLVED]
Hi, guys. Here is a simple of dynamically creating many pairs of SpinBox and Sliders, I want to connect the value of each SpinBox to the value of it’s corresponding Slider. import QtQuick 2.3 import...
View ArticleConnect SpinBox to Slider (Dynamic Qml) [SOLVED]
Ok, solved. Here is the code: import QtQuick 2.3 import QtQuick.Controls 1.2 ApplicationWindow { id: appWindow visible: true ...
View Article[solved] QQmlListProperty from QList
All the examples I’ve found online say to do what I’ve done in the following example, however I get an error. QQmlListProperty<QString> ReadXML::listElements() { ...
View Articleqml very slow
Here the output: QML debugging is enabled. Only use this in a safe environment. QSG: basic render loop QSG: texture atlas dimensions: 2048 x 1024 R/G/B/A Buffers: 8 8 8 8 Depth...
View Article[solved] QQmlListProperty from QList
Thank you both. Gianluca – good to know, and andreyc’s is good reference for future requirements. Cheers
View ArticleHow to make a MouseArea not react on transparent area of an Image
Dear all, I have an Image that it’s a donut, and I would like to add a MouseArea that react only when the donut is touched and not react when the touch happens inside the hole (because there is another...
View Article[SOLVED] Deploy QtQuick on OS X Yosemite it doesn't work
hi guys… I have a project and I try to make a deploy on other OS X computers. I’m using macdeployqt application from qt tools and i don’t have any error when i set -verbose=3 when i generate a dmg file...
View Article[SOLVED] Deploy QtQuick on OS X Yosemite it doesn't work
Thank you very much my friend. It’s work PRFECTLY !!! awesome work regards
View ArticleQML Singleton causes app to hang at launch
Is there a limit on the number of singletons in one directory? I don’t know. I suppose the limit is on the developper side since it’s not so great to have a lot of singleton About the initial problem...
View ArticleDialog QtQuick access problem
Hi to everybody, I’ve a little problem with the access to Dialog Qt Quick object from c++ side. When I try access to a Dialog object in qml I have some problem if it’s not in a “Rectangle” or “Item”...
View Article