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. Resize an embedded device screen according to the device parameters

Resize an embedded device screen according to the device parameters

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
8 Posts 3 Posters 654 Views
  • 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.
  • L Offline
    L Offline
    Leo_Jr.
    wrote on last edited by
    #1

    I want to develop a single source code, such that it should support for any embedded device, like a device with different screen size, different resolution, etc,. Any ideas regarding this problem would be appreciable.
    Thanks in Advance.

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      What kind of interface are you going to implement ?
      What technology will you be using ? Widgets ? Qt Quick ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      L 1 Reply Last reply
      0
      • L Offline
        L Offline
        Leo_Jr.
        wrote on last edited by
        #3

        @sgaist I am using Qt Quick. I am implementing an embedded device screens (320x240), and (480x320) dimensions of screens present. But, may be in future my devices screen sizes can be changed, then I have to again re-implement the code for a new dimension device. So, that's why I need an method to develop my source code, which is suitable for any dimension device.

        1 Reply Last reply
        0
        • SGaistS SGaist

          Hi and welcome to devnet,

          What kind of interface are you going to implement ?
          What technology will you be using ? Widgets ? Qt Quick ?

          L Offline
          L Offline
          Leo_Jr.
          wrote on last edited by
          #4

          @sgaist I am using Qt Quick 1.1

          1 Reply Last reply
          1
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            Why QtQuick 1.1 ?

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            0
            • fcarneyF Offline
              fcarneyF Offline
              fcarney
              wrote on last edited by
              #6

              [https://doc.qt.io/qt-5/qtquicklayouts-overview.html#](https://doc.qt.io/qt-5/qtquicklayouts-overview.html#
              https://doc.qt.io/qt-5/qtquicklayouts-index.html)
              https://stackoverflow.com/questions/30604751/how-to-design-a-multi-level-fluid-layout-in-qml

              C++ is a perfectly valid school of magic.

              L 1 Reply Last reply
              2
              • fcarneyF fcarney

                [https://doc.qt.io/qt-5/qtquicklayouts-overview.html#](https://doc.qt.io/qt-5/qtquicklayouts-overview.html#
                https://doc.qt.io/qt-5/qtquicklayouts-index.html)
                https://stackoverflow.com/questions/30604751/how-to-design-a-multi-level-fluid-layout-in-qml

                L Offline
                L Offline
                Leo_Jr.
                wrote on last edited by
                #7

                @fcarney Thank you so much for sharing these links. These will definitely be helpful for my project.

                1 Reply Last reply
                0
                • L Offline
                  L Offline
                  Leo_Jr.
                  wrote on last edited by
                  #8

                  @sgaist We had already developed a few devices with QtQuick 1.1, so still we're using the same. If by upgrading, the problem will be resolved then we're ok with upgrading. Actually the main issue is to be resolved..

                  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