Results 1 to 2 of 2

Thread: Maintanance of internal reference to hidden rows in QtTable

  1. #1
    Join Date
    Sep 2006
    Posts
    12
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Question Maintanance of internal reference to hidden rows in QtTable

    Greetings,

    I am using Qt 3.3.2.

    In Qt, for table it internally maintains a reference number to the rows hidden.
    When the last row is hidden and new rows above are inserted, the total number of rows increases.
    But the internal reference of Qt for the hidden last row remains the same, in this case to show the last row which is hidden is not happenning.

    I need to know how Qt maintains the reference to the hidden rows(i.e the last row) when new rows are inserted as there is a increment in total number of rows of the table.
    How to show the last row, when new rows are inserted inbetween after the last row which was hidden????

    Thanks in advance.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Maintanance of internal reference to hidden rows in QtTable

    The easiest way would be to look at the sources of Qt. But could you explain what is the incorrect behaviour (if any, as in your post this isn't clear)?

Similar Threads

  1. how to correctly compile threads support?
    By srhlefty in forum Installation and Deployment
    Replies: 9
    Last Post: 25th June 2006, 20:15
  2. Strange error while using Q3Canvas
    By Kapil in forum Newbie
    Replies: 13
    Last Post: 15th June 2006, 20:36
  3. linking user space and kernel space programs with qmake
    By zielchri in forum Qt Programming
    Replies: 9
    Last Post: 9th March 2006, 00:11

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.