Results 1 to 5 of 5

Thread: QTextEdit

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2008
    Posts
    9
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QTextEdit

    Yeah, this code was really useful. Thank you.
    Last edited by ocean; 13th September 2008 at 09:58.

  2. #2
    Join Date
    May 2006
    Posts
    788
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows
    Thanks
    49
    Thanked 48 Times in 46 Posts

    Default Re: QTextEdit

    Quote Originally Posted by ocean View Post
    Yeah, this code was really useful. Thank you.

    I tested it on my client computers, .JPG is not on the list. That sounds interesting to me. How to enable JPEG plugins on win32 platform?

    use PNG image ( base format from qt ) its evry time inside
    PNG can make alpha / transparent chanel million color fast compression
    if you use firefox png lib compression is better/faster and you can animate image like gif inside QT

    http://www.miwa-immobilien-allgaeu.d...ng_gif2swf.htm
    http://www.qt-apps.org/content/show....?content=81573
    http://www.qt-apps.org/content/show....?content=82221

    or ...

    tell your installer to copy imageformats recursive to application path...

    Qt Code:
    1. Source: "D:\_INSTALLER_qt4.0\imageformats\*"; \
    2. DestDir: "{app}/imageformats/"; Flags: ignoreversion recursesubdirs createallsubdirs
    3. Source: "D:\_INSTALLER_qt4.0\locale\*"; DestDir: "{app}/locale/"; \
    4. Flags: ignoreversion recursesubdirs createallsubdirs
    5. ; NOTE: Don't use "Flags: ignoreversion" on any shared system files
    To copy to clipboard, switch view to plain text mode 

Similar Threads

  1. QTextEdit Performance handling large paragraphs
    By netuno in forum Qt Programming
    Replies: 14
    Last Post: 1st September 2010, 22:58
  2. QTextEdit and cursor
    By newplayer in forum Qt Programming
    Replies: 1
    Last Post: 30th July 2008, 23:24
  3. QTextEdit slow to insert text
    By thomaspu in forum Qt Programming
    Replies: 4
    Last Post: 10th January 2008, 12:05
  4. QTextEdit API questions (plain text)
    By Gaspar in forum Qt Programming
    Replies: 4
    Last Post: 16th May 2006, 06:03
  5. Obtaining clean (x)html from QTextEdit
    By ccf_h in forum Qt Programming
    Replies: 1
    Last Post: 5th February 2006, 14:47

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.