Freeseer / freeseer

Designed for capturing presentations at conferences. Pre-fill a list of talks to record, record them, and upload them to YouTube with our YouTube Uploader.
http://freeseer.readthedocs.org
GNU General Public License v3.0
215 stars 110 forks source link

TalkEditor should allow you to tab between table cells when modifying a row #522

Open zxiiro opened 10 years ago

zxiiro commented 10 years ago

Talk Editor for some reason does not allow you to tab to the next cell when modifying a row. I feel like this is expected behaviour as a user of the editor.

zxiiro commented 10 years ago

Some research shows that when you hit tab the TableView actually loses focus and focus is given to the rest of the UI thus tab is actually tabbing between widgets rather than between cells inside the TableView. How do we make it tab between cells when TableView has focus?

I found a method setTabKeyNavigation(bool) [1] but setting it to True doesn't seem to be enough.

[1] http://qt-project.org/doc/qt-4.8/qabstractitemview.html#tabKeyNavigation-prop