[Interest] [QGView] Center align text item that ignores inherited transformation

2016-11-22 Thread Ch'Gans
Hi there, I'm trying to add a QGraphicsSimpleTextItem as a child of another (shape) item. I want the text to not follow scaling of the view (I use QGraphicsItem::ItemIgnoreTransformations flag), *and* be always centered on it's parent shape. Ideally, i'm looking at a solution that doesn't require

Re: [Interest] Building Qt from source for iOS - make install fails

2016-11-22 Thread bralchenko
Thanks Jake for your response. 5.8 did not work for me either, but I did not capture the exact error, it was related to signing, similar to 5.7.1. I have tried to build 5.8 something like 5 days ago, may have changed since. Regards, Boris Ralchenko. > On Nov 22, 2016, at 4:12 PM, J

Re: [Interest] Building Qt from source for iOS - make install fails

2016-11-22 Thread Jake Petroules
Responses inline. Did 5.8 work for you? You didn't specify. > On Nov 22, 2016, at 12:59 PM, bralche...@ics.com wrote: > > Hi, > > I was trying to build Qt from source specifically for iOS, I wanted to check > something. The build succeeds, but make install fails on number of version, I > tried

[Interest] Building Qt from source for iOS - make install fails

2016-11-22 Thread bralchenko
Hi, I was trying to build Qt from source specifically for iOS, I wanted to check something. The build succeeds, but make install fails on number of version, I tried 5.6.2, 5.7.1 and 5.8. Interesting thing is that errors are different for each one. I tried to build and to install without any cha

Re: [Interest] camera APIs -- intended usage

2016-11-22 Thread Jason H
The viewfinder corresponds to the screen size, the full-capture corresponds to the CCD, or what you have the CCD configured to capture. The AVFoundation API on iOS has support for capturing frames and resizing them to requested sizes for various consumers. You're probably seeing something related

Re: [Interest] [5.8] how to use qml caching?

2016-11-22 Thread Shawn Rutledge
> On 11 Nov 2016, at 10:53, Tim Blechmann wrote: > > hi all, > > i've read a lot about qml caching in qt-5.8. however i didn't find any > documentation on how to use it. > > is there any documentation on how we can use it from a cmake > buildsystem? i suppose somehow the qrc files need to be p