Results 1 to 5 of 5

Thread: QTableWidget index reading

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: QTableWidget index reading

    They do not come much more obvious than QTableWidget::setCurrentCell(). The QTableWidget also provides a convenient signal when the current cell changes.

    BTW: You will want to revisit your non-use of widget layouts before your project is finished.
    Last edited by ChrisW67; 15th April 2014 at 23:24.

Similar Threads

  1. How to find out row index of a QTableWidget.
    By Niamita in forum Qt Programming
    Replies: 1
    Last Post: 19th April 2012, 15:32
  2. pyqt4 reading values from rows of QTableWidget
    By stephen76 in forum Newbie
    Replies: 2
    Last Post: 10th January 2011, 09:55
  3. Spread of reading data with QTableWidget and QTableView
    By xiongxiongchuan in forum Qt Programming
    Replies: 2
    Last Post: 26th June 2010, 09:17
  4. Reading/writing QTableWidget
    By Salazaar in forum Newbie
    Replies: 15
    Last Post: 23rd June 2007, 13:20
  5. reading and writing data from a QTableWidget
    By zorro68 in forum Qt Programming
    Replies: 4
    Last Post: 29th January 2007, 20:51

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.