Robert, I have use normal QQmlApplicationEngine and ApplicationWindow in QML without any custom Objective-C code. The visible area is displayed correctly in Split View if full screen flag is not used in ApplicationWindow.
Regards, Juhani > Robert Iakobashvili <[email protected]> kirjoitti 21.9.2015 kello 23.56: > > Hi Juhani, > Thank you very much for your input. > > Well, my app is painting status-bar background independently > by code. Now it should detect if primary screen, and only in this case to > draw. > > Events relevant to change layout of views are supposed to be delivered by > > willTransitionToTraitCollection > traitCollectionDidChange > viewWillTransitionToSize > > Which Qt signals correspond to it? > > Where you are doing adaptations for changes in actual visible area (UIWindow)? > > Thanks, > > Kind regards, > Robert > > > On Mon, Sep 21, 2015 at 10:53 AM, Juhani Matilainen > <[email protected]> wrote: >> >> Split View and Split Over works with Qt if you use Xcode 7 and storyboard or >> xib file for launch screen instead of png file >> https://developer.apple.com/library/prerelease/ios/documentation/WindowsViews/Conceptual/AdoptingMultitaskingOniPad/QuickStartForSlideOverAndSplitView.html#//apple_ref/doc/uid/TP40015145-CH13-SW1 >> >> A one problem is exist if you use QML to paint statusbar background >> https://bugreports.qt.io/browse/QTBUG-48225 >> >> Regards >> Juhani >> Daniel França <[email protected]> kirjoitti 21.9.2015 kello 9.33: >> >> My guess is that both "Slide over" and "Split View" are managed entirely by >> the OS and are app-independent, in that case Qt is ready... but I may be >> wrong >> >> Em seg, 21 de set de 2015 às 07:09, Robert Iakobashvili >> <[email protected]> escreveu: >>> >>> Hi, >>> >>> 1. Is Qt ready for "Slide Over" and "Split View", >>> and if yes which version? >>> >>> 2. How to adapt a Qt app for "Slide Over" and "Split View"? >>> Should we make some interface adaptation when getting some >>> Qt-notifications on changes in available display size? >>> >>> Thank you. >>> >>> Regards, >>> Robert >>> _______________________________________________ >>> Interest mailing list >>> [email protected] >>> http://lists.qt-project.org/mailman/listinfo/interest >> >> _______________________________________________ >> Interest mailing list >> [email protected] >> http://lists.qt-project.org/mailman/listinfo/interest _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
