Add default header widths to browse model

Bug #1412455 reported by Owen Williams
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Mixxx
New
Low
Unassigned

Bug Description

The browse model doesn't use the basesqltablemodel so it doesn't have any of the nice defaults we made for that. Make some.

Revision history for this message
Owen Williams (ywwg) wrote :

I briefly tried to do this in the same way that basesqltablemodel does it, but that didn't work because basesql derives from QAbstractItemModel, whereas browse derives from QStandardItemModel, which implements headerData itself. I believe it's not possible to override headerData, because the call to the function (via a pointer to QAbstractItemModel, probably) will end up at QStandardItemModel's implementation. So this needs to be rewritten to use the abstract model, which will require some more boilerplate.

Revision history for this message
Swiftb0y (swiftb0y) wrote :

Mixxx now uses GitHub for bug tracking. This bug has been migrated to:
https://github.com/mixxxdj/mixxx/issues/7821

lock status: Metadata changes locked and limited to project staff
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.