Re: [Development] Using semicolons in JS (QML)

2016-10-02 Thread Mitch Curtis
> -Original Message- > From: Development [mailto:development-bounces+mitch.curtis=qt.io@qt- > project.org] On Behalf Of Robin Burchell > Sent: Friday, 30 September 2016 11:57 PM > To: development@qt-project.org > Subject: Re: [Development] Using semicolons in JS (QML) > > On Fri, Sep 30, 2

Re: [Development] scaling the background of QGraphicsView or QGraphicsScene

2016-10-02 Thread itviewer
Hi Sean, Thank you very much, you helped me solve the problem that let me think for several days. you are a good man! itviewer From: Sean Harmer Date: 2016-10-02 17:10 To: development Subject: Re: [Development] scaling the background of QGraphicsView or QGraphicsScene Hi, use a cosmetic p

[Development] Review needed

2016-10-02 Thread Thomas Bettler
Hello I'd like to contribute a patch to qt development to make RC4 encryption optional. Currently if qtnetwork is compiled with openssl, openssl must contain RC4 - or qtnetwork fails to compile... RC4 is known to be a weak stream cipher, wich is abandoned and eventually faded out, so depending op

Re: [Development] Using semicolons in JS (QML)

2016-10-02 Thread Mitch Curtis
I don't understand why people get so upset about topics like this. If it's not important to you and not worth your time, don't reply. It's kinda ironic that you're "wasting" time on it at all. The people who do care about having some consistency to improve the quality of Qt should be able to di

Re: [Development] scaling the background of QGraphicsView or QGraphicsScene

2016-10-02 Thread Sean Harmer
Hi, use a cosmetic pen (width of zero). Cheers, Sean On 02/10/2016 02:18, 心翔 wrote: Hi, I subclass the QGraphicsView to reimplement drawBackground and wheelEvent and want to get this effect: but when I wheel the mouse, the background point will scale also。 ​ how can implement that it onl