Results 1 to 5 of 5

Thread: alternative to qtextedit

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    travelling
    Posts
    1,116
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    8
    Thanked 127 Times in 121 Posts

    Default Re: alternative to qtextedit

    So you insert a QTextEdit, which causes a resize of all previously inserted widget according to the layout policy and then your widget looks bad that's it?

    Have you tried resizing your graph widget on the fly (without having the text edit inserted)? Most likely it will lead to the same drawing problems which indicates that there is something wrong in your drawing code (not taking reacting to resize events, not taking widget size into account when drawing, ...)
    Current Qt projects : QCodeEdit, RotiDeCode

  2. The following user says thank you to fullmetalcoder for this useful post:

    Rooster (7th August 2008)

  3. #2
    Join Date
    Feb 2008
    Posts
    25
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11
    Thanks
    3

    Default Re: alternative to qtextedit

    I went back and took a look at how I was doing the resizing and played around with that and now everything works.

    Thanks

Similar Threads

  1. QTextEdit and cursor
    By newplayer in forum Qt Programming
    Replies: 1
    Last Post: 31st July 2008, 00:24
  2. QTextEdit slow to insert text
    By thomaspu in forum Qt Programming
    Replies: 4
    Last Post: 10th January 2008, 13:05
  3. QTextEdit API questions (plain text)
    By Gaspar in forum Qt Programming
    Replies: 4
    Last Post: 16th May 2006, 07:03
  4. [QT 4] QTextEdit performance
    By fellobo in forum Qt Programming
    Replies: 8
    Last Post: 6th March 2006, 20:27
  5. Obtaining clean (x)html from QTextEdit
    By ccf_h in forum Qt Programming
    Replies: 1
    Last Post: 5th February 2006, 15: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.