Re: [Interest] Qt5.3.1 ListView delegate Image overlapped

2014-07-17 Thread Leslie Zhai
Hi Filip, Thanks for your help ;) I got it by reading about qtdeclarative/src/quick/items/qquickimage.cpp and I noticed http://comments.gmane.org/gmane.comp.lib.qt.devel/17685 there is only QTouchEvent for MultiPointTouchArea, but NO QTabletEvent for hacker`s TabletSketchArea

Re: [Interest] Cool QML game example as developed by Google

2014-07-17 Thread Liang Qi
On 16 July 2014 21:53, Donald Carr sirsp...@gmail.com wrote: Hola, This is a pretty damn cool/novel usage of QML and since it comes replete with groovy visuals: https://www.youtube.com/watch?v=EwyNqC7-lDw and code: https://github.com/google/VoltAir I think it warrants sharing. So very

Re: [Interest] Qt Installer Framework.

2014-07-17 Thread Karsten Heimrich
Hi, On 17.07.2014 00:35, Bill Crocker wrote: On 07/16/2014 11:34 AM, william.croc...@analog.com wrote: On 07/16/2014 11:23 AM, Koehne Kai wrote: -Original Message- From: interest-bounces+kai.koehne=digia@qt-project.org [...] Ok. Got the source. Found the function. That gives no

Re: [Interest] Qt Installer Framework.

2014-07-17 Thread william.croc...@analog.com
On 07/17/2014 07:52 AM, Karsten Heimrich wrote: 1 - Remove the component selection page. 2 - Remove the use of the Start Menu. Put this in you sample .qs script: function Component() { if (installer.isInstaller()) { installer.setDefaultPageVisible(QInstaller.ComponentSelection,

Re: [Interest] Qt Installer Framework.

2014-07-17 Thread André Somers
william.croc...@analog.com schreef op 17-7-2014 14:52: When is an installer !installer.isInstaller() ? Not knowing anything about this at all, but I guess when it is an _un_installer? André ___ Interest mailing list Interest@qt-project.org

Re: [Interest] Qt Installer Framework.

2014-07-17 Thread william.croc...@analog.com
3 - Remove all of the options from the uninstall page. No possible at the moment. I hope that it will be possible soon. I need a simple install/uninstall (local/non-web) and look forward to using the IFW for that purpose. Thanks. Bill -- FWIW: I would have used: if(

Re: [Interest] Using QMediaPlayer with Ogg Vorbis on Win7

2014-07-17 Thread Tom Isaacson
So the only option is to switch compiler? Why did Qt make the switch to Media Foundation if there are less codecs for it? What about using VideoSurface? Tom Isaacson From: phil.hann...@gmail.com [mailto:phil.hann...@gmail.com] On Behalf Of Phil Hannent Sent: Monday, 14 July 2014 9:51 p.m. To:

Re: [Interest] QLabel inconsistent sizing with word wrap

2014-07-17 Thread Tony Rietwyk
Answering my own question: Setting a fixed width overcomes the problem, and only the height changes. Could someone who uses Git submit to the QLabel word wrap property: Note: Setting word wrap true without a fixed width and/or height may result in inconsistent sizing. Tony