here is my cross pos from the forums:
https://forum.qt.io/topic/116198/how-to-get-meta-data-from-media
thanks!
-dave
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest
On Monday, 22 June 2020 12:39:24 PDT Michael Jackson wrote:
> Could this also be a miss-use of QCoreApplication? We create one but don't
> actually call exec() on it? The source code is at <
> https://github.com/BlueQuartzSoftware/SIMPL/blob/develop/Source/PipelineRun
> ner/PipelineRunner.cpp>
Not
My app uses the [
https://www.kdab.com/integrate-opengl-code-qt-quick-2-applications-part-2/ |
“underlay approach” described here; ] the app intercepts
QQuickWindow::beforeSynchronizing and QQuickWindow::beforeRendering to draw
“custom” OpenGL objects before QML-defined items are rendered. Th
Could this also be a miss-use of QCoreApplication? We create one but don't
actually call exec() on it? The source code is at <
https://github.com/BlueQuartzSoftware/SIMPL/blob/develop/Source/PipelineRunner/PipelineRunner.cpp>
--
Michael Jackson | Owner, President
BlueQuartz Software
[e] mi
I have a custom widget that internally consists of a couple other
widgets, including a QCheckBox, in a horizontal layout. I have another
custom widget that provides a collection of these in a vertical layout.
I'd like to arrange for everything to line up neatly.
(Because of the hierarchy, it w
On 6/22/20, 1:20 PM, "Interest on behalf of Thiago Macieira"
wrote:
On Monday, 22 June 2020 09:50:20 PDT Michael Jackson wrote:
> We are currently experiencing some intermittent crashing in our program.
The
> stacktrace is below. The code was compiled in "Release" mode. This is on
On Monday, 22 June 2020 09:50:20 PDT Michael Jackson wrote:
> We are currently experiencing some intermittent crashing in our program. The
> stacktrace is below. The code was compiled in "Release" mode. This is on an
> Ubuntu 18.04 (with all updates) and using GCC 8.4.0
> (https://my.cdash.org/buil
We are currently experiencing some intermittent crashing in our program. The
stacktrace is below. The code was compiled in "Release" mode. This is on an
Ubuntu 18.04 (with all updates) and using GCC 8.4.0
(https://my.cdash.org/buildSummary.php?buildid=1843613). We use the prebuilt Qt
5.12.8 fro
Dear Oliver and Andre,
What's up?
If you have any patches to test/validate, please let me know.
Thanks.
Kind regards,
Robert
On Wed, May 13, 2020 at 7:36 AM Oliver Wolff wrote:
>
> Hi Robert,
>
> On 12.05.2020 13:14, coroberti . wrote:
> > Hi,
> > If somebody in charge could consider increasing