Results 1 to 3 of 3

Thread: Integrating UIPageViewController into a QWidget iOS app, with Qt 5.2

  1. #1
    Join Date
    May 2011
    Location
    Zaragoza
    Posts
    5
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Integrating UIPageViewController into a QWidget iOS app, with Qt 5.2

    Hello everybody,

    i am not finding the right way to integrate a UIPageViewController (iOS native UI controller) into a QWidget app for iOS, which i have currently running on iPad2 with Qt 5.2.
    Some clue to start with?

    thank you
    dani

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Integrating UIPageViewController into a QWidget iOS app, with Qt 5.2

    If that thing is a native window, then QWindow::fromWinId() might be capable of using it as a child window (if the plaform plugin has the ForeignWindow capability)

    QWidget::createWindowContainer() could then be used to put that window in a widget scene.

    Cheers,
    _

  3. #3
    Join Date
    May 2011
    Location
    Zaragoza
    Posts
    5
    Thanked 1 Time in 1 Post
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: Integrating UIPageViewController into a QWidget iOS app, with Qt 5.2

    Thank you, anda_skoa

    Now I check my explanation was not the best...
    I dont want to have a native iOS window integrated with my QWidget iOS app.
    What I want to do is to have a UIPageViewController as a QWidget container for my QWidget app, like a QStackedWidget or QTabWidget, I mean, to have that beautiful finger-sliding screens in my QWidget app.

    No luck currently...
    I am trying to have some .mm code in my Qt app, under OBJECTIVE_SOURCES in .pro file, and implement what i need (something like a QWidget inheriting a UIUIPageViewController or ViewController), by I dont have enough iOS API knowledge or objective-c language...

Similar Threads

  1. Integrating Rosegarden
    By callsushil in forum Qt-based Software
    Replies: 0
    Last Post: 24th May 2013, 11:10
  2. integrating QT to ARM board
    By piyushpandey in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 31st August 2010, 14:15
  3. Integrating OpenVG with QT 4.6
    By ksrini in forum Qt Programming
    Replies: 1
    Last Post: 11th February 2010, 05:52
  4. Integrating C with Qt
    By deepakn in forum Qt Programming
    Replies: 2
    Last Post: 4th December 2007, 09:12
  5. KCModule integrating
    By lum in forum KDE Forum
    Replies: 0
    Last Post: 17th May 2006, 09:32

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.