Results 1 to 20 of 41

Thread: image not getting refreshed in Qlabel

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #14
    Join Date
    Sep 2009
    Location
    Wroclaw, Poland
    Posts
    1,394
    Thanked 342 Times in 324 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: image not getting refreshed in Qlabel

    Yes but why do you need disk access ? Worker can process the image and send the processed result directly to the display thread, what's wrong with that
    now you have this:
    Qt Code:
    1. [load image from disk] --> process it --> [save to disk] --> inform gui that image is updated --> [load from disk] --> display
    To copy to clipboard, switch view to plain text mode 
    why not have this:
    Qt Code:
    1. [load image from disk] --> process it --> inform gui that image is updated, send the image via signal --> display
    To copy to clipboard, switch view to plain text mode 

  2. The following 2 users say thank you to stampede for this useful post:

    prkhr4u (9th December 2013)

Similar Threads

  1. Replies: 8
    Last Post: 6th November 2013, 03:36
  2. Checkboxes in Treeview do not get refreshed
    By mesch.t in forum Newbie
    Replies: 5
    Last Post: 13th April 2011, 20:53
  3. QTableView is not refreshed
    By NoRulez in forum Qt Programming
    Replies: 1
    Last Post: 13th October 2009, 21:23
  4. Replies: 6
    Last Post: 21st September 2009, 10:55
  5. QLabel as an image.
    By RSX in forum Newbie
    Replies: 2
    Last Post: 4th April 2009, 19:22

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.