Quote:
Originally Posted by BetterRed
. . .
Tab Order - if I Tab out of the custom column selector, thru Lock, the Style and Mode radio button groups I lose sight of 'current tab-order item' (i.e. there no highlighted widgets) - my guess is that tabbing out of the Mode group gives 'current tab-order item' to the display/edit text box where Tabs get ignored.
|
I have done more testing :
On the Tab Order front: if I set the Mode to Edit, the Save Edits button is shown and it is highlighted. Tab (and Enter) characters are inserted into the text box as one would expect, and… the Ctrl+NumpadEnter sequence 'presses' Save Edits, which saves the cell, and returns the Mode to View… which leaves me back in the why isn't Tab working state.
I think the text box needs to be removed from the Tab Order chain in View mode - IIRC it would have been doable in C via the Win32 API, but dunno about Python and Qt.
BR