[Interest] How to get number of channels from QAudioDeviceInfo

2016-01-21 Thread Glenn Ramsey
Hi, I would like to use the Qt5.x QtMultiMedia to output sound independently on multi-channel devices such as 5.1 and 7.1 sound cards. However I can't figure out to tell how many channels a device has. >From the documentation I guess that QAudioDeviceInfo::supportedChannelCounts is the call that

[Interest] QTableView - auto check item when row is selected

2016-01-21 Thread Frank Rueter | OHUfx
Sending again as it didn't seem to hit the list the first time: Hi all, I'm writing a simple table view to display a selection of files available in a repository for the user to select for download. Using the model/view approach I have set the item to isCheckable(True). The one tweak in behavi

Re: [Interest] Video file generation from Qt application, other than FFmpeg

2016-01-21 Thread Jason H
> Sent: Thursday, January 21, 2016 at 3:15 PM > We will not be able to use the FFmpeg library for video generation from > our Qt application. Are there any other tools/products usable with Qt > which can do basic generation of video files, given a sequence of > QImages or QPixmaps? We don't nee

Re: [Interest] Can't login to bugreports

2016-01-21 Thread Jason H
> Sent: Thursday, January 21, 2016 at 1:42 PM > From: "Matthew Woehlke" > To: interest@qt-project.org > Subject: Re: [Interest] Can't login to bugreports > > On 2016-01-21 11:37, Thiago Macieira wrote: > > On Thursday 21 January 2016 16:18:52 Jason H wrote: > >> It seems the login now requires a

Re: [Interest] Video file generation from Qt application, other than FFmpeg

2016-01-21 Thread Samuel Gaist
On 21 janv. 2016, at 21:15, Phil Weinstein wrote: > We will not be able to use the FFmpeg library for video generation from our > Qt application. Are there any other tools/products usable with Qt which can > do basic generation of video files, given a sequence of QImages or QPixmaps? > We don

[Interest] Video file generation from Qt application, other than FFmpeg

2016-01-21 Thread Phil Weinstein
We will not be able to use the FFmpeg library for video generation from our Qt application. Are there any other tools/products usable with Qt which can do basic generation of video files, given a sequence of QImages or QPixmaps? We don't need audio with the video. (Sorry for the repost. My ori

[Interest] Video file generation from Qt application, other than FFmpeg

2016-01-21 Thread Phil Weinstein
We will not be able to use the FFmpeg library for video generation from our Qt application. Are there any other tools/products usable with Qt which can do basic generation of video files, given a sequence of QImages or QPixmaps? We don't need audio with the video.

Re: [Interest] Can't login to bugreports

2016-01-21 Thread Matthew Woehlke
On 2016-01-21 11:37, Thiago Macieira wrote: > On Thursday 21 January 2016 16:18:52 Jason H wrote: >> It seems the login now requires an @, and something is amiss in my account. >> >> Can someone look into it? The password reset link isn't working. I'm not >> sure which email domain it is going to,

Re: [Interest] Can't login to bugreports

2016-01-21 Thread Jason H
> Sent: Thursday, January 21, 2016 at 11:37 AM > From: "Thiago Macieira" > To: interest@qt-project.org > Subject: Re: [Interest] Can't login to bugreports > > On Thursday 21 January 2016 16:18:52 Jason H wrote: > > It seems the login now requires an @, and something is amiss in my account. > >

Re: [Interest] Can't login to bugreports

2016-01-21 Thread Thiago Macieira
On Thursday 21 January 2016 16:18:52 Jason H wrote: > It seems the login now requires an @, and something is amiss in my account. > > Can someone look into it? The password reset link isn't working. I'm not > sure which email domain it is going to, but none of them have received a > password reset

[Interest] Can't login to bugreports

2016-01-21 Thread Jason H
It seems the login now requires an @, and something is amiss in my account. Can someone look into it? The password reset link isn't working. I'm not sure which email domain it is going to, but none of them have received a password reset link. ___ Inte

Re: [Interest] Issue with QGLWidget inside QMdiArea

2016-01-21 Thread Thomas Robitaille
Hi Giuseppe, Thank you for your quick reply - it looks like QOpenGLWidget was only added in Qt5. I will try this to see if it helps, but in the mean time, can you (or anyone else) suggest any possible workarounds that might work with Qt4? Thanks! Tom On 21 January 2016 at 12:31, Giuseppe D'Ange

Re: [Interest] Issue with QGLWidget inside QMdiArea

2016-01-21 Thread Giuseppe D'Angelo
On Thu, Jan 21, 2016 at 1:25 PM, Thomas Robitaille wrote: > This issue does NOT happen if I don't use a QMdiArea. Does anyone know > what might be causing this problem, and how to fix it? Is it a bug in > Qt? It is a consequence of QGLWidget creating a frameless top level window and trying to mak

[Interest] Issue with QGLWidget inside QMdiArea

2016-01-21 Thread Thomas Robitaille
Hi everyone, I am trying to add a QGLWidget in an application I am working on. However, I'm running into an issue which is that if I try and add the QGLWidget to a QMdiArea, there is a very noticeable spatial lag between where the Qt window is drawn and the OpenGL canvas when dragging the MDI sub-

Re: [Interest] Qt 5.6.0 beta / Mac / lldb / Debug Symbols

2016-01-21 Thread Croitor Alexandr
Isn't the issue that the debug symbols are not shipped in the first place? They usually reside in the object files, or are extracted into a dsym archive, and neither are shipped with the binary installation. So placing the sources at the original compiled path won't really help. > On 21 Jan 2016

Re: [Interest] Qt 5.6.0 beta / Mac / lldb / Debug Symbols

2016-01-21 Thread Nils Jeisecke via Interest
On Wed, Jan 20, 2016 at 10:26 PM, Thiago Macieira wrote: > I think it should show line numbers, but it can't find the source code because > you don't have the source code at the same place as the debugging information > expects it to be. No lines numbers shown here. However what's the point in bu