Re: [Interest] Qt audio visualizer?

2012-07-03 Thread Murphy, Sean M.
Whoops, I didn't realize there was a demo included with the Qt distribution... That makes it pretty easy! Thanks for the pointer. Sean From: interest-bounces+sean.murphy=gd-ais@qt-project.org [interest-bounces+sean.murphy=gd-ais@qt-project.org]

[Interest] Google Prediction API Client

2012-07-03 Thread Igor Grivko
Hi Donald, Sorry for confusion, we needed some time to polish up the application and to remove our "secrets" from it. Today I uploaded the Google Prediction Application. git clonehttps://code.google.com/p/qt-google-prediction/ You need to create your own Google application in Google Console:

Re: [Interest] Question on qt-google-calendar from Qt-interest

2012-07-03 Thread Igor Grivko
Hi Harry, I am glad that you are confident with OAuth2. Authentication token goes from Google, as it is needed, and the application never knows the user's credentials (username and password). I do not see the reason of creating local server though. Anyway, thanks for your interest in our work

Re: [Interest] Qt audio visualizer?

2012-07-03 Thread Harri Pasanen
http://labs.qt.nokia.com/2010/05/18/qtmultimedia-in-action-a-spectrum-analyser/ Does something along those lines. I think it is the same thing that ended up in demo: http://doc.qt.nokia.com/4.7-snapshot/demos-spectrum.html Hope this helps, Harri On 07/03/2012 09:33 PM, Murphy, Sean M. wrote

[Interest] Qt audio visualizer?

2012-07-03 Thread Murphy, Sean M.
I'm looking for an audio visualizer widget that I can plunk down inside my Qt app. Ideally it would be just audio amplitude vs. time like the top plot in this image: http://media.rhizome.org/blog/8070/diagras.jpg. I need to do this on a Mac first and foremost, so I know I could probably find s

Re: [Interest] Question on qt-google-calendar from Qt-interest

2012-07-03 Thread Harri Pasanen
Hi, I had no problems with Google docs, but I could not see how the ICS module obtained the authentication token. It seemed to use some hack/feature of QWebView? I ended up using a variation of http://tftfy.blogspot.fr/2011/12/simple-oauth-20-in-qt.html instead, which seems to be pretty co

Re: [Interest] Question on qt-google-calendar from Qt-interest

2012-07-03 Thread Igor Grivko
Hi Harry, Sorry for delay with reply, I was on vacation. Google uses standard OAuth2 way of authentication, you can have a look at: https://developers.google.com/accounts/docs/OAuth2 Then I probably need to say some words about how it is supposed to work. You need to create Google account (if

Re: [Interest] Any idea why QAbstractItemView::selectedIndexes() is protected?

2012-07-03 Thread K. Frank
Hello André! Thanks for the further explanation. On Tue, Jul 3, 2012 at 10:10 AM, André Somers wrote: > Op 3-7-2012 15:48, K. Frank schreef: >> Hi André! >> >> Thank you for the reply and the pointer to QItemSelectionModel. >> >> On Tue, Jul 3, 2012 at 2:06 AM, André Somers wrote: >>> ... >>> I

Re: [Interest] Qt on Windows Phone 8

2012-07-03 Thread marius.storm-olsen
On 28/06/2012 13:23, ext chuck.pier...@nokia.com wrote: > As more complete documentation of the work behind the word “mostly,” the > complete assessment document is now available at: > > http://qt-project.org/wiki/Qt-5-on-Windows-8-and-Metro-UI > > My thanks to ICS for their work on this. There's

Re: [Interest] Any idea why QAbstractItemView::selectedIndexes() is protected?

2012-07-03 Thread André Somers
Op 3-7-2012 15:48, K. Frank schreef: > Hi André! > > Thank you for the reply and the pointer to QItemSelectionModel. > > On Tue, Jul 3, 2012 at 2:06 AM, André Somers wrote: >> Op 3-7-2012 1:17, K. Frank schreef: >>> Hi List! >>> >>> I'm wondering why QAbstractItemView::selectedIndexes() is protect

Re: [Interest] Any idea why QAbstractItemView::selectedIndexes() is protected?

2012-07-03 Thread K. Frank
Hi André! Thank you for the reply and the pointer to QItemSelectionModel. On Tue, Jul 3, 2012 at 2:06 AM, André Somers wrote: > Op 3-7-2012 1:17, K. Frank schreef: >> Hi List! >> >> I'm wondering why QAbstractItemView::selectedIndexes() is protected, >> rather than public. >> ... > I don't know

Re: [Interest] ShaderEffect

2012-07-03 Thread Kim M. Kalland
On 02.07.2012 15:20, ext Sivan Greenberg wrote: > Having installed creator 2.5, built qt5 from source, everything works > beautifully (expect for some leaked pixmaps reported by qmlscene in > one example I found so far) I'm delightfully sitting in the KDAB > training. > > But, context help is avail

Re: [Interest] How to handle click events in Flickable as well as MouseArea the same time (QML)

2012-07-03 Thread Daniel Kreuter
Awesome, just what I wanted. Thanks a lot for your help. On Tue, Jul 3, 2012 at 1:34 PM, Roopesh Chander wrote: > I've spent quite some time fighting with this problem. :) > > The trick, as I found out, is to have the MouseArea as a child of the > Flickable (as opposed to a MouseArea with a high

Re: [Interest] How to handle click events in Flickable as well as MouseArea the same time (QML)

2012-07-03 Thread Roopesh Chander
I've spent quite some time fighting with this problem. :) The trick, as I found out, is to have the MouseArea as a child of the Flickable (as opposed to a MouseArea with a higher z value). If we do that, then when the Flickable thinks that it has a flick, it can "steal" the mouse events for itself

[Interest] How to handle click events in Flickable as well as MouseArea the same time (QML)

2012-07-03 Thread Daniel Kreuter
Hello, I have a small pdf viewer in qml which enables scrolling using the Flickable component. Now I want the navigation controls to switch between the pages to switch it's opacity to 0 after a few seconds so they won't be in the readers way. The only way to get them back visible would be to have