Hi,
I am building an application which utilizes several distinct QML UI pages that are loaded from C++ code. Now it seems that even if I manage to open the pages relatively easily, the solution I...
Type: Posts; User: _perza; Keyword(s):
Hi,
I am building an application which utilizes several distinct QML UI pages that are loaded from C++ code. Now it seems that even if I manage to open the pages relatively easily, the solution I...
Adding Location into capabilities solved a similar problem I was experiencing, so thanks for the reply!
Hi,
I am trying to encapsulate QML - Cpp interface in a class, but it seems that I can not find the QObjects in the QML files. I tried this:
Q_INVOKABLE void QMLCppBinder::changeText() {
...
I am not a fan of bitmap graphics as the hog space and scale poorly. My intent was to draw
SVG graphics on the application itself, but as the results were less than satisfactory, I asked
for advice...
Hi,
Is there any source that would list what SVG features latest Qt supports?
Is it all the latest SVG Tiny features, or some subset?
My problem is that when I draw with Inkscape or similar...
To wrap this up: I copied the UID from the new project to the initial project, and now the initial project again silently installs into device.
Thus the root cause seems to be a wrong original...
Now there is a new problem with the initial project:
:-1: warning: The binary package 'C:/Users/pkontio/qt_apps/IJMMain' was patched to be installable after being self-signed.
UID 0x20056D04 is...
Thanks for the advice, I will try that too.
Meanwhile, I created a new project and dropped the same qml files in there. Now the in-device debugging works again, in silent mode. So there is a...
Well, before the Creator IDE simply started the app in the device with no questions asked, now it opens the installer dialog in device, leading to installation failure. I do not have a clue of what...
Hi,
Here is a silly problem: I tried to make a .sis file of a test app with Qt creator. That succeeded, but the .sis installation to a device failed as I do not yet have proper UID. That is still...
The registration process stopped at payment part. The page
https://publish.ovi.com/register/approve_payment_terms
just did not load at all.
br, _perza
My mistake, the alternative 2 is OK as such!
My problem was that I was writing one file and viewing another :)
onClicked: {
someLoader.source= "path/to/Page2.qml"
}
I tried the alternative 2, but I have a problem: how to refer to someLoader from Page1.qml or Page2.qml, as someLoader is in diffrent...
Here is a link that shows how to do it with visible property:
http://www.developer.nokia.com/Community/Discussion/showthread.php?214184-How-to-switch-from-one-qml-to-another-qml-in-QT-4.7
As a...