[Interest] Audio Output Example Push/Pull mode is confusing.

2014-07-09 Thread Steve Schilz
Hi, I'm looking at the Audio Output Example, and it seems to me that the variable naming regarding push/pull mode is wrong. See the comments to the right of the code example and suggested solution below. void AudioTest::toggleMode() { m_pullTimer->stop(); m_audioOutput->stop(); if (m

[Interest] Image Updates Aren't Painting

2014-07-09 Thread Jared McIntyre
We've recently migrated from Qt 5.1 to 5.3.1 and have run into a problem where none of the 2D imaging updates on change. For example, when a QGraphicsPixmapItem is updated with a new image, it continues to display the old image until another QWidget is overlaid on top of that item and then remo

[Interest] TextInput, "NumberEdit" and mouse events

2014-07-09 Thread VStevenP
I'm trying to implement an enhanced version of QML TextInput component as a custom QML "NumberEdit" component.  It works great, in general, except I can't seem to add one necessary feature. One of the added features is to be able to drag the mouse to edit the numeric value within a range of int