Results 1 to 3 of 3

Thread: Which widget to use for photo editing?

  1. #1
    Join Date
    Jul 2012
    Posts
    201
    Thanks
    26
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Windows

    Default Which widget to use for photo editing?

    Hi everyone, I am soon to develop a piece of software that must handle a lot of photo editing and I have no clue which widget to use for the photo editing part of the software. Can it be a QGraphicsView maybe. I need to edit a photo in terms of changing the saturation, contrast, fading etc and on top of that I must be able to add text over a photo. Any help or ideas will be greatly appreciated in this regard.

    thanks

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Which widget to use for photo editing?

    Using Graphics View seems to be the best approach.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    Dec 2008
    Location
    Poland
    Posts
    383
    Thanks
    52
    Thanked 42 Times in 42 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: Which widget to use for photo editing?

    Alternatives:
    1. QWidget route: QImage loadImage -> DSP -> QWidget -> override paint() -> qpainter -> drawPixmap() -> drawText()
    2. High performance: OpenGL -> set IBO -> setShader -> shader for DSP -> drawText
    In the near future - corporate networks reach out to the stars. Electrons and light flow throughout the universe.
    The advance of computerization however, has not yet wiped out nations and ethnic groups.

Similar Threads

  1. Get editing widget for a QtProperty
    By qt_developer in forum Newbie
    Replies: 0
    Last Post: 6th May 2013, 14:44
  2. Accept data in a editing widget
    By woodtluk in forum Qt Programming
    Replies: 2
    Last Post: 5th October 2011, 22:37
  3. Reusing the editing widget with QtItemDelegate
    By bcollie in forum Qt Programming
    Replies: 9
    Last Post: 1st June 2010, 14:52
  4. need help with photo gallery
    By rishiraj in forum Newbie
    Replies: 1
    Last Post: 9th May 2010, 05:05
  5. Midi editing widget
    By dentist in forum Newbie
    Replies: 1
    Last Post: 24th March 2010, 23:07

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.