bow-simulation / virtualbow

Software for designing and simulating bows
http://www.virtualbow.org/
GNU General Public License v3.0
23 stars 3 forks source link

Automatically sort inserted values in some of the tables #247

Open stfnp opened 1 year ago

stfnp commented 1 year ago

For layer width and height, it would be convenient if the rows were automatically sorted by length. For implementation have a look at QSortFilterProxyModel, maybe that already does the trick.