Re: [Interest] Clean way to define and categorize constants in QML

2016-05-02 Thread Sina Dogru
2016-05-02 17:31 GMT+03:00 Jérôme Godbout : > Hello Sina, this will not work (at least up to 5.5 as far as I know). > Cause QtObject doesn't have a default property to place children like Item > have. You would get the following error while parsing your script: > *Cannot assign to non-existent def

Re: [Interest] Qt interfacing to Android native UI ?

2016-05-02 Thread ekke
my goal is to be ready with my blog series when Qt 5.7 comes out - so expect the next 4-6 weeks many articles and also some sample apps ekke Am 02.05.16 um 20:50 schrieb Robert Iakobashvili: > Dear Ekke, > Thank you for sharing your experience with > qt.labs.controls Qt Quick Controls2 in 5.7. > >

[Interest] Qt 5.6.1

2016-05-02 Thread Philippe
Where/How can one get an idea about the release date of Qt 5.6.1? I know about bugreports.qt.io, but though there are only a few issues left for several weeks, I hardly see any progress. For 5.6.0, we had https://wiki.qt.io/Qt-5.6-release But for 5.6.1?... Philippe

Re: [Interest] Getting response from external web page

2016-05-02 Thread Larry Martell
On Mon, May 2, 2016 at 5:07 PM, Jérôme Godbout wrote: > Hi, > Just an idea, after you submit, does the web page change url? maybe you > could change it if possible, that would help you know the submit is > completed via urlChanged() signal. > > Not sure which version of Qt, but if you can move to

Re: [Interest] Getting response from external web page

2016-05-02 Thread Jérôme Godbout
Hi, Just an idea, after you submit, does the web page change url? maybe you could change it if possible, that would help you know the submit is completed via urlChanged() signal. Not sure which version of Qt, but if you can move to qwebengineview http://doc.qt.io/qt-5/qwebengineview.html The web

[Interest] Compiler optimisation flags on Android

2016-05-02 Thread Nuno Santos
Hi, Below are the CFLAGS for Android (Qt/5.6/android_armv7/mkspecs/android-g++/qmake.conf) I’m wondering why there are no optimisation settings for arm rather than size. Is there any specific reason? QMAKE_CFLAGS_WARN_ON= -Wall -Wno-psabi -W QMAKE_CFLAGS_WARN_OFF = -Wno-psabi equals(AND

[Interest] Getting response from external web page

2016-05-02 Thread Larry Martell
I have a situation where I want to bring up a web page that the user will interact with, and when they click on a submit button a response is sent, and I want to get that response in my Qt program and then destroy the view with the page. I am able to bring up the page like this: Dialog.resize(15

Re: [Interest] Qt interfacing to Android native UI ?

2016-05-02 Thread Robert Iakobashvili
Dear Ekke, Thank you for sharing your experience with qt.labs.controls Qt Quick Controls2 in 5.7. Sure, we'll be reading you blog. Kind regards, Robert On Mon, May 2, 2016 at 8:38 PM, ekke wrote: > I really like the new qt.labs.controls from Qt 5.6 (will become Qt Quick > Controls2 in 5.7) > u

Re: [Interest] Qt interfacing to Android native UI ?

2016-05-02 Thread ekke
I really like the new qt.labs.controls from Qt 5.6 (will become Qt Quick Controls2 in 5.7) using these lightweight controls together with Material Style (Android) or Universal Style (Windows) with light or dark themes and all the new Controls (like Drawer) for mobile-app-navigation and also HighDPI

Re: [Interest] Qt interfacing to Android native UI ?

2016-05-02 Thread Robert Iakobashvili
Dear Edward, React Native - good catch. Thank you so much for sharing this idea and your experience! Kind regards, Robert On Mon, May 2, 2016 at 8:08 PM, Edward Sutton wrote: > > On May 1, 2016, at 4:27 AM, Robert Iakobashvili wrote: > > Dear Edward, > What are your conclusions and which dire

Re: [Interest] Qt interfacing to Android native UI ?

2016-05-02 Thread Edward Sutton
On May 1, 2016, at 4:27 AM, Robert Iakobashvili mailto:corobe...@gmail.com>> wrote: Dear Edward, What are your conclusions and which direction you decided on after your experiments? I never made much progress. While QML looked more "native like” I never felt comfortable using it. I am doing m

Re: [Interest] QString , QStringLiteral, QLatin1String, char16_t and u" my char16 string literal"

2016-05-02 Thread Thiago Macieira
On segunda-feira, 2 de maio de 2016 16:58:26 PDT Gunnar Roth wrote: > Hello, > I have some questions about QString etc. > > 1. What should I just, QStringLiteral or QLatin1String ? Old discussion > (around 2011-2012) said QStringLiteral, but in gerrit a lot of changes from > StrinLiteral to Latin

Re: [Interest] Qt 5.x from git for commercial licensees (Windows)

2016-05-02 Thread Thiago Macieira
On segunda-feira, 2 de maio de 2016 11:24:33 PDT Rainer Wiesenfarth wrote: > I would simply delete the LICENSE.PREVIEW.COMMERCIAL, but licheck.exe is not > available... Hmm... the removal of LICENCE.PREVIEW.COMMERCIAL and addition of the actual commercial licence files should have been done befor

[Interest] QString , QStringLiteral, QLatin1String, char16_t and u" my char16 string literal"

2016-05-02 Thread Gunnar Roth
Hello, I have some questions about QString etc.   1. What should I just, QStringLiteral or QLatin1String ? Old discussion (around 2011-2012) said QStringLiteral, but in gerrit a lot of changes from StrinLiteral to Latin1String orccured lately.   2. Will there be a char16_t constructor for QStr

Re: [Interest] Clean way to define and categorize constants in QML

2016-05-02 Thread Jérôme Godbout
Hello Sina, this will not work (at least up to 5.5 as far as I know). Cause QtObject doesn't have a default property to place children like Item have. You would get the following error while parsing your script: *Cannot assign to non-existent default property* You can either make a simple object t

Re: [Interest] Qt 5.x from git for commercial licensees (Windows)

2016-05-02 Thread Rainer Wiesenfarth
Hmm, apparently this is the part of code that is responsible for the behavior: ... void Tools::checkLicense(QMap &dictionary, const QString &sourcePath, const QString &buildPath) { QString tpLicense = sourcePath + "/LICENSE.PREVIEW.COMMERCIAL"; if (QFile::exists(tpLicense)) { d

Re: [Interest] Qt 5.x from git for commercial licensees (Windows)

2016-05-02 Thread Rainer Wiesenfarth
From: Mitch Curtis [mailto:mitch.cur...@qt.io] > From: Rainer Wiesenfarth > > is there any commercial licensee out there who built his Qt 5.x (in my > > case: 5.6.0) version from a git clone on Windows? > > > > I am currently struggling in making the configure executable locate > > and use my li

Re: [Interest] Qt 5.x from git for commercial licensees (Windows)

2016-05-02 Thread Mitch Curtis
> -Original Message- > From: Interest [mailto:interest-bounces+mitch.curtis=qt...@qt-project.org] > On Behalf Of Rainer Wiesenfarth > Sent: Monday, 2 May 2016 11:47 AM > To: interest@qt-project.org > Subject: [Interest] Qt 5.x from git for commercial licensees (Windows) > > Hi all, > >

[Interest] Qt 5.x from git for commercial licensees (Windows)

2016-05-02 Thread Rainer Wiesenfarth
Hi all, is there any commercial licensee out there who built his Qt 5.x (in my case: 5.6.0) version from a git clone on Windows? I am currently struggling in making the configure executable locate and use my license information. Unfortunately this part of the configuration is not documented ve