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. Choice between QLabel or qGraphicScene to edit and save an image after.

Choice between QLabel or qGraphicScene to edit and save an image after.

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 983 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.
  • T Offline
    T Offline
    timain
    wrote on last edited by
    #1

    Hello,
    I'd like to drag-and-drop one are more icons on an image before saving a final image which contains this(these) icon(s).
    But I don't which is the better way to open this image to enable editing and saving: QLabel or QgraphicScene (or QPaint? )

    Thanks for your reply.

    1 Reply Last reply
    0
    • EddyE Offline
      EddyE Offline
      Eddy
      wrote on last edited by
      #2

      Hi and welcome to the forums,

      I would go for the QGraphicsScene aproach. There you have drag and drop capabilities available already.

      Qt Certified Specialist
      www.edalsolutions.be

      1 Reply Last reply
      0
      • T Offline
        T Offline
        timain
        wrote on last edited by
        #3

        Thank you for help.
        I have already drag and drop in my program, I can insert a icon in the zone containing image (using QLabel ) but I feel icon isn't directly pasted in my image and I think it will be impossible to save this image with icon over.

        I'll see what about QGraphicScene.

        Thank you Eddy.

        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