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. Show images in .qml file that used by .cpp file
Forum Updated to NodeBB v4.3 + New Features

Show images in .qml file that used by .cpp file

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

    I just wanna ensure about images file that used in .qml file (this .qml file is used by .cpp file).
    I had try use image file that have extension .jpg, but it's not appear in the application. So I changed it to .png and the image appeared.
    So, is it right if it's best when we use .png image file in .qml file ?

    1 Reply Last reply
    0
    • G Offline
      G Offline
      giesbert
      wrote on last edited by
      #2

      That depends on your installation.
      AFAIK png support is build in in Qt. for jpg - support you have to use the imageformats plugins.

      Nokia Certified Qt Specialist.
      Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

      1 Reply Last reply
      0
      • C Offline
        C Offline
        chronoske
        wrote on last edited by
        #3

        How can I get imageformats plugins?

        1 Reply Last reply
        0
        • Z Offline
          Z Offline
          ZapB
          wrote on last edited by
          #4

          Build it yourself. Check out the output of:

          @
          configure -help
          @

          to see what options the Qt configure tool supports.

          Nokia Certified Qt Specialist
          Interested in hearing about Qt related work

          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