Results 1 to 9 of 9

Thread: QTextEdit question

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2009
    Location
    Wroclaw, Poland
    Posts
    1,394
    Thanked 342 Times in 324 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: QTextEdit question

    Try to #include <QTextCursor>, this sounds like the compiler could not find the class' definition.

  2. #2
    Join Date
    Sep 2011
    Posts
    6
    Qt products
    Qt3
    Platforms
    MacOS X

    Default Re: QTextEdit question

    This is not possible. it's a private class

  3. #3
    Join Date
    Sep 2011
    Posts
    6
    Qt products
    Qt3
    Platforms
    MacOS X

    Default Re: QTextEdit question

    Hello,
    I added this header:
    #include <private/qrrichtext_p.h>
    and it works. Many thanks again!!

Similar Threads

  1. Simple question about QTextEdit
    By maverick_pol in forum Qt Programming
    Replies: 1
    Last Post: 6th March 2008, 17:52
  2. QTextEdit simple question
    By Marcopolo in forum Qt Tools
    Replies: 4
    Last Post: 11th October 2007, 00:01
  3. a question about visualizing cursor in read-only QTextEdit
    By kennyxing in forum Qt Programming
    Replies: 3
    Last Post: 17th September 2006, 19:52
  4. newbie question about qtextedit fields
    By otortos in forum Qt Programming
    Replies: 1
    Last Post: 23rd February 2006, 18:21
  5. QTextEdit Qt4: simple question
    By TheKedge in forum Qt Programming
    Replies: 4
    Last Post: 18th January 2006, 12:03

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.