Results 1 to 4 of 4

Thread: QTableWidget - problem when editing multiple items

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Feb 2008
    Posts
    491
    Thanks
    12
    Thanked 142 Times in 135 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11

    Default Re: QTableWidget - problem when editing multiple items

    Try connecting the signal QAbstractItemDelegate::closeEditor(QWidget *) to your slot. You'll need to change the signature of the slot and cast "QWidget *" to "QLineEdit *" to get the text.

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

    xportation (20th October 2011)

Similar Threads

  1. Replies: 2
    Last Post: 21st September 2011, 06:32
  2. QT Tree Widget - Issues editing items
    By epsilonorion in forum Qt Programming
    Replies: 0
    Last Post: 7th July 2011, 15:19
  3. Problem loading multiple GIF images in qtablewidget.
    By sanket.mehta in forum Qt Programming
    Replies: 2
    Last Post: 13th September 2010, 10:31
  4. Problem editing TreeWidget items
    By Moezzie in forum Qt Programming
    Replies: 3
    Last Post: 15th December 2007, 21:22
  5. QTableWidget editing question
    By Trasmeister in forum Qt Programming
    Replies: 1
    Last Post: 20th September 2006, 18:46

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.