Re: [Interest] problems with iOS release build Qt World Summit Conference App

2016-10-10 Thread ekke
also asked in forum and Qt Creator List. Eike Ziller found the reason why release build fails under iOS: That’s a crash in Qt Quick Compiler, which looks like it is https://bugreports.qt.io/browse/QTBUG-54482 Eike saved my day :) looked at the bugreport and immediately know the reason and fixed

Re: [Interest] Deployment Target for Qt-5.6.2 Built at Mac-OS-10.12 with C++-11

2016-10-10 Thread Robert Iakobashvili
On Tue, Oct 11, 2016 at 7:43 AM, Robert Iakobashvili wrote: > Hi, > Configuring Qt-5.6.2 at the recent Mac 10.12 > with C++-11 built versus SDK-12 as: > > ./configure -opensource -debug-and-release -c++std c++11 -qt-zlib > -qt-libpng -qt-libjpeg \ > -system-proxies -nomake tests -nomake examples -

[Interest] Deployment Target for Qt-5.6.2 Built at Mac-OS-10.12 with C++-11

2016-10-10 Thread Robert Iakobashvili
Hi, Configuring Qt-5.6.2 at the recent Mac 10.12 with C++-11 built versus SDK-12 as: ./configure -opensource -debug-and-release -c++std c++11 -qt-zlib -qt-libpng -qt-libjpeg \ -system-proxies -nomake tests -nomake examples -skip qtxmlpatterns -skip qt3d \ -skip qtactiveqt -skip qtcanvas3d -skip qt

Re: [Interest] macdeploy and lib dependencies

2016-10-10 Thread Till Oliver Knoll
> Am 10.10.2016 um 08:37 schrieb Nuno Santos : > > Libs like libssl, libcrypto, libxml2, libplist, etc, All the dependencies of > libimobiledevice which is the lib I’m linking to. In the QtCreator project I > link with libimobiledevice and macdeployqt is able to copy and rereference > it, but

Re: [Interest] FUD around licensing (From What don't you like about Qt?)

2016-10-10 Thread Adam Light
On Mon, Oct 10, 2016 at 6:18 AM, Giuseppe D'Angelo < giuseppe.dang...@kdab.com> wrote: > Hi, > > On 10/10/16 10:22, Carel Combrink wrote: > >> The very first comment on the youtube video: >> /"The latest versions do not seem to be free/" - iddn >> >> I really hope the free edition of such a great

[Interest] Binding problems on iOS 10

2016-10-10 Thread Nuno Santos
Hi, I have been having some binding problems on iOS. Some bindings that used to work are not working anymore. In this particular case, these bindings are the result of a javascript function call with a exposed C++ property as parameter. Anyone having issues with bindings since iOS 10 release?

Re: [Interest] Customising ComboBox 2.0

2016-10-10 Thread Nuno Santos
Thanks! :) Nuno Santos Founder / CEO / CTO www.imaginando.pt +351 91 621 69 62 > On 10 Oct 2016, at 12:43, J-P Nurmi wrote: > >> On 10 Oct 2016, at 13:35, Nuno Santos > > wrote: >> >> Hi, >> >> Is it possible to customize the drop down box of a ComboBox 2.0? I

Re: [Interest] FUD around licensing (From What don't you like about Qt?)

2016-10-10 Thread Giuseppe D'Angelo
Hi, On 10/10/16 10:22, Carel Combrink wrote: The very first comment on the youtube video: /"The latest versions do not seem to be free/" - iddn I really hope the free edition of such a great tool can be moved out of the clutter about the licensing. PS: I wanted to reply directly on there b

Re: [Interest] Customising ComboBox 2.0

2016-10-10 Thread J-P Nurmi
On 10 Oct 2016, at 13:35, Nuno Santos mailto:nunosan...@imaginando.pt>> wrote: Hi, Is it possible to customize the drop down box of a ComboBox 2.0? It seems that I’m only able to customize the combobox control itself and not the content. http://doc.qt.io/qt-5/qtquickcontrols2-customize.html#cu

[Interest] Customising ComboBox 2.0

2016-10-10 Thread Nuno Santos
Hi, Is it possible to customize the drop down box of a ComboBox 2.0? It seems that I’m only able to customize the combobox control itself and not the content. http://doc.qt.io/qt-5/qtquickcontrols2-customize.html#customizing-combobox

Re: [Interest] FUD around licensing (From What don't you like about Qt?)

2016-10-10 Thread Carel Combrink
Hi Tomasz, > I replied there pointing that guy to OS installer. > Thanks, I saw that. One concern though, now he will be prompted for an 1GB download to install Qt Creator if he does not see the Qt Creator tab/link... PS: I wanted to reply directly on there but then got prompted to create a Yo

Re: [Interest] FUD around licensing (From What don't you like about Qt?)

2016-10-10 Thread Tomasz Siekierda
On 10 October 2016 at 11:22, Carel Combrink wrote: > > Hi All, > > Out of interest, to show how big the actual issue is on the licensing and the > confusing website (my opinion but I am definitely not the only one). > > The CppCon2016 video from Giuseppe D'Angelo on > “Introducing Qt Creator: a f

[Interest] FUD around licensing (From What don't you like about Qt?)

2016-10-10 Thread Carel Combrink
Hi All, Out of interest, to show how big the actual issue is on the licensing and the confusing website (my opinion but I am definitely not the only one). The CppCon2016 video from Giuseppe D'Angelo on “Introducing Qt Creator: a fast IDE for C++ development"

Re: [Interest] ios now wants NSCameraUsageDescription

2016-10-10 Thread maitai
Ok thanks, I added "Necessary to play sound files", we'll see if the review succeeds. Le 10-10-2016 06:57, ekke a écrit : > add this to your info.plist > > NSPhotoLibraryUsageDescription > $(PRODUCT_NAME) uses photos > > then you can submit your app. As I was told by users there's never a messa

Re: [Interest] [Quick Controls 2] Best way to add binding arrow tip to Popup?

2016-10-10 Thread Shawn Rutledge
You can add two rotated rectangles, one underneath for the border, and one (on top) for the fill, to cover up the edge of the main rectangle. Next you will want a drop shadow, then you need a couple more Rectangles (or something from GraphicalEffects) underneath. This is a good illustration of