[Interest] Qt5.3.1 ListView delegate Image overlapped

2014-07-16 Thread Leslie Zhai
Hi Qt developers, My QML code shown as below: ListView { model: xmlModel anchors.fill: parent delegate: Item { width: 340; height: 95 Image { source: "../images/3index-content-bg.png" } } I use XmlListModel to parse a XML such as http://planet.qt-project.org/rs

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

2014-07-16 Thread Yang Fan
Very cool! On Thu, Jul 17, 2014 at 3:53 AM, Donald Carr 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

Re: [Interest] Qt Installer Framework.

2014-07-16 Thread Bill Crocker
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 hint about where and when to ca

[Interest] Cool QML game example as developed by Google

2014-07-16 Thread Donald Carr
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 cool to see this kind of thing being done with QML. Yours sincerely,

[Interest] For those who remember Nokia...

2014-07-16 Thread Bob Hood
(Qt-related, in an indirect way.) This is what comes of sleeping with sharks (your relationship doesn't last long): http://arstechnica.com/business/2014/07/report-microsoft-to-undergo-biggest-layoff-round-in-companys-history/ ___ Interest mailing list

Re: [Interest] Qt Installer Framework.

2014-07-16 Thread william.croc...@analog.com
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 hint about where and when to call it. >> >> I have a simple installer with one package. >> I am

Re: [Interest] Qt Installer Framework.

2014-07-16 Thread Koehne Kai
> -Original Message- > From: interest-bounces+kai.koehne=digia@qt-project.org > [...] > Ok. Got the source. Found the function. > That gives no hint about where and when to call it. > > I have a simple installer with one package. > I am starting with the sample .qs script that is inclu

Re: [Interest] Qt Installer Framework.

2014-07-16 Thread william.croc...@analog.com
On 07/16/2014 09:29 AM, Sze Howe Koh wrote: > On 16 July 2014 21:23, william.croc...@analog.com > wrote: >> >>> >>> It's documented here: >>> >>> http://doc-snapshot.qt-project.org/qtifw-master/scripting-qinstaller.html#setDefaultPageVisible-method >>> >>> The *complete* documentation is the sour

Re: [Interest] Qt Installer Framework.

2014-07-16 Thread Sze Howe Koh
On 16 July 2014 21:23, william.croc...@analog.com wrote: > >> >> It's documented here: >> >> http://doc-snapshot.qt-project.org/qtifw-master/scripting-qinstaller.html#setDefaultPageVisible-method >> >> The *complete* documentation is the source code ;) >> > > Is the source code anywhere near the a

Re: [Interest] Qt Installer Framework.

2014-07-16 Thread william.croc...@analog.com
> > It's documented here: > > http://doc-snapshot.qt-project.org/qtifw-master/scripting-qinstaller.html#setDefaultPageVisible-method > > The *complete* documentation is the source code ;) > Is the source code anywhere near the above URL? > Regards > > Kai > __

Re: [Interest] Qt Installer Framework.

2014-07-16 Thread Koehne Kai
> -Original Message- > From: interest-bounces+kai.koehne=digia@qt-project.org > [mailto:interest-bounces+kai.koehne=digia@qt-project.org] On Behalf > Of william.croc...@analog.com > Sent: Wednesday, July 16, 2014 1:47 PM > To: interest@qt-project.org > Subject: [Interest] Qt Insta

[Interest] Qt Installer Framework.

2014-07-16 Thread william.croc...@analog.com
Hello: I'm trying to use the Qt Installer Framework to create an installer for Windows. Someone suggested I use installer.setDefaultPageVisible to solve a problem I was having, but I can not find any reference to that in the doc which is included with the installer. So, where is the *complete* d