It seem like flutter is using the following project into there procedure if it
might help:
https://github.com/google/bundletool
From: Interest On Behalf Of René Hansen
Sent: July 11, 2019 4:17 PM
To: interest
Subject: [Interest] Android app bundles
I know this was touched upon in the previous
I know this was touched upon in the previous arm64 thread, but that settled
on the solution juggling multiple APKs, with superseding version codes.
Does anyone here know what roadmap looks like for app bundles, or if it's
even in works for Qt at all?
/René
P.S. Was curious if Flutter had gotten
> AFAIK, the easiest way to trap keyPress/keyRelease irrespective of which
> widget has the focus is to install an event filter on the QApplication
> instance. Use the mouseEnter/Leave events of the thumbnails to set/clear a
> currentThumbnail, and then in eventFilter only act on the 'm' keyPress
Hi Sean,
AFAIK, the easiest way to trap keyPress/keyRelease irrespective of which
widget has the focus is to install an event filter on the QApplication
instance. Use the mouseEnter/Leave events of the thumbnails to
set/clear a currentThumbnail, and then in eventFilter only act on the
'm' ke
> Not sure if this fits your use case 100%, but might give you some ideas. I
> did
> something similar for magnifying images in QLabels, but I don't have your
> additional focus issue
Yeah, that's the part I'm struggling with at the moment, but I only started
messing with this late yesterday
Sean:
Not sure if this fits your use case 100%, but might give you some ideas. I
did something similar for magnifying images in QLabels, but I don't have
your additional focus issue.
On the thing being magnified (QLabel-derived class holding the image):
- holds a pointer to the magnifier and set
PS. You may want to participate in https://bugreports.qt.io/browse/QTBUG-74049
if you aren't already.
Sent: Thursday, July 11, 2019 at 10:10 AM
From: "Jason H"
To: "Jérôme Godbout"
Cc: "Interest@qt-project.org"
Subject: Re: [Interest] Battery status and info
You can only monitor the
You can only monitor the charge level and charging state (full, plugged in, discharging) on the device.
You cannot (to my knowledge) get any additional info, though if I am wrong there I would love to know more!
On Android you can also get the battery tech (Li-po, NiCad) but Apple only users
All QtCreator can share the same installer settings
Just add in your user QtCreator.ini (windows: %appdata%\QtProject\QtCreator.ini
other: .config/QtProject/QtCreator.ini)
[Settings]
InstallSettings=C:/Qt/Tools/QtCreator/share/qtcreator/
With that every QtCreator installation will use the inst
I'm trying to figure out the best way to receive key presses when the user
hovers over a specific widget, and deliver that keypress information to the
parent widget.
Say I've got three types of widgets:
1. thumbnailWidget - displays a low resolution version of a full resolution
image, essential
Den tors 11 juli 2019 kl 06:49 skrev Vadim Peretokin :
>
> Thanks for this - mind pasting it as a gist for easy access?
Here it is: https://gist.github.com/estan/505cd5b4c18d80f1dd17ac2ea0f6c69e
Elvis
>
> On Wed, Jul 10, 2019 at 9:59 PM Elvis Stansvik wrote:
>>
>> Den ons 10 juli 2019 kl 21:44
Perhaps someone from KDAB has experience with something like this?
On Thu, 4 Jul 2019 at 11:17, Pieter Barendrecht
wrote:
> Hi all,
>
> I have a Qt application with a QOpenGLWidget for displaying 3D meshes. Now
> I'd like to use an external library (OpenSubdiv in this case, see e.g.
> http://gra
12 matches
Mail list logo