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 we can add maximize, minimize functionality in QT based Application ?
Forum Updated to NodeBB v4.3 + New Features

How we can add maximize, minimize functionality in QT based Application ?

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 3 Posters 459 Views 2 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.
  • Q Offline
    Q Offline
    Qt embedded developer
    wrote on 5 Mar 2024, 12:56 last edited by
    #1

    I am using Qt based c++ and qml technology for create desktop app.

    Now each and every lap top have different resolution. so now when i resize this app there could be image get blur or my app component will not look good. so in this type of scenario how to add maximize and minimize functionality.

    if we stick with fixed size then there could be potential problem when different resolution laptop or pc will use same app.

    So can anybody suggest best solution for it.

    P 1 Reply Last reply 5 Mar 2024, 13:38
    0
    • Q Qt embedded developer
      5 Mar 2024, 12:56

      I am using Qt based c++ and qml technology for create desktop app.

      Now each and every lap top have different resolution. so now when i resize this app there could be image get blur or my app component will not look good. so in this type of scenario how to add maximize and minimize functionality.

      if we stick with fixed size then there could be potential problem when different resolution laptop or pc will use same app.

      So can anybody suggest best solution for it.

      P Offline
      P Offline
      Pl45m4
      wrote on 5 Mar 2024, 13:38 last edited by
      #2

      @Qt-embedded-developer

      So hard to check the documentation or to use google?

      • https://doc.qt.io/qt-6/qml-qtquick-window.html#methods

      If debugging is the process of removing software bugs, then programming must be the process of putting them in.

      ~E. W. Dijkstra

      Q 1 Reply Last reply 5 Mar 2024, 19:11
      0
      • P Pl45m4
        5 Mar 2024, 13:38

        @Qt-embedded-developer

        So hard to check the documentation or to use google?

        • https://doc.qt.io/qt-6/qml-qtquick-window.html#methods
        Q Offline
        Q Offline
        Qt embedded developer
        wrote on 5 Mar 2024, 19:11 last edited by
        #3

        @Pl45m4 To avoid blurred image which type of image we need to use ?

        S 1 Reply Last reply 5 Mar 2024, 19:40
        0
        • Q Qt embedded developer
          5 Mar 2024, 19:11

          @Pl45m4 To avoid blurred image which type of image we need to use ?

          S Offline
          S Offline
          SGaist
          Lifetime Qt Champion
          wrote on 5 Mar 2024, 19:40 last edited by
          #4

          Hi,

          SVG images however how are you using your images ?

          Having blurred images usually means that you are trying to zoom in low resolution images.

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

          Q 1 Reply Last reply 6 Mar 2024, 16:27
          0
          • S SGaist
            5 Mar 2024, 19:40

            Hi,

            SVG images however how are you using your images ?

            Having blurred images usually means that you are trying to zoom in low resolution images.

            Q Offline
            Q Offline
            Qt embedded developer
            wrote on 6 Mar 2024, 16:27 last edited by
            #5

            @SGaist yes i am using svg image

            S 1 Reply Last reply 6 Mar 2024, 20:11
            0
            • Q Qt embedded developer
              6 Mar 2024, 16:27

              @SGaist yes i am using svg image

              S Offline
              S Offline
              SGaist
              Lifetime Qt Champion
              wrote on 6 Mar 2024, 20:11 last edited by
              #6

              @Qt-embedded-developer then share a minimal compilable example that shows your issue.

              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

              2/6

              5 Mar 2024, 13:38

              4 unread
              • Login

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