Re: [Interest] Dragging rectangle between multiple QQuickView instances?

2016-01-01 Thread Mark Gaiser
On Thu, Dec 24, 2015 at 2:15 PM, Mark Gaiser wrote: > Hi, > > I want to move a rectangle between two different "windows", but how can i > do that? > > The only possible way i can think of (but i do'n't know if that would even > work) is: > - Have N QQuickView classes (lets say 2, for the sake of

Re: [Interest] make qjsondocument recognize utf8 as utf8

2016-01-01 Thread Thiago Macieira
On Friday 01 January 2016 10:51:27 Boudewijn Rempt wrote: > On Thu, 31 Dec 2015, Thiago Macieira wrote: > > The only two things that I can think of to explain this problem are that > > either CentOS packages applied a patch that broke the UTF-8 parsing or > > that > > their compiler is generating b

Re: [Interest] make qjsondocument recognize utf8 as utf8

2016-01-01 Thread Boudewijn Rempt
On Thu, 31 Dec 2015, Thiago Macieira wrote: The only two things that I can think of to explain this problem are that either CentOS packages applied a patch that broke the UTF-8 parsing or that their compiler is generating bad code. Sorry. Well, thanks for checking -- I'm going to have to fi