Hi,
Currently Qt's Multimedia API lack the ability to retrieve chapter/TOC
information from media files, although both Gstreamer and FFmpeg
backend support such functionality. I've created a report for this
suggestion: QTBUG-130320
I'm not sure if someone already start working on such feature. I'
sions.
Thanks in advance!
Gary
Wang Gary 于2024年7月26日周五 11:23写道:
>
> Any updates related to these two patches?
>
> Thanks!
> Gary
>
> Wang Gary 于2024年7月19日周五 16:13写道:
> >
> > Hi,
> >
> > I have two patchset related to QML's mouse wheel decelerati
Any updates related to these two patches?
Thanks!
Gary
Wang Gary 于2024年7月19日周五 16:13写道:
>
> Hi,
>
> I have two patchset related to QML's mouse wheel deceleration support,
> which allow the developer fine-tune the mouse wheel deceleration
> behavior when needed. One
Hi,
I have two patchset related to QML's mouse wheel deceleration support,
which allow the developer fine-tune the mouse wheel deceleration
behavior when needed. One patch adds an enum for PlatformTheme-level
support which is for desktop-environment developers, and another patch
adds a property to
Hi,
I have a patch submitted a few weeks ago, intended to add a property
to QQuickDrag to allow set a source size to tell the image provider
the preferred size of the image. Kindly request for review. Thanks!
Patch link: https://codereview.qt-project.org/c/qt/qtdeclarative/+/518814
--
Developmen
Hello,
I'd like to add an "alternate calendar system" to KDE's calendar
applet, which, for example, will be able to allow users set to
display a Chinese Lunar Calendar in the same MonthView as
the main Gregorian calendar dates. Then QCalendar seems to
be a good choice to use, then I found there ar