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. Why there is no any guidelines how to design a QML app?
Forum Updated to NodeBB v4.3 + New Features

Why there is no any guidelines how to design a QML app?

Scheduled Pinned Locked Moved Solved QML and Qt Quick
7 Posts 3 Posters 1.2k Views 3 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.
  • MikhailGM Offline
    MikhailGM Offline
    MikhailG
    wrote on last edited by
    #1

    QML is quite a while on the market but still no design patterns how to organize code how to bind a tree of components? Or maybe I'm missing something?

    raven-worxR 1 Reply Last reply
    0
    • MikhailGM MikhailG

      QML is quite a while on the market but still no design patterns how to organize code how to bind a tree of components? Or maybe I'm missing something?

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      @MikhailG
      i don't quite understand what you are looking for. There are so many different scenarios using QML in the real world.

      But if you do like you can checkout the official examples and take this as a design pattern?

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      MikhailGM 1 Reply Last reply
      0
      • raven-worxR raven-worx

        @MikhailG
        i don't quite understand what you are looking for. There are so many different scenarios using QML in the real world.

        But if you do like you can checkout the official examples and take this as a design pattern?

        MikhailGM Offline
        MikhailGM Offline
        MikhailG
        wrote on last edited by MikhailG
        #3

        @raven-worx "There are so many different scenarios using QML in the real world." Where to read about them? Official examples are too small and simple. I would like to read something more fundamental and general. How to interact between two screens how to have slide out menus across the app how to bring up front a window that seats in a stack.

        raven-worxR 1 Reply Last reply
        0
        • mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi
          Best we have is
          http://qmlbook.github.io/
          I have not seen any books ( free or commercial) covering what you ask for.
          its mostly just introduction to QML.

          MikhailGM 1 Reply Last reply
          2
          • MikhailGM MikhailG

            @raven-worx "There are so many different scenarios using QML in the real world." Where to read about them? Official examples are too small and simple. I would like to read something more fundamental and general. How to interact between two screens how to have slide out menus across the app how to bring up front a window that seats in a stack.

            raven-worxR Offline
            raven-worxR Offline
            raven-worx
            Moderators
            wrote on last edited by
            #5

            @MikhailG said in Why there is no any guidelines how to design a QML app?:

            "There are so many different scenarios using QML in the real world." Where to read about them?

            i cant tell you, i doubt that there even is what you want
            Experience, studying all the code you see, check what Qt/QML offers and combine it
            Check the APIs for QQmlEngine, QQmlContext, QQuickItem, attached properties, QQmlLIstProperty, and so on and on .... learn the techniques and you will know how to structure your project

            --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
            If you have a question please use the forum so others can benefit from the solution in the future

            MikhailGM 1 Reply Last reply
            3
            • mrjjM mrjj

              Hi
              Best we have is
              http://qmlbook.github.io/
              I have not seen any books ( free or commercial) covering what you ask for.
              its mostly just introduction to QML.

              MikhailGM Offline
              MikhailGM Offline
              MikhailG
              wrote on last edited by
              #6

              @mrjj thank you

              1 Reply Last reply
              1
              • raven-worxR raven-worx

                @MikhailG said in Why there is no any guidelines how to design a QML app?:

                "There are so many different scenarios using QML in the real world." Where to read about them?

                i cant tell you, i doubt that there even is what you want
                Experience, studying all the code you see, check what Qt/QML offers and combine it
                Check the APIs for QQmlEngine, QQmlContext, QQuickItem, attached properties, QQmlLIstProperty, and so on and on .... learn the techniques and you will know how to structure your project

                MikhailGM Offline
                MikhailGM Offline
                MikhailG
                wrote on last edited by
                #7

                @raven-worx thank you

                1 Reply Last reply
                1

                • Login

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