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
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
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
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
>
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
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,
>
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
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