Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QPA Documentation?

QPA Documentation?

Scheduled Pinned Locked Moved Mobile and Embedded
3 Posts 3 Posters 4.8k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sbakke
    wrote on last edited by
    #1

    Would like to create a QPA platform but can't find any documentation. I searched here, on the web, in the 4.8 release and found nothing at all. QPlatformWindow, QWindowInterface, ... turned up nothing. Is there any documentation available?

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      I'm having similar problem right now, with Qt5... Here's the only thing that I've found: "link":http://developer.qt.nokia.com/videos/watch/qpa-the-qt-platform-abstraction

      (Z(:^

      1 Reply Last reply
      0
      • C Offline
        C Offline
        CuteiOS
        wrote on last edited by
        #3

        There's not much documentation on QPA/Lighthouse in Qt 4.8. But the process basically goes like this:

        1. Get the Qt library compiling for your platform.
        2. Get the 'minimal' plugin building for your platform.
        3. Build a Qt example app (eg. AnimatedTiles) for your platform and run it with the 'minimal' plugin.
        4. Use the 'minimal', 'eglfs' and 'xlib' plugins as reference to start developing your own plugin.
        5. Use the #qt-lighthouse channel on IRC (freenode) to speak with the QPA developers at Nokia and other developers using QPA.

        Here is a little bit of (old) documentation from the Lighthouse team:

        http://developer.qt.nokia.com/wiki/Getting_Started_With_Lighthouse

        There is a also some documentation in the form of comments in the source files (ending _qpa) in the Qt source tree (QPA is part of GUI).

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved