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 im
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
Softw
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 buildin
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 i
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 an
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 b
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 imp
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 Q
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 no
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}
CFBundleGetInfoStrin
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 from
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
/Users/MyUS
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, certi
>>> 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 b
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 le
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 +
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 learnt
> 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 ? If
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 in
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 th
> 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 o
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 Sc
22 matches
Mail list logo