Re: ffmpegthumbnailer

2019-03-03 Thread Nate Graham
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

Re: ffmpegthumbnailer

2019-03-03 Thread Luigi Toscano
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

ffmpegthumbnailer

2019-03-03 Thread Nate Graham
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

setWindowIcon for QDialog

2019-03-03 Thread Alexander Semke
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