Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Spell checker?

Spell checker?

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 6.7k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    soroush
    wrote on last edited by
    #1

    Hi folks

    Does Qt have an implementation of spell checking? Or maybe some ready-to-use things for text widgets? I also would like to use dictionaries for various languages if possible.

    1 Reply Last reply
    0
    • D Offline
      D Offline
      diegosarmentero
      wrote on last edited by
      #2

      No implicit in Qt, but it is really easy to implement.
      You can take a look at this both examples:
      In Python: http://john.nachtimwald.com/2009/08/22/qplaintextedit-with-in-line-spell-check/

      In C++ (extending QTextEdit to enable SpellChecking): http://qt-apps.org/content/show.php/Online+spell+check+editor?content=77339

      Regards!

      Diego Sarmentero
      Blog: http://diegosarmentero.com.ar
      Twitter: http://twitter.com/diegosarmentero

      1 Reply Last reply
      0
      • S Offline
        S Offline
        soroush
        wrote on last edited by
        #3

        Thanks a lot. Second one looks good. I'll try. :)

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved