Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Looking for good HowTo's or Tuts to get in

Looking for good HowTo's or Tuts to get in

Scheduled Pinned Locked Moved QML and Qt Quick
6 Posts 4 Posters 2.4k 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.
  • F Offline
    F Offline
    fornax
    wrote on last edited by
    #1

    Hey,

    iam new in QtQuick and iam looking for Tuts or HowTos for QtQuick 2. I find a lot of stuff for QtQuick 1.
    Have you any tipps?

    How big is the difference between Quick 1 and Quick 2. I have some problems, when used Quick 1 tuts.

    Best regards,
    fornax

    1 Reply Last reply
    0
    • U Offline
      U Offline
      utcenter
      wrote on last edited by
      #2

      On the surface there isn't much of a difference between QtQuick 1 and 2. Most if not all of the QtQuick1 code will work in QtQuick2, however if you extend QML with custom C++ components you have to inherit a different class for visible items.

      You can pick up the most of the QML development paradigm from existing QtQuick1 tutorials and later on apply the knowledge in 2.

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

        Hi,

        Start here:
        http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-applicationdevelopers.html

        Then for more information about the QML language, read:
        http://doc-snapshot.qt-project.org/5.0/qtqml/qtqml-index.html

        And for more information about the QtQuick types and functionality, read:
        http://doc-snapshot.qt-project.org/5.0/qtquick/qtquick-index.html

        Cheers,
        Chris.

        1 Reply Last reply
        0
        • U Offline
          U Offline
          utcenter
          wrote on last edited by
          #4

          The documentation is a good source for reference, but seeing QML in actual production scenario, albeit a simple one, is much more beneficial. Here are two QML tutorials implementing since, yet complete games:

          "A memory game tutorial":http://www.developer.nokia.com/Community/Wiki/A_QML_Memory_Game_Tutorial - HTML tutorial with downloadable source
          "Qt Quick game programming":http://quitcoding.com/download/Qt_Quick_Game_Programming_1_0.pdf - PDF tutorial

          1 Reply Last reply
          0
          • F Offline
            F Offline
            fornax
            wrote on last edited by
            #5

            Thank you very much! i will try the tuts :)

            1 Reply Last reply
            0
            • F Offline
              F Offline
              feldifux
              wrote on last edited by
              #6

              Hi formax,
              we have a couple of tutorials about getting started with QML on our site as well. It is sometimes gaming-specific, but the concepts of QML are also explained. You can find them here: http://doc.v-play.net/vplay-getting-started.html

              And a more advanced tutorial how to make a pong game here: http://doc.v-play.net/howto-pong-game.html

              Cheers,
              Christian

              Founder of Felgo SDK - http://felgo.com/qt

              Felgo simplifies

              • Mobile App Dev with Qt esp. iOS & Android
              • Game Development with Qt

              What others say

              Felgo scored #1 in Cross-Platform App Development Tools Report - see why: https://goo.gl/rgp3rq

              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