Re: [Interest] (Q)Plugins and QML/Quick

2021-09-13 Thread Ulf Hermann
Hi, The problem to discuss: * An application that wants to be extendable via plugins. * These are found and loaded at runtime. * Not all of them are used at the time. * The plugins require non-trivial UI, that they ought to "bring themselves". * During the runtime of the applicati

[Interest] (Q)Plugins and QML/Quick

2021-09-13 Thread Rui Oliveira
So, let's add traffic to the list. The problem to discuss: * An application that wants to be extendable via plugins. * These are found and loaded at runtime. * Not all of them are used at the time. * The plugins require non-trivial UI, that they ought to "bring themselves". * During the

Re: [Interest] List traffic disappearing?

2021-09-13 Thread Dan Allen
Roland, Not trying to side with anyone here, but this just got me wondering and I'd like to know the answer. From what you have said below and in previous posts, I assume Qt has been used in several medical devices by several different medical companies. My question, did Qt ever claim it was

Re: [Interest] List traffic disappearing?

2021-09-13 Thread Roland Hughes via Interest
On 8/21/21 5:00 AM, Bernhard Lindner wrote: Also one special person was banned from the list. He surely started a lot of controversies and even fights but he was also responsibly for a significant part of the trafic:-) Personally, I generally lost interest in Qt because I am not target audi

[Interest] Qt Multimedia (Quick) with special character in MediaPlayer source

2021-09-13 Thread Gaurav Kalra
Hi, I am trying to use the MediaPlayer { } QML element to play a file from the local filesystem using gst-pipeline scheme: -- This pipeline works -- MediaPlayer { id: mediaplayer autoPlay: true autoLoad: true source: 'gst-pipeline: playbin uri=file:///data/screenshots/2021_Ju