QQuickView with qmlRegisterType, signal not working in QML
Thanks I didn’t have a clue what a singleton was, but after lookign over that second link in the singleton example it makes a lot of sense, and I think that may be what I will ultimately need.
View ArticleNew QtQuick project Android: orientation change anomaly
Hello everybody, hope you are all doing alright and have fun with Qt as I am. I’ve run into a bit of a problem lately however. I have just downloaded the latest version of Qt from the git repository,...
View ArticleCan C++ totally replace Javascript?
hey guys Im pretty new to programming and qt/qml. I’ve looked at a few QML examples and noticed most of them can make use of C++ or Javascript for logic. Now i don’t actually use C++, i use Python but...
View ArticleQML for Symbian S60 - app is now live;)
Hi guys, just wanted to say that thanks to many of you I learned enough of QML to release two apps developed by myself. So below are the ones done in pure QML: 1. WeatherTalk [store.ovi.com] (has both...
View ArticleQML for Symbian S60 - app is now live;)
It will be a bad idea not to, especially now that symbian is pretty much a done deal, and Qt itself is portable enough to cover a wider range of much more lucrative mobile platforms.
View ArticleCan C++ totally replace Javascript?
Thanks utcenter. After reading your reply i think it’s best that i try to learn some Javascript.
View ArticleClarification on QSGNode::preprocess()
In the QSGNode preprocess() docs it says: Warning: Beware of deleting nodes while they are being preprocessed. It is possible, with a small performance hit, to delete a single node during its own...
View ArticleClarification on QSGNode::preprocess()
It’s not a typo. I don’t understand what conditions cause seg faults when I delete scene nodes. I’m pretty confused in general on how to deal with the new scene graph stuff since there’s a separate...
View Articlemodule "QtQUick" version 2.0 is not installed, using QDeclarativeView in UI Form
Hello, I am trying to integrate a QML control into a Form window (following the QMLTest example with the timer/green/blue square), which uses a QDeclarativeView in the form. This works fine with...
View ArticlePreprocessor macros
And you have “QT += qml quick qml-private quick-private” in your .pro? You may also need the v8-private (I think that’s module name for qmake’s purposes, it might be jsbackend-private I don’t remember)...
View ArticleQML / Cpp plugin
The “no code in the docs” is a bug in the docs – code snippets aren’t being generated by qdoc correctly, and I don’t know why. I’ve asked Jerome about it on IRC and he said he’d look into it. Regarding...
View Articlemodule "QtQUick" version 2.0 is not installed, using QDeclarativeView in UI Form
Yes, all QDeclarative* classes have been renamed to either QQuick* classes or QQml* classes. See this porting guide [qt-project.org] for a full list. Qt Quick 1 was a new technology and has many...
View ArticleHow to run te application with QtQuick.Controls?
You are probably running your app with a QGuiApplication as the application instance. Just change that to QApplication and it should work fine.
View ArticleCould not initialize GLX
I’m still not further, but I have verified that I can run the mesa demos, e.g. glxgears, although very slow. This means opengl is working correctly, right? Does nobody have an idea why the QtQuick app...
View ArticleIs it possible to move a QML application offscreen?
I need to slide a QML desktop tool window in from off-screen and have managed to move the viewer window from QML by passing a reference to the viewer using the rootContext. For some reason, though, I...
View ArticleHow to run te application with QtQuick.Controls?
I run the ApplicationTemplate. There are some warnings and the bq. import QtQuick.Layouts 1.0 is underlined (errors during typeinfo files reading), but it works. My test app also works but I had to...
View ArticleQML / Cpp plugin
Ok. Basically, what is working is copy/paste the plugin (ie. the dynamic lib, the plugins.qmltypes and the qmldir) into the Windows default qml directory… So the normal behaviour of the (Which is fyi :...
View ArticleKeyboard and mouse does not work together to change the source image
Hi guys, I am struggling with a problem, I guess its not so difficult but I am not able to solve it. My experience with QML is very small. I will appreciate your help. I have three radio buttons as...
View ArticleQString property with null QString value converts to an empty string, not...
Just curious if this is correct behavior.
View Article