Re: [PyQt] Odd tab behavior in QTableWidget with cell widgets

2008-05-13 Thread Kerri Reno
Thanks, Chris. I feel stupid that was so easy. I've even used that before! Guess I'll just have to chalk that one up to being so busy. Thanks again! Kerri On 5/13/08, Chris M <[EMAIL PROTECTED]> wrote: > > Although you have appended a new row. The last selected row with focus > is still select

Re: [PyQt] Odd tab behavior in QTableWidget with cell widgets

2008-05-13 Thread Kerri Reno
Attached is the code that I'm asking about. If you run it, then 'Add', then type something into the first cell, then press tab, it returns to the first cell. Then, tab a couple more times, and 'Add' another row. Then you can type something into the first cell, and press tab, and it jumps to wher

Re: [PyQt] Odd tab behavior in QTableWidget with cell widgets

2008-05-12 Thread David Boddie
On Wed, 7 May 2008 09:06:22 -0600, Kerri Reno wrote: > I have a small table widget where each cell contains a widget.  I start > with two rows of the table filled with data.  If I add a new third row to > the table, and then start in the first cell to change that line, when I > press tab it goes t

[PyQt] Odd tab behavior in QTableWidget with cell widgets

2008-05-07 Thread Kerri Reno
I have a small table widget where each cell contains a widget. I start with two rows of the table filled with data. If I add a new third row to the table, and then start in the first cell to change that line, when I press tab it goes to the second cell in the first row. Has anyone seen and conqu