Results 1 to 3 of 3

Thread: QTableWidget and multiple editors -- how to get them?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts

    Default Re: QTableWidget and multiple editors -- how to get them?

    Quote Originally Posted by macias View Post
    I created for each cell one editor (openPersistentEditor).
    Let's start with a question; do you really need persistent editors in every cell? They are a bit expensive to maintain so I'd advise against using them so extensively. How about simply adjusting edit triggers of the view so that an editor is opened for example whenever current item changes. The functionality should be pretty close to same but there would still be only one actual editor open at time.
    J-P Nurmi

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

    macias (25th June 2007)

Similar Threads

  1. QTableWidget Sorting Multiple Selection
    By rhiacasta in forum Qt Programming
    Replies: 1
    Last Post: 30th August 2006, 21:05

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.