Spine-Toolbox icon indicating copy to clipboard operation
Spine-Toolbox copied to clipboard

Importer specification editor: issues with the options widget

Open soininen opened this issue 1 year ago • 0 comments

The options widget is now a QTableWidget which supposedly lays out the options in a nice way. However, it has a few issues:

  • Being a table means that the options widget breaks keyboard navigation in the specification editor. Once you tab into the table, there is no way out as Tab and Shift-Tab now navigate the table cells.
  • The table cells are selectable which looks and feels weird as the background color changes.

I wonder if QGridLayout would be a better choice than cramming the options inside a table.

soininen avatar Feb 28 '24 10:02 soininen