Re: [Interest] Wayland QPA in Qt 5.12.8 LTS

2020-06-18 Thread Ramakanth Kesireddy
Could you please let me know if it is recommended to use Wayland for single Qt client application using QWidget on embedded board with EGLFS or hardware accelerated rendering? As we cannot use EGLFS which fallsback to fbdev with existing QWidget application, does it makes sense to use Wayland to

Re: [Interest] [Development] Windows 7 support will be dropped in Qt 6

2020-06-18 Thread Thiago Macieira
On Thursday, 18 June 2020 14:16:09 PDT Roland Hughes wrote: > Keep in mind KDE abandoned other things to choose Qt when Trolltech was > around. Considering there was no KDE prior to Qt, the set of things abandoned to choose Qt is zero. -- Thiago Macieira - thiago.macieira (AT) intel.com

Re: [Interest] Building iOS from command line

2020-06-18 Thread Jérôme Godbout
I did try to use the command line on my local checkout (was open and configured into QtCreator) to see if the Qmake command line would generate the same thing as the GUI, it does generate the same thing, so the fact of opening the .pro and selecting ios configuration change the output of

Re: [Interest] [Development] Windows 7 support will be dropped in Qt 6

2020-06-18 Thread Roland Hughes
On 6/18/20 3:48 PM, Christoph Feck wrote: We are all just waiting on KDE to pull the trigger and tell us what library(ies) will be used in the post-Qt world. The current licensing and royalty situation make Qt unusable going forward. There is no post-Qt world from the KDE point of view. It is

Re: [Interest] Building iOS from command line

2020-06-18 Thread Jérôme Godbout
I have try to replace the bundle id directly into the .plist: CFBundleIdentifier $(PRODUCT_BUNDLE_IDENTIFIER) by CFBundleIdentifier ca.amotus.NubtisuApp But the resulting xcode project is still got replaced by com.yourcompany.NubitusApp, now that is strange, so the .pro value have no impact

Re: [Interest] [Development] Windows 7 support will be dropped in Qt 6

2020-06-18 Thread Thiago Macieira
On Thursday, 18 June 2020 12:09:52 PDT Roland Hughes wrote: > We need KDE (and many of those people watch this list) to publicly > announce its decision well before Qt 6 comes out so we can all be well > on the way porting before the end of Qt 5. Now is the obvious time for a > complete and clean

Re: [Interest] [Development] Windows 7 support will be, dropped in Qt 6

2020-06-18 Thread Christoph Feck
On 06/18/20 19:27, Roland Hughes wrote: We are all just waiting on KDE to pull the trigger and tell us what library(ies) will be used in the post-Qt world. The current licensing and royalty situation make Qt unusable going forward. There is no post-Qt world from the KDE point of view. It is

Re: [Interest] [Development] Windows 7 support will be dropped in Qt 6

2020-06-18 Thread Roland Hughes
On 6/18/20 1:42 PM, Giuseppe D'Angelo wrote: I've refrained from commenting in so far, but I think we're now passing the threshold... could we please, everyone, STAY ON TOPIC on this mailing list? We currently are on topic. qt-interest. Yet another ill-informed decision on the direction of

Re: [Interest] Building iOS from command line

2020-06-18 Thread Boris Ralchenko
I do have the bundle ID specified explicitly in the Info.plist. I prefer Xcode for debugging/packaging. It appears to be more efficient way when I needed to figure out command line build, less tools to take care of. It is possible that QtCreator GUI has something that command line tools have

Re: [Interest] Building iOS from command line

2020-06-18 Thread Jérôme Godbout
Hi, I have an Info.plist that I have into my project. I have the following entry into my Info.plist file: http://www.apple.com/DTDs/PropertyList-1.0.dtd;> CFBundleDisplayName ${PRODUCT_NAME} CFBundleExecutable ${EXECUTABLE_NAME}

Re: [Interest] Building iOS from command line

2020-06-18 Thread Boris Ralchenko
Hi Jérôme, We have a separate Info.plist for command line build, it should solve the bundle ID issue. I don’t remember exactly the details, it was couple of years ago. But I did check - there is an Info.plist in the repository. I suspect Qt Creator generates one too, but I rely on the one

Re: [Interest] Building iOS from command line

2020-06-18 Thread Jérôme Godbout
Sorry, forgot to mention, the iOS settings when building into the QtCreator is Development team: Default Automaticaly manage signing: checked Qmake setting from within the QtCreators: additional arguments: is blank (nothing added) effective calls: /Users/Shared/Qt/5.15.0/ios/bin/qmake

[Interest] Building iOS from command line

2020-06-18 Thread Jérôme Godbout
Hi, I'm trying to build my project from my CI system to generate the .ipa (and stop releasing by hand over. But I seem to be missing something into my way of doing it (I managed to do it for Android, armv7/armv8 .apk and .aab). Here is my steps raw command line steps (not the provisioning,

Re: [Interest] [Development] Windows 7 support will be, dropped in Qt 6

2020-06-18 Thread Jérôme Godbout
>>> But you created an object in C++; exposed it to worthless QML; being >>> worthless QML handed it off to JavaScript. Now three different garbage >>> collection systems believe they "own" it. On a gasping for its last breath >>> undersized processor to extend battery life, everything is fine

Re: [Interest] [Development] Windows 7 support will be, dropped in Qt 6

2020-06-18 Thread Roland Hughes
On 6/18/20 11:17 AM, Matthew Woehlke wrote: On 18/06/2020 11.11, Roland Hughes wrote: Could someone from such a background learn enough C syntax to write a student C program like this one? [example program elided] Maybe. To the point various others are making, just because someone hasn't

Re: [Interest] [Development] Windows 7 support will be, dropped in Qt 6

2020-06-18 Thread Giuseppe D'Angelo via Interest
I've refrained from commenting in so far, but I think we're now passing the threshold... could we please, everyone, STAY ON TOPIC on this mailing list? Thank you, -- Giuseppe D'Angelo | giuseppe.dang...@kdab.com | Senior Software Engineer KDAB (France) S.A.S., a KDAB Group company Tel. France

Re: [Interest] Qt scripting with JavaScript

2020-06-18 Thread Cristián Maureira-Fredes
On 6/18/20 11:35 AM, Filippo Rusconi via Interest wrote: Greetings, Fellow Developers, [snip] Script-wise, how about using Python to make my program scriptable? Is PySide something that would match the requirement? Has anybody tried both Qt Script and Python ? If so, what lessons were

Re: [Interest] Qt scripting with JavaScript

2020-06-18 Thread Jason H
> Sent: Thursday, June 18, 2020 at 5:35 AM > From: "Filippo Rusconi via Interest" > To: interest@qt-project.org > Subject: [Interest] Qt scripting with JavaScript > > Greetings, Fellow Developers, ... > Can I use the Qt QML module-contained QJSEngine for a classical QWidgets-based > program ?

Re: [Interest] [Development] Windows 7 support will be, dropped in Qt 6

2020-06-18 Thread Matthew Woehlke
On 18/06/2020 11.11, Roland Hughes wrote: Could someone from such a background learn enough C syntax to write a student C program like this one? [example program elided] Maybe. To the point various others are making, just because someone hasn't learned the fundamentals doesn't mean they're

Re: [Interest] [Development] Windows 7 support will be, dropped in Qt 6

2020-06-18 Thread Roland Hughes
Sorry, Internet was down much of yesterday. On 6/17/20 5:00 AM, interest-requ...@qt-project.org wrote: Sorry but I must chime in here, since both Roland and Matthew brought this point up. it's well "known" that you can teach C programmers Java, but you can't teach Java programmers C How is

Re: [Interest] Qt scripting with JavaScript

2020-06-18 Thread Richard Weickelt
> Is the QJSEngine a complete replacement of QScriptEngine ? No, not complete. QJSEngine provides less APIs and less control of the script execution and context arrangement. Whether your application is portable depends on which features of QtScriptEngine you use. Do you: - swap out the global

[Interest] Qt scripting with JavaScript

2020-06-18 Thread Filippo Rusconi via Interest
Greetings, Fellow Developers, I would like to ask for advice. I have been writing a scientific software that I could succcessfully make scriptable using Qt Script. I have rewritten the software and I would like to go on with JavaScript-based scripting. I notice that the documentation for Qt