Re: [Interest] [External] Proxied view not updating live when source model does

2021-09-21 Thread Elvis Stansvik
Den tis 21 sep. 2021 16:00Murphy, Sean skrev: > > I'm having an issue where my proxy model and its associated view aren't > > updating live when changes are made in the source model. > > > > My proxy model simply is attempting to invert the rows of the source > model. So > > it inherits from a

Re: [Interest] QMediaCaptureSession in Qt6

2021-09-21 Thread Alexander Carôt
see below – I just could figure myself that the latest Qt6.2RC snapshots does the job well. Now it is possible to capture to RAM without any file operation which is great progress - thanks a lot ! -- http://www.carot.de Email : alexan...@carot.de Tel.: +49 (0)177 5719797 > Gesendet: Samstag,

Re: [Interest] [External] Proxied view not updating live when source model does

2021-09-21 Thread Murphy, Sean
> I'm having an issue where my proxy model and its associated view aren't > updating live when changes are made in the source model. > > My proxy model simply is attempting to invert the rows of the source model. So > it inherits from a QSortFilterProxyModel and implements mapFromSource() and >

[Interest] How to implement draggables with multiple hot spots

2021-09-21 Thread Federico Ferri
I was playing with MouseArea / Drag / DropArea wondering how to implement draggable items with multiple hotspots, like in the following image: https://i.stack.imgur.com/NFg7u.gif i.e. the solid red rectangle (child of the gray draggable item) can only be dropped onto the red outlined rectangle,

[Interest] Android debugger: ignore SIGILL

2021-09-21 Thread Alexander Dyagilev
Hello, I'm  using OpenSSL in my Qt Android project. Every time I start debugging, Qt Creator interrupts execution at the very start of the app and shows me the following: (Signal Received The inferior stopped because it received a signal from the operating system. Signal name : SIGILL