On Sun, 03 Mar 2019 09:58:56 -0700 Luigi Toscano
wrote
> Nate Graham ha scritto:
> > Howdy folks,
> > We have https://cgit.kde.org/ffmpegthumbs.git, which is not very actively
> > developed.
> >
> > There is also this upstream project
> > https://github.com/dirkvdb/ffmpeg
Nate Graham ha scritto:
Howdy folks,
We have https://cgit.kde.org/ffmpegthumbs.git, which is not very actively
developed.
There is also this upstream project
https://github.com/dirkvdb/ffmpegthumbnailer which appears to be more actively
developed.
It seems kind of wasteful to have two projec
Howdy folks,
We have https://cgit.kde.org/ffmpegthumbs.git, which is not very actively
developed.
There is also this upstream project
https://github.com/dirkvdb/ffmpegthumbnailer which appears to be more actively
developed.
It seems kind of wasteful to have two projects that do exactly the sam
Hi,
in LabPlot we have couple of modal dialogs, created on the heap and shown with
dlg->exec(). The dialog icon is set in the constructor of the dialog via
QDialog::setWindowIcon(), e.g.
setWindowIcon(QIcon::fromTheme(QLatin1String("labplot-worksheet")));
The icon is set/handled by the window ma