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. The approach to develop complex UI with Qt Quick

The approach to develop complex UI with Qt Quick

Scheduled Pinned Locked Moved QML and Qt Quick
3 Posts 3 Posters 1.7k 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.
  • I Offline
    I Offline
    ikseg
    wrote on last edited by
    #1

    I need to develop a complex application with advanced interface.
    Final program must be able to construct its interface by using external modules.
    (ie user starts the program -> program loads modules -> program enlarges or changes interface and its functionality)

    I'm facing with QML and Qt Quick first time in my life, so I'm not sure if I'm moving right direction.

    For now I decided to create a C++ classes with common interface for loading it by interface constructor. Each class will settle inside of a certain dll and will have QML code(as string variable) for interface which is created specially for certain module.

    The main question for now is: how to compose a complex QML interface from different libraries to force it working supposed way?

    What is the best approach to develop a complex user interface with loadable from libraries parts of user interface?

    What is the best approach to develop this kind of apps?

    I would appreciate for any advice and documentation related to this topic.

    1 Reply Last reply
    0
    • L Offline
      L Offline
      litlington
      wrote on last edited by
      #2

      This might help:

      http://qt-project.org/videos/watch/qt-quick-best-practices-and-design-patterns

      1 Reply Last reply
      0
      • V Offline
        V Offline
        Vincent007
        wrote on last edited by
        #3

        I think you should try qtquick examples bundled with Qt 5.2 first, and then try "Qt MediaHub":http://qt-project.org/wiki/QtMediaHub

        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