Results 1 to 4 of 4

Thread: storing captions

  1. #1
    Join Date
    Mar 2006
    Posts
    29
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default storing captions

    Hi all

    This is vijay. I am working on Visual Stdio 2005 with Qt 4. I am new To Qt.

    My Questions is , How to add captions to Images in EXIF Format. Is there any functions to do this work ?

    Kindly let me know

    Thanks and regards
    vijay
    Last edited by vijay anandh; 24th April 2006 at 08:00.

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: storing captions

    What does "store captions to images" actually mean here? And which class are you using to handle images anyway? QImage? QPixmap? ...
    Maybe you want to draw text on the image? If so, read QPainter::drawText() documentation.
    You know QPixmap and QImage are QPaintDevices so you can use QPainter to draw on them.
    J-P Nurmi

  3. #3
    Join Date
    Mar 2006
    Posts
    29
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: storing captions

    Hi Thanks for your mail

    Actually what that images will be coming like a FLIM STRIP, I am using QPixmap on QLabel. Just I want to add captions to those images in EXIF format. if the captions had been added already to particular image , that captions would be populated on the text edit field , Otherewise the text "add captions" will be in text edit field default,

    looking forward your reply

    thanks and regards
    vijay

  4. #4
    Join Date
    Jan 2006
    Posts
    109
    Thanks
    2
    Thanked 5 Times in 5 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default Re: storing captions

    Maybe you're after QImage::setText().

Similar Threads

  1. storing integer 4bytes in QByteArray
    By babu198649 in forum Newbie
    Replies: 2
    Last Post: 30th November 2008, 10:08
  2. Storing filenames in QString: a bad idea?
    By drhex in forum Qt Programming
    Replies: 4
    Last Post: 25th August 2008, 22:21
  3. Storing window geometry inside XML file.
    By GuS in forum Qt Programming
    Replies: 4
    Last Post: 17th July 2008, 13:42
  4. Replies: 6
    Last Post: 14th April 2007, 07:59
  5. QVariant - storing QIcons[]
    By moowy in forum Qt Programming
    Replies: 7
    Last Post: 25th August 2006, 00:41

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.