Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Qt Scalable Images HDPI (SVG VS 2x image)
Forum Updated to NodeBB v4.3 + New Features

Qt Scalable Images HDPI (SVG VS 2x image)

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
6 Posts 2 Posters 498 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.
  • ? Offline
    ? Offline
    A Former User
    wrote on last edited by
    #1

    Hi I want to develop an application targeting multiple devices with qt. Should I use SVG images or duplicate 2x 3x so that the images are scalable? Which option is the best?

    I'm using Qt Quick layouts but it doesn't seem to work very well

    1 Reply Last reply
    0
    • ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

      UP up up

      1 Reply Last reply
      0
      • JoeCFDJ Offline
        JoeCFDJ Offline
        JoeCFD
        wrote on last edited by
        #3

        svg. Do not try to scale the images since resolution may be lost.

        ? 1 Reply Last reply
        0
        • JoeCFDJ JoeCFD

          svg. Do not try to scale the images since resolution may be lost.

          ? Offline
          ? Offline
          A Former User
          wrote on last edited by
          #4

          @JoeCFD So what do you recommend?

          1 Reply Last reply
          0
          • JoeCFDJ Offline
            JoeCFDJ Offline
            JoeCFD
            wrote on last edited by
            #5

            Use SVG all the time if they are available.

            ? 1 Reply Last reply
            0
            • JoeCFDJ JoeCFD

              Use SVG all the time if they are available.

              ? Offline
              ? Offline
              A Former User
              wrote on last edited by
              #6

              @JoeCFD Got it. When I develop an application with Qt, I need to use images as SVG (so I don't need to scale images) is this true? So, can you suggest any advice or solution for DPI?

              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