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. Nokia N9 applications without QML
Forum Updated to NodeBB v4.3 + New Features

Nokia N9 applications without QML

Scheduled Pinned Locked Moved Mobile and Embedded
4 Posts 3 Posters 2.0k Views 1 Watching
  • 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.
  • P Offline
    P Offline
    paker
    wrote on last edited by
    #1

    Is it possible to make N9 applications without necessarily having to use QML?
    I read a very good documentation teaching how to exchange data between C++ and QML.
    But i think the most we can do is inherit QDeclarativeItem and load a QML component declared in a qml file.
    I wonder if i can do apps only using C++ and still use components/elements like PageStack.
    I'm not saying i don't wanna learn QML, i'm working on it, but i really like C++.

    Carlos César Neves Enumo
    Computer Science Student
    UNESP - Universade Estadual Paulista

    1 Reply Last reply
    0
    • S Offline
      S Offline
      Sfiet_Konstantin
      wrote on last edited by
      #2

      It is impossible to use PageStack and co without QML. They are private class behind, but no public C++ classes. You can still look at the code and reimplement everything by hand, but it is really tedious.

      You may use QWidgets. They works, but looks aweful, and you also need to to do a lot of work to manage swipe / kinetic scrolling and so on

      1 Reply Last reply
      0
      • P Offline
        P Offline
        paker
        wrote on last edited by
        #3

        Yeah... i think it's not worth it.
        Thanks! :)

        Carlos César Neves Enumo
        Computer Science Student
        UNESP - Universade Estadual Paulista

        1 Reply Last reply
        0
        • W Offline
          W Offline
          wspilot
          wrote on last edited by
          #4

          See discussion "QML C++":http://qt-project.org/forums/viewthread/16009/
          Although this was about symbian.
          I stopped development in Qt/C++ for the time being.
          Now looking at the Android NDK. Androids support for C++ (via NDK) is increasing.
          With Qt (small devices) it's the other way around: you are practically forced into QML.
          Good luck.

          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