Results 1 to 2 of 2

Thread: [Problem] QPixmap load binary data

  1. #1

    Default [Problem] QPixmap load binary data

    Symbian mobile sis can't package too much files that will cause install failed.

    Someone suggest to integrate numerous image files to one binary file

    that can increase install and load speed.

    Qt QPixmap can directly load from raw data from one file.

    But many files package in one I have no idea how to handle to read each file .

    whether can give some hint?

  2. #2
    Join Date
    Sep 2011
    Location
    Manchester
    Posts
    538
    Thanks
    3
    Thanked 106 Times in 103 Posts
    Qt products
    Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: [Problem] QPixmap load binary data

    I think
    Qt Code:
    1. QPixmap QPixmap::copy ( const QRect & rectangle = QRect() ) const
    To copy to clipboard, switch view to plain text mode 
    is what you need.

Similar Threads

  1. How to get binary data from QPixmap?
    By Gokulnathvc in forum Newbie
    Replies: 1
    Last Post: 4th August 2011, 14:34
  2. QPixmap cannot load data on Windows Mobile 6.1
    By _Stefan in forum Qt for Embedded and Mobile
    Replies: 3
    Last Post: 31st August 2010, 11:57
  3. Load QPixmap
    By jano_alex_es in forum Qt for Embedded and Mobile
    Replies: 3
    Last Post: 10th June 2010, 08:44
  4. Replies: 0
    Last Post: 12th March 2010, 22:01
  5. How to convert binary data to hexadecimal data
    By yellowmat in forum Newbie
    Replies: 4
    Last Post: 8th March 2006, 16:17

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.