Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to design "page" based Qt application
Forum Updated to NodeBB v4.3 + New Features

How to design "page" based Qt application

Scheduled Pinned Locked Moved General and Desktop
5 Posts 3 Posters 1.2k 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.
  • H Offline
    H Offline
    hhzhang
    wrote on last edited by
    #1

    Hi Everyone,

    I am new to Qt. I come from "web" and mobile design background. I am wondering how to design a Qt application similar to mobile app or web page (from master page, click a item, go to another page or view.) What is the Basic architecture for this kind application? Can we animate transition from one page to another?

    Thank you.

    hhzhang

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

      QtQuick seems to be a perfect fit for you. See the "documentation":http://qt-project.org/doc/qt-5.0/qtquick/qtquick-index.html, and "more":http://qt-project.org/doc/qt-4.8/qml-intro.html.

      (Z(:^

      1 Reply Last reply
      0
      • H Offline
        H Offline
        hhzhang
        wrote on last edited by
        #3

        Thank you for the reply.
        Could you share some detail?

        Also, I briefly learned Qt Quick. It seems to me that all existing desktop component are not there (e.g. QFileDialog). I have to start to write a lot of component from Rectangle and Mouse area. This may fit for mobile phone. But for rapid desktop tool, I would like to use existing component like QFileDialog.

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

          You can combine the two. Plus, Qt 5.1 comes with" Qt Quick Components":http://qt-project.org/wiki/Qt_Quick_Components, which are the same as Widgets, but made in QML ;) Search the docs for more info.

          (Z(:^

          1 Reply Last reply
          0
          • A Offline
            A Offline
            andre
            wrote on last edited by
            #5

            Especially the transitions you talk about really point in the QtQuick direction. But if that's basically all the fanciness you want, perhaps you could consider dropping that aspect and just use widgets instead.

            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