using Safari all works as expected
ekke
Am 05.04.25 um 04:38 schrieb Bob Hood:
I too can see the pricing, as Alexander has posted, with Firefox 137
on Ubuntu 24.04.2. What version are you using?
On 4/4/25 10:39 AM, Henry Skoglund wrote:
On 2025-04-04 18:21, Alexander Dyagilev wrote:
Hello,
Try
Hi Assam,
thanks. hopefully fixed for 6.8.3
I'm just testing 6.8.2 on Android and iOS and plan to deliver 6.8.3 apps
to customers
ciao
ekke
Am 18.02.25 um 01:10 schrieb Assam Boudjelthia:
Hey Nuno,
I can see that this is still reproducible for Qt 6.8.2, I created a
ticket for it
Hi Nuno,
sorry to hear. haven't tested this by myself. please ask in comment of
the issue.
I'll do next tests with 6.8.2
ciao
ekke
Am 16.01.25 um 10:46 schrieb Nuno Santos:
Ekee,
I’ve tried the workaround without success.
I have installed Qt 6.8.0, copied androiddeployqt to the 6
Hi Nuno,
probably you run into this: https://bugreports.qt.io/browse/QTBUG-131707
fix: copy androiddeployqt from 6.8.0
ekke
m 14.01.25 um 18:16 schrieb Nuno Santos via Interest:
Hi,
Is there any know problem regarding "Build Android App Bundle” and Qt 6.8.1 and
Qt Creator 15.0.0?
I
Am 24.10.24 um 12:11 schrieb Nuno Santos via Interest:
Federico,
Thanks for your reply.
I will investigate.
yep - setContextProperty is outdated
see HowTo switch to QML_SINGLETON: https://t1p.de/ekkeQML_SINGLETON
ciao
ekke
Best regards,
Nuno
On 24 Oct 2024, at 11:08, Federico Ferri
Hi Nuno,
it seems your problems with package name and set_target_properties are
fixed now.
you're trying to port an Android app to 6.8.0 CMake
is this a 6.8.0 QMake app or 6.7.x or ??
ekke
Am 18.10.24 um 00:17 schrieb Nuno Santos:
Assam,
Thank you very much for your reply. It helped
to my blog.
ekke
Regards,
Assam
On Oct 17, 2024, at 8:45 PM, ekke wrote:
Am 17.10.24 um 19:07 schrieb Nuno Santos:
Ekke,
Thanks once again for the reply. I had the following when using the
snippet you provided to me:
[cmake] CMake Error at CMakeLists.txt:48 (set_target_propertie
Am 17.10.24 um 18:41 schrieb Nuno Santos:
Ekke,
Thanks for your reply. I’ve tried to set in my CMakeLists.txt:
set(QT_ANDROID_PACKAGE_NAME "com.imaginando.drc”)
could it be that the quotation marks are different?
"...”
ekke
___
Intere
Am 17.10.24 um 19:07 schrieb Nuno Santos:
Ekke,
Thanks once again for the reply. I had the following when using the
snippet you provided to me:
[cmake] CMake Error at CMakeLists.txt:48 (set_target_properties):
[cmake] set_target_properties called with incorrect number of arguments.
Any
still
with 6.7 and QMake - waiting for a fix because of nested QML dirs coming
in 6.8.1)
ekke
Am 17.10.24 um 18:41 schrieb Nuno Santos:
Ekke,
Thanks for your reply. I’ve tried to set in my CMakeLists.txt:
set(QT_ANDROID_PACKAGE_NAME "com.imaginando.drc”)
And it did nothing. The proble
In Qt 6.8 you can set *QT_ANDROID_PACKAGE_NAME*
see also: https://bugreports.qt.io/browse/QTBUG-106907
ekke
Am 17.10.24 um 17:58 schrieb Nuno Santos via Interest:
Hi,
I’m trying to port an application to Cmake in Qt for Android.
I’m not able to set the package name. I set it in QtCreator, it
I remember that I also had some problems setting the Camera resolution
on ios or android.
So I always use the default resolution and later scale the captured QImage,
but I only need the captured images to upload to a server, no video
processing, so this probably won't help you
ekke
the "load" to get the main.qml file and then
RegisterType to get my C++ classes visible inside the QML code.
In your example, how do you load your QML file?
|engine.*loadFromModule*("Ekke/Apps/Main", "Main"); from my Main.qml I
can access all my other qml files as l
but you should not do multi engine.loadFrom...
good night...
ekke
Am 31.08.24 um 22:53 schrieb Dirk Hohndel via Interest:
Hi Ekke,
Thanks so much for the quick response.
This is a massive project (Subsurface-mobile) that we build with CMake.
Thanks for the link to your site with an explanati
What is your build system ? QMake or CMake ?
Instead of qmlRegisterType you should use QML_ELEMENT
see https://t1p.de/ekkeQML_ELEMENT
ekke
Am 31.08.24 um 21:23 schrieb Dirk Hohndel via Interest:
Hi there,
I've been trying to figure out how to port a QML app from Qt5 to Qt6
and have
or-android-templates-6-7/
if there are warnings it's not the newest one I ignore.
ciao
ekke
Am 24.08.24 um 10:32 schrieb maitai:
Hi,
We have recently upgraded our Android build to use and target SDK34
(required by Google by August, 31).
All is fine but I have some weird messages du
have you tried Qt Example Declarative Camera ?
you should be able to record or view videos.
sometimes there are problems running on emulator, so it's a good idea to
verify
Am 10.07.24 um 19:32 schrieb Israel Brewster via Interest:
Environment:
Qt version: 6.6.3
Android version: 14, running vi
Hi Israel,
have you tested to add READ_MEDIA_IMAGES permission ?
see my article about Qt Permissions https://t1p.de/ekkePermissions
and https://bugreports.qt.io/browse/QTBUG-116834 (please vote)
ciao
ekke
Am 10.07.24 um 05:14 schrieb Israel Brewster via Interest:
I have written a Qt app, using
y yet
or have you found other frameworks with solutions to this problem ?
ekke
Am 24.05.24 um 15:02 schrieb worldwides...@sina.com:
Hi, ekke, thank you for replying.
According to the page, only iOS 17 simulators are supported, because
there is another sentence "However, these featur
Am 24.05.24 um 11:37 schrieb worldwides...@sina.com:
Hello.
The lastest release of Qt creator does not support deploying apps on
iOS 17 device. Currently I have to switch between Xcode and Creator,
one for deployment and the other for development.
Is it possible to support it in the future?
Hi Assam,
thx for the infos - so I'll remove both flags :)
ekke
Am 16.04.24 um 16:50 schrieb Assam Boudjelthia:
Hi,
For the pointerTagging, that’s removed because it’s not needed anymore
as it was fixed in QTBUG-91150 but the flag was left out during the
fix in 6.5 and was not n
x27;
Manifest in 6.7 is missing this property, so it's true (default).
*what is recommended ? *
Is it safe without 'extract_android_style' and
'android:allowNativeHeapPointerTagging="false"'
all done with Qt 6.7 and QtC 13
thx for any info
ekke
___
next topic: looking for a way to refactor ContextProperties into
QML_SINGLETON with c++ ownership
so step-by-step ;-)
ekke
Am 18.02.24 um 14:07 schrieb ekke:
Hi Mike,
thanks for your great answer.
I can second your advices.
ekke
Am 17.02.24 um 01:00 schrieb Mike Trahearn via Interest:
My s
Hi Mike,
thanks for your great answer.
I can second your advices.
ekke
Am 17.02.24 um 01:00 schrieb Mike Trahearn via Interest:
My second advice is more for Ulf - despite your best efforts to
educate people in how QML modules have changed the way we should think
about our QML organisation
Am 16.02.24 um 21:06 schrieb Ulf Hermann via Interest:
Hi Ekke,
...
This is why it's generally a good idea to make the implicit import the
same as the module a component belongs to.
I have understood, though, that nobody wants to follow this rule. I'll
come up with some technica
Hi Ulf,
thanks for your hints.
Am 13.02.24 um 21:50 schrieb Ulf Hermann via Interest:
Setting NO_RESOURCE_TARGET_PATH removed the prefix and fixes the
pathes for me.
[...]
engine.loadFromModule("Main_Module", "Main");
Indeed, if you make the module invisible, you cannot load from it.
NO_
Am 13.02.24 um 16:38 schrieb Sze Howe Koh:
On Tue, 13 Feb 2024 at 22:10, ekke wrote:
...
Hi Ekke,
There is no bug. If your resource files are part of your QML module,
then they will be in the same folder as your *.qml files. Probably
"qrc:/Main_Module/images/..." in your case.
To
Am 13.02.24 um 14:52 schrieb Nils Jeisecke:
Hi,
On Tue, Feb 13, 2024 at 2:41 PM ekke wrote:
thx. But it's not the prefix. If I add images.qrc and data-assets.qrc to
the executable, it's working.
If cmake policy QTP0001 is set to new, the resource prefix defaults to
"/qt
Am 13.02.24 um 14:26 schrieb Nils Jeisecke:
Hi Ekke,
On Tue, Feb 13, 2024 at 1:41 PM ekke wrote:
qt_add_qml_module(${MY_APP}
URI Main_Module
QML_FILES
${my_qml_files}
${my_js_files}
SOURCES
${my_cpp_files}
RESOURCES
}
)
qt_add_resources(${MY_APP}
"data-assets"
PREFIX "/"
FILES
${my_data-assets_files}
)
Wanted to place the RESOURCES into qt_add_qml_module(), because they're
used by QML and SOURCES from the module.
Am I doing somethin
e QML module and all
other C++ files in qt_add_executable.
thx
...makes sense
ekke
best regards,
Ulf
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest
___
Int
ll be something like "Ekke.Login", "Ekke.Camera" ...
Hope that helps.
thx
ekke
*From:* Interest on behalf of ekke
*Sent:* Tuesday, January 30, 2024 8:05:32 PM
*To:* interest@qt-project.org
*S
main.cpp
)
include(my_qml_files.cmake)
qt_add_qml_module(my_app
URI Main_Module
QML_FILES ${myqmlfiles}
... RESOURCES, SOURCES...
)
I can list all my other cpp SOURCES in qt_add_executable or in
qt_add_qml_module,
what is recommended in this case ?
thx
ekke
Hi Nuno,
yep - you should set these variables in .pro:
ANDROID_MIN_SDK_VERSION = "21"
ANDROID_TARGET_SDK_VERSION = "33"
QMake will put them into gradle.properties
ekke
Am 21.11.23 um 11:13 schrieb Nuno Santos:
Ekke,
Thanks for your reply.
I’m still using qmake. I coul
In QtCreator, Build Android APK
can you select Android Build Platform SDK: android-33
and Android Build-tools version 33.0.2 ?
are you building with QMake or CMake, for Qt 5.15 or 6.6 ?
Am 21.11.23 um 10:25 schrieb Nuno Santos:
Hi,
I’m having issues in build an app targeting SDK 33 with Qt Cre
QQC2 app
only difference: customer app is using user 10 (Business app)
thx
ekke
Am 23.11.22 um 10:02 schrieb ekke:
In one of my apps the user must be able to select one or more files
from shared data and also to create a new file in a selected directory.
Up to API 29 I did this
ABLED_STATE_SET' of undefined
Conclusion:
Selecting a folder and creating a file I can do using KDABs SharedStorage,
Selecting multiple files I can do using QML FileDialog and have to live
with the warnings.
Any better ideas?
Thx
ekke
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest
sorry - cannot help with macOS - I'm using BTLE only on Android/iOS
ekke
Am 03.11.22 um 21:22 schrieb ekke:
you should have something like this in your info.plist:
NSBluetoothPeripheralUsageDescription
$(PRODUCT_NAME)searchesBluetoothLEDevicesforBarcodeScanner
ekke
Am 03.11.22 um 19:51 sc
you should have something like this in your info.plist:
NSBluetoothPeripheralUsageDescription
$(PRODUCT_NAME)searchesBluetoothLEDevicesforBarcodeScanner
ekke
Am 03.11.22 um 19:51 schrieb Glen Mabey:
I'm working on a project that is developing a new Bluetooth Low Energy
device (it
Text and Files with Qt Apps on
Android and iOS. There's an example app:
https://github.com/ekke/ekkesSHAREexample and a 4-part-Blog starting
with this one:
https://www.qt.io/blog/2017/12/01/sharing-files-android-ios-qt-app
<https://www.qt.io/blog/2017/12/01/sharing-files-android-ios-
confirm now that Qt BLE is working well if BLE peripheral needs
JustWorks Pairing/Bonding
ekke
Am 05.07.22 um 13:23 schrieb ekke:
Qt 5.15.7
did many Qt apps for BT LE (for Barcode Scanners) with custom services
/ characteristic.
all works well
Now a project to control Beds with some motors
Qt 5.15.7
did many Qt apps for BT LE (for Barcode Scanners) with custom services /
characteristic.
all works well
Now a project to control Beds with some motors for slatted frame (Lattoflex)
This BT LE device must be paired/bonded (just works)
The device was found from BLE device discovering,
will see is a
LoginPage or a HomePage with less objects
follow-up Pages are loaded most times using Loader
ekke
Am 12.04.22 um 13:07 schrieb Nuno Santos:
Hi,
I have a problem were all my apps take several seconds to become
responsive. The more complex the app is, the more time it takes to get
Please check if the certificate at server is correct created and uses
ISRG Root X1 instead of DST Root CA X3
ekke
Am 05.10.21 um 19:29 schrieb maitai:
Hi all,
Since the Let's Encrypt root certificate expired, we have a few users
unable to initiate a SSL connexion (most of them on r
experience what is the most appropriated
QStandardPathlocation to store user data from Android 11 onwards?
I'm always using
QStandardPaths::standardLocations(QStandardPaths::AppDataLocation).value(0)
to store user data. (Android and iOS)
ekke
On 3 Sep 2021, at 14:53, Jérôme Go
actual path it resolve to on this page (scroll a bit down to see
the path for Android):
https://doc.qt.io/qt-5/qstandardpaths.html#StandardLocation-enum
<https://doc.qt.io/qt-5/qstandardpaths.html#StandardLocation-enum>
*From: *Interest on behalf of ekke
*Date: *Friday, September 3, 202
Hi Nuno,
Am 03.09.21 um 11:05 schrieb Nuno Santos:
Ekke,
I have been experiencing some inconsistencies with Android file access
using QStandardPaths, mostly now that I’m preparing the ground for
Android 11 support. From Android 11 onwards, there will be changes in
the way an app can access
Am 31.08.21 um 14:12 schrieb Wilhelm Meier via Interest:
Hi all,
does anybody have a minimum working example how to load / save json file
contents (auscii contents) to / from a file on android.
I made several attempts, but I get weird filenames and I'm not able to
load the stored file.
thx
___
Am 17.07.21 um 12:46 schrieb Alexander Dyagilev:
Hello,
Hmm... Same names for different platforms? Why does not they conflict?
they are in different folders
ekke
On 7/15/2021 5:38 PM, Jérôme Godbout wrote:
You will need to build your library for all arch that your aab
contain. (most
perhaps this helps to understand aab builds ?
https://www.kdab.com/qt-for-android-better-than-ever-before/
ekke
Am 15.07.21 um 13:11 schrieb Alexander Dyagilev:
Hello,
In my project I have 2 sub projects: application and shared library,
which application uses.
Shared library:
TARGET
t's now part of Gradle.properties
you have to set this in .pro, per ex.:
ANDROID_MIN_SDK_VERSION="21"
ANDROID_TARGET_SDK_VERSION="29"
then it will be auto-magically set into Gradle.properties - you can
verify this from your shadow build
ekke
Am 16.06.21 um 21:30 schrieb Thiago Macieira:
On Wednesday, 16 June 2021 10:09:05 PDT ekke wrote:
Of course I would like to get all other deprecation warnings to fix
them, but for QNCM and network accessibility there is no way to fix them
because the new QNetworkInformation class doesn’t exist
cate a
specific one ? I’m looking for something similar to Q_UNUSED() to get
rid of a -Wunused-parameter warning
Any ideas ?
thx
ekke
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest
I'm always providing @3x images - there are also many Android devices
out there with such high density
ekke
Am 03.05.21 um 11:10 schrieb maitai:
Ok, thanks
Le 03-05-2021 10:54, Tor Arne Vestbø a écrit :
You can (they will/should be scaled appropriately), but ideally you
should provid
do my work.
ekke
Am 01.04.21 um 15:25 schrieb Nuno Santos:
I don’t see Roland's emails anymore because I’ve blocked him. He is a
kind of hater and lover of Qt at the same time. He loves when someone
gives him a spark to set this email list on fire and then write long
emails full of bul
age for UI, so I'm still a paying customer, for now. Keeping an eye on
Flutter, though. 😊
Best regards,
MICHAEL NELSON | Sr. Software Engineer
T 703-406-2800, 341
michael.nel...@otthydromet.com | www.otthydromet.com
--
ekke (ekkehard gentz)
independent software architect
internatio
Nuno,
please be aware of https://bugreports.qt.io/browse/QTCREATORBUG-24672
ekke
Am 17.12.20 um 12:59 schrieb Nuno Santos:
Tor,
Thank you for your reply and insights.
I will try invest some time in migrating to Qt 5.15.
What about Big Sur? Am I able to build Qt 5.15 on Big Sur?
Thanks
ww.qt.io/qt-for-small-business
ekke
I'll have to consider alternatives for new desktop projects.
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest
n GATT standard devices. see also my demo app at github
(https://github.com/ekke/ekkesBTLEexample) or in the Google Play / Apple
stores. download this Qt app and you should be able to detect and
explore the services and characteristics of your Polar H10
_
Am 28.09.20 um 17:56 schrieb Thiago Macieira:
On Monday, 28 September 2020 00:49:49 PDT ekke wrote:
I wait 2 minutes and try again
if server still not reachable, repeat this max 5 times to avoid
endless-trying-to-connect
if still no success, I pause the Queue
User gets message and has to
Am 27.09.20 um 21:07 schrieb Thiago Macieira:
On Saturday, 26 September 2020 10:29:28 PDT ekke wrote:
If I'm following your suggestion trying to connect - what should I do if
I cannot connect ?
The same thing that you'd do if your watch classes told you were not online.
And the
"status" API endpoint you can use to
check if you can reach the server without necessarily doing any hard work.
there's a ping api - so I could try this before sending heavy data
(the size of data to be sent is different - sometimes only some bytes,
sometimes an image (wound
Am 26.09.20 um 18:15 schrieb Thiago Macieira:
On Saturday, 26 September 2020 08:53:52 PDT ekke wrote:
Am 26.09.20 um 17:39 schrieb Thiago Macieira:
On Friday, 25 September 2020 23:58:26 PDT Alexander Dyagilev wrote:
Hello,
Tested with Qt 5.12.9. Any workarounds?
Suggestion: stop trying to
work in such kind of use-cases,
pulling also is no good idea
(have some more mobile apps where it's also important always to know the
online state)
ekke
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest
oose everything and my project gets broken even more. It's not an
update
On 9/11/2020 9:59 AM, ekke wrote:
Have you tried to update your templates ?
Project - Android - Build - Create Templates
ekke
Am 11.09.20 um 05:42 schrieb Alexander Dyagilev:
Hello,
I'm trying to build an
Have you tried to update your templates ?
Project - Android - Build - Create Templates
ekke
Am 11.09.20 um 05:42 schrieb Alexander Dyagilev:
Hello,
I'm trying to build and run my project under Qt 5.15.1. The app
crashes on start with the following output:
E loadmanager.fd: No implement
6 + strict QML + new SmallBusiness - License should
motivate mobile app devs to switch to Qt.
ekke
Am 02.07.20 um 17:50 schrieb Jérôme Godbout:
+1 totaly agree, we often forget to praise Qt for the great work. I have been
through many framework (MFC, Xaml, wxWidgets, Xamarin...) but my favorite i
you should add something like this into your info.plist:
NSLocationWhenInUseUsageDescription
$(PRODUCT_NAME)usesLocationtogetWeatherDataforcurrentLocation
“NSLocationAlwaysAndWhenInUseUsageDescription”
$(PRODUCT_NAME)usesLocationtogetWeatherDataforcurrentLocation
Am 06.03.20 um 19:08 schrieb
see details: QTBUG-82546
From my understanding this onClick() method is only needed if Qt
Android App is deployed using Ministro.
I'm not using Ministro - is there a way to remove this piece of code if
not deployed w Ministro ?
ekke
___
Interest
thanks for the info - so I'll exclude verify from my encrpyt() code for
iOS and rely on sslErrors() for the errorlist
in encrypt() I still can do some checks on certificate chain by myself
ekke
Am 28.02.20 um 10:12 schrieb Mårten Nordheim:
Yes, it’s not implemented. Not 100% sure o
te.html#QSslCertificate>>
/certificateChain/, const QString
<https://doc.qt.io/qt-5/qstring.html> &/hostName/ = QString())
Doing the same on iOS I'm getting "Unimplemented Code" logged and the
list contains one entry &qu
GB RAM sometimes are very 'sensible' with
unexpected behaviour if not enough free space in RAM
ekke
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest
cool
Am 10.01.20 um 15:52 schrieb Jason H:
> As of yesterday, I have. LOL
>
>
>> Sent: Sunday, January 05, 2020 at 11:12 AM
>> From: "ekke"
>> To: interest@qt-project.org
>> Subject: Re: [Interest] The Mobile Agenda?
>>
>> Jason,
>>
&
Jason,
+1
just got a request to add Biometric authentication on Android and iOS.
Do you have done this yet ?
Am 05.01.20 um 16:12 schrieb Nelson, Michael:
> Jason, thanks for making these great points focused on missing features.
> Let's also not forget mobile specific bugs that sit unaddresse
;just work" without -qmldir ?
also have all my qml into a qrc, but this the only way to make it work:
windeployqt --qmldir Y:\c2gQtWS\qml
Y:\build-c2gQtWS-Desktop_Qt_5_13_2_MSVC2017_64bit-Release\release
(doing all inside a Parallels VM onTop macOS, where Y: is my mapped
project dir ;-)
ekke
__
...back from vacation
tomorrow will update my tooling
anyone else with working installations using SDK Platform 29 ?
Otherwise I'll start with Jérôme's config
thx
ekke
Am 11.09.19 um 15:21 schrieb Jérôme Godbout:
> I have the following working with Qt 5.13.1:
> - SDK 28 rev
e QtC
With Qt 5.13.1 I also want to deploy APKs for 32bit and 64bit to
fullfill Googles PlayStore requirements. Before I only deployed 32 Bit APKs
want to blog about and to be sure that it's all correct
thanks for any tips and input
ekke
___
Intere
Am 28.08.19 um 19:12 schrieb Jason H:
> I suggest joining the Releasing email list
> https://lists.qt-project.org/mailman/listinfo/releasing
>
> As that is extremely low volume and contains all the info you would need.
> "Highly Recommend, *, would subscribe ag
thx - so 5.13.1 should be released this week :)
Am 28.08.19 um 09:41 schrieb Vincent Hui:
> https://lists.qt-project.org/pipermail/releasing/2019-August/002675.html
>
> On Wed, 28 Aug 2019 at 02:23, ekke <mailto:e...@ekkes-corner.org>> wrote:
>
> Hi,
>
> an
Hi,
any ideas when Qt 5.13.1 will be available ?
thx for infos
ekke
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest
Am 28.05.19 um 09:37 schrieb Guenter Schwann:
> On Samstag, 2. Februar 2019 16:30:55 CEST ekke wrote:
>> Am 02.02.19 um 04:29 schrieb Aleksey Kontsevich:
>>> 01.02.2019, 12:11, "ekke" :
>>>> Also I think I must then also compile OpenSSL for 32 bit and
I had a similar problem with zlib under iOS, where it worked well on Android
to fix this I had to add LIBS += -lz in my .pro
Am 04.05.19 um 18:53 schrieb maitai:
> Thanks for your reply
>
> Yes I have a zlib lib which is linked statically
>
> I'll see if I can remove it just for that case.
>
> Phi
On 15/04/2019 20:41, Nuno Santos wrote:
>>> Thiago,
>>>
>>> Thanks for your insights.
>>>
>>> I usually tend to postpone this updates because of the time I need to
>>> invest in rebuilding the libs.
>>>
>>> I always end up stumbling in some weird building problem…
>>>
>>> Does anyone knows what’s
THX for 5.13 Beta2
just tested
https://bugreports.qt.io/browse/QTBUG-74394
works well - now I can deliver App using BLE Devices on Windows 10 :)
ekke
Am 16.04.19 um 07:34 schrieb Jani Heikkinen:
> Hi,
>
> We are targeting to get the beta2 out as soon as possible. All blockers are
&g
Hi Jani,
thx for the info
ekke
Am 16.04.19 um 07:34 schrieb Jani Heikkinen:
> Hi,
>
> We are targeting to get the beta2 out as soon as possible. All blockers are
> fixed but we have some issues with creating all packages. Let's see if we
> managed to get the beta2 out a
Hi,
any ideas when Qt 5.13 Beta 2 will come out ?
was scheduled for 2019-04-02
I'm waiting to test BLE on Windows:
https://bugreports.qt.io/browse/QTBUG-74394
thx for infos
ekke
___
Interest mailing list
Interest@qt-project.org
https://lis
that will be
> possible under Windows too (we are using valid advertising format but we do
> use our own manufacturer data format, so we can have custom beacon with
> optimized payload for sensor data and encryption).
>
> -Original Message-
> From: Interest On Behalf
: never working
you can follow https://bugreports.qt.io/browse/QTBUG-74394
ekke
Am 12.03.19 um 10:18 schrieb ekke:
> Am 12.03.19 um 08:33 schrieb Oliver Wolff:
>> Hi Ekke,
>>
>> On 11/03/2019 14:54, ekke wrote:
>>> from https://wiki.qt.io/New_Features_in_Qt_5.13 I noti
Am 12.03.19 um 08:33 schrieb Oliver Wolff:
> Hi Ekke,
>
> On 11/03/2019 14:54, ekke wrote:
>> from https://wiki.qt.io/New_Features_in_Qt_5.13 I noticed this:
>>
>> Qt Bluetooth
>>
>> * Removed need for pairing on Windows to discover and connect
>>
&
from https://wiki.qt.io/New_Features_in_Qt_5.13 I noticed this:
Qt Bluetooth
* Removed need for pairing on Windows to discover and connect
Does this mean it is possible to connect with Bluetooth LE Devices where
no pairing is needed from default binaries ? (Windows 10, MSVC2017)
thx
ekke
eGeometry-prop>() into
> account, so that any UI elements in the application that require user
> interaction are not covered by system UI.
> '''
>
> But I think it should?
>
> *Sent:* Friday, March 01, 2019 at 12:25 PM
> *From:* "ekke"
&g
Am 01.03.19 um 18:06 schrieb Jason H:
> I have an app and the LaunchScreen on the XS/XS Max shows up full-full-screen
> but then the Qt app only goes full-screen, with the phone reaining the area
> for home button and the status bar.
>
> What do I need to do to get Qt to take the full area? My c
Text and XTend and all the C++ code for my Entities and the
DataManager is generated from this model.
hopefully some day I'll find the time to publish this generator as
OpenSource
ekke
Am 01.03.19 um 16:12 schrieb Jason H:
> Check out qtmultimedia/examples/multimedia/video/qmlvideofilter_o
Am 03.02.19 um 13:26 schrieb Nikos Chantziaras:
> On 03/02/2019 14:19, ekke wrote:
>> Am 03.02.19 um 13:10 schrieb Nikos Chantziaras:
>>> That problem was solved, finally. So Qt 5.12 works best with the
>>> latest NDK using clang instead of GCC.
>>>
>>
Am 03.02.19 um 13:10 schrieb Nikos Chantziaras:
> That problem was solved, finally. So Qt 5.12 works best with the
> latest NDK using clang instead of GCC.
>
are you using r19b or r18b ?
ekke
>
> On 03/02/2019 13:41, Oleg Evseev wrote:
>> No, I didn't.
>> If
have you tried NDK r18b ?
ekke
Am 03.02.19 um 12:27 schrieb Oleg Evseev:
> Hi all,
>
> Install qt 5.12.1 for android arm64-v8a using MaintenanceTool .
> Trying to build gallery control example on Windows 7.
>
> On "Generating Android Package" step got errors:
>
Am 02.02.19 um 04:29 schrieb Aleksey Kontsevich:
> 01.02.2019, 12:11, "ekke" :
>> Also I think I must then also compile OpenSSL for 32 bit and 64 bit and then
>> need to know HowTo include into .pro
> That could help You to do this:
> https://github.com/akontsev
_
> Interest mailing list
> Interest@qt-project.org
> https://lists.qt-project.org/listinfo/interest
thx Nicos,
you are right: I can use multi APKs - just found this confirmed here:
https://android-developers.googleblog.com/2017/12/improving-app-security-and-performance.html
was confu
we must provide APKs containing both: 32 and 64 bit
https://developer.android.com/distribute/best-practices/develop/64-bit
this will increase APK size, so Google recommends Android App Bundles
https://developer.android.com/distribute/best-practices/develop/64-bit
but AFAIK there's no way yet
for any infos what's planned by Qt to support 32/64 bit for Android
ekke
Am 01.02.19 um 08:16 schrieb m...@herrdiel.de:
>
> Hi,
>
> I have just been informed by Google that
>
>> *Starting August 1, 2019:*
>>
>> * All new apps and app updates are required to pr
1 - 100 of 247 matches
Mail list logo