Results 1 to 2 of 2

Thread: Displaying all characters in text edit

  1. #1
    Join Date
    Jul 2008
    Posts
    8
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Displaying all characters in text edit

    Hi all, I'm trying to make all characters visible in a text edit. Like how "symbols" in Microsoft Word can be turned on and all spaces are shown (as dots).

    I was wondering how this could work in Qt's QTextEdit or another similar class?

    Thanks

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

    Default Re: Displaying all characters in text edit

    Quote Originally Posted by chadkeck View Post
    Hi all, I'm trying to make all characters visible in a text edit. Like how "symbols" in Microsoft Word can be turned on and all spaces are shown (as dots).
    I was wondering how this could work in Qt's QTextEdit or another similar class?
    Thanks
    QTextEdit write utf-8 if you having china font you can write it...
    You must only know codec and nummer...

    On qt 4.0 example is one find it...

    The best way you make a model table to any codec. a table to click..
    and on QChar(unicode) you fill all cell..

    the nummer you can find by:
    http://www.unicode.org/charts/
    http://de.selfhtml.org/inter/zeichenkodierungen.htm

Similar Threads

  1. Unhandled exception in qatomic
    By NewGuy in forum Qt Programming
    Replies: 14
    Last Post: 23rd July 2013, 10:49
  2. Problem at time compilation in traslation of language
    By thomasjoy in forum Qt Programming
    Replies: 3
    Last Post: 22nd May 2007, 15:18
  3. Replies: 8
    Last Post: 15th May 2007, 10:21
  4. automatic scrolling text edit
    By Vash5556 in forum Newbie
    Replies: 2
    Last Post: 19th March 2007, 19:32
  5. Finding text on Text edit
    By jyoti kumar in forum Qt Programming
    Replies: 2
    Last Post: 18th May 2006, 14:20

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.