Re: [Interest] [Solved] First Time Android Woes (internet and qrc issues)

2014-12-05 Thread Jason H
> Sent: Friday, December 05, 2014 at 1:45 PM > From: "Jason H" > To: "Jason H" > Cc: "interest@qt-project.org" > Subject: Re: [Interest] First Time Android Woes (internet and qrc issues) > > > > > Sent: Friday, December 05, 2014 at 1:35 PM > > From: "Jason H" > > To: "interest@qt-project.or

Re: [Interest] QML StackView fragility

2014-12-05 Thread Jason H'
Evidently whatever C is, whwn you push it, is null. -- Sent from my Android phone with GMX Mail. Please excuse my brevity.Harri Pasanen wrote: StackView blows up for me from time to time for no apparent reason. No I seem to have a reproducible issus. I have pages

[Interest] QML StackView fragility

2014-12-05 Thread Harri Pasanen
StackView blows up for me from time to time for no apparent reason. No I seem to have a reproducible issus. I have pages A->B->C From A I do push(B) to got to B, and all is fine. But when I do push(C) it blows up: file:///home/harri/Qt5.4.0/5.4/gcc_64/qml/QtQuick/Controls/Private/StackViewS

Re: [Interest] QML standard components for mobile

2014-12-05 Thread Attila Csipa
Food for thought - if you're not adhering to native look'n'feel, your only (melting) advantage to the various cross-platform Web-frameworks is performance. The classic benefit of cross-platform frameworks was minimizing development efforts, and the web is (warning: biased opinion ahead) actually d

Re: [Interest] First Time Android Woes (internet and qrc issues)

2014-12-05 Thread Jason H
> Sent: Friday, December 05, 2014 at 1:35 PM > From: "Jason H" > To: "interest@qt-project.org" > Subject: [Interest] First Time Android Woes (internet and qrc issues) > > I developed my QML application on my PC, and switched it over to Android. > Everything works as expected on the PC. Qt 5.3.

[Interest] First Time Android Woes (internet and qrc issues)

2014-12-05 Thread Jason H
I developed my QML application on my PC, and switched it over to Android. Everything works as expected on the PC. Qt 5.3.0 Android KitKat For android, first issue: I created a manifest, and added the permissions I needed, including the INTERNET one. D/Qt ( 3331): qrc:///ajax.js:13 (): qml:

Re: [Interest] Adding QML code from C++ at runtime

2014-12-05 Thread BOUCARD Olivier
Hi Alexander, I think you are going in the wrong direction by trying to directly modify the QML from the C++ code.Normally, QML is great because it helps to better separate the functionalities (C++) from the UI (QML). In my opinion, you should try to represent your "woman" object as a model expo

Re: [Interest] QML standard components for mobile

2014-12-05 Thread Samuel Stirtzel
2014-12-05 14:06 GMT+01:00 Daniel França : > Hi Nuno, > Thanks for the answer. > > I understand this approach, but I think would be great to have something for > a quick start, specially for non-designers people, exactly like Bootstrap > does. > You still can do anything with HTML/CSS, but Bootstra

Re: [Interest] QML standard components for mobile

2014-12-05 Thread Daniel França
Hi Nuno, Thanks for the answer. I understand this approach, but I think would be great to have something for a quick start, specially for non-designers people, exactly like Bootstrap does. You still can do anything with HTML/CSS, but Bootstrap make it easier to have something done if you are not s

[Interest] Visual Studio Community edition plugin?

2014-12-05 Thread Attila Csipa
Hi, Qt has a Visual Studio plugin, but Visual Studio Express doesn't support plugins, so this is of more interest to commercial developers (and fair enough, there is an even fancier version of the plugin in the commercial edition of Qt). While historically it hasn't been a high priority thing,

Re: [Interest] QML standard components for mobile

2014-12-05 Thread Nuno Santos
Hi, In my opinion, the real power of QML is precisely the fact that you don’t need to stick to the native iOS/Android look and keep the exact same look and feel on both platforms (obviously you will have some limitations but depending on the kind of application you are developing, they will be

[Interest] QML standard components for mobile

2014-12-05 Thread Daniel França
Hi all, I started learning QML and would like to ask for some directions. My purpose is for mobile development, I've already done a few projects using Qt/C++ for desktop, but I didn't code anything for mobile. The first thing I was trying to find is if there's already some standard mobile componen

Re: [Interest] QML Image asyncronous property

2014-12-05 Thread Harri Pasanen
On 05/12/2014 10:58, Mark Gaiser wrote: > On Thu, Dec 4, 2014 at 4:27 PM, Harri Pasanen wrote: >> I'm playing with a GridView where the delegate contains an Image element >> with asyncronous: true property. >> >> >> As a result, when my QML file loads, I see a bunch of messages like: >> >> >> QObj

Re: [Interest] QML Image asyncronous property

2014-12-05 Thread Mark Gaiser
On Thu, Dec 4, 2014 at 4:27 PM, Harri Pasanen wrote: > I'm playing with a GridView where the delegate contains an Image element > with asyncronous: true property. > > > As a result, when my QML file loads, I see a bunch of messages like: > > > QObject::startTimer: Timers cannot be started from ano