Re: [Interest] [PAID] Seeking a C++/Qt Tutor/Mentor

2017-03-31 Thread Roland Hughes
If you are looking for actual functioning programming why don't you first start with http://theminimumyouneedtoknow.com/qt_book.html It will walk you through early development using different IDEs and, most importantly, the one thing I find most Qt developers lacking in, the storage and retri

Re: [Interest] iOS 10 / iPad Mini 2 and Qt - Icon gets scaled to full screen with transparent background when launching app.

2017-03-31 Thread bralchenko
That probably explains the situation. iOS expects to show something while app launches, so there is LaunchScreen.xib that developer can customize. I am not sure what iOS displays when there is no Launch screen. Normally with Qt examples I see white screen with name of the app, there is Launch.xi

Re: [Interest] iOS 10 / iPad Mini 2 and Qt - Icon gets scaled to full screen with transparent background when launching app.

2017-03-31 Thread Nuno Santos
I don’t have it defined. I never set the LaunchScreen.xib or Launch Images, because until now (and for many devices than iPad 2 Mini) it launches black. Should I set black LaunchImages or make the LaunchScreen.xib to show a black screen? Nuno > On 31 Mar 2017, at 16:34, bralche...@ics.com wro

Re: [Interest] iOS 10 / iPad Mini 2 and Qt - Icon gets scaled to full screen with transparent background when launching app.

2017-03-31 Thread bralchenko
It looks like the icon became part of LaunchScreen.xib, that’s what I would verify first. Regards, Boris Ralchenko. > On Mar 31, 2017, at 7:14 AM, Nuno Santos wrote: > > Sorry, > > I mean’t iPad Mini 2 > > Nuno Santos > Founder / CEO / CTO > www.imaginando.pt > +351 91 621 69 62 >

Re: [Interest] iOS 10 / iPad Mini 2 and Qt - Icon gets scaled to full screen with transparent background when launching app.

2017-03-31 Thread Nuno Santos
Sorry, I mean’t iPad Mini 2 Nuno Santos Founder / CEO / CTO www.imaginando.pt +351 91 621 69 62 > On 31 Mar 2017, at 12:12, Robert Iakobashvili wrote: > > On Fri, Mar 31, 2017 at 2:06 PM, Nuno Santos wrote: >> I’m having an issue on my iPad 2 on iOS 10 with Qt apps. >> The icon gets scaled to

Re: [Interest] iOS 10 / iPad Mini 2 and Qt - Icon gets scaled to full screen with transparent background when launching app.

2017-03-31 Thread Robert Iakobashvili
On Fri, Mar 31, 2017 at 2:06 PM, Nuno Santos wrote: > I’m having an issue on my iPad 2 on iOS 10 with Qt apps. > The icon gets scaled to full screen with transparent background when > launching app. > As anyone had similar issue? > This doesn’t happen on iPhone 6 plus with iOS 10. > > Regards, >

[Interest] iOS 10 / iPad Mini 2 and Qt - Icon gets scaled to full screen with transparent background when launching app.

2017-03-31 Thread Nuno Santos
Hi, I’m having an issue on my iPad 2 on iOS 10 with Qt apps. The icon gets scaled to full screen with transparent background when launching app. As anyone had similar issue? This doesn’t happen on iPhone 6 plus with iOS 10. Regards, Nuno Santos Founder / CEO / CTO www.imaginando.pt +351 91 6

[Interest] Issues with layoutAboutToBeChanged

2017-03-31 Thread Etienne Sandré-Chardonnal
Dear all, I have a tree model which is subclassing QAbstractItemModel. For one specific operation, I need to fully reorganize a complete tree branch. The whole branch indexes are invalidated, including the top branch node. This top branch node is generally selected in the corresponding view when