iPenguin / CrochetCharts

Graphics design software for Crochet pattern designers
http://StitchworksSoftware.com
GNU General Public License v3.0
58 stars 15 forks source link

add category column to stitches pane in UI #4

Open Neon22 opened 4 years ago

Neon22 commented 4 years ago

If the category was shown in the stitches pane in the main window then we could sort filtered stitches by category. This would allow users to bring these stitches to the top of the list. This would be super useful when we have many more stitches.

The file to edit is mainwindow.ui The section in the file is labelled: <widget class="QDockWidget" name="allStitchesDock">

Under here we currently have widget <widget class="QTreeView" name="allStitches"> In addition to the stitch name and icon, please also add category.

(Because we can add categories using the hidden xml import mechanism in the configuration file)

Neon22 commented 4 years ago

This is IMHO the first thing to fix if a new release is considered. Its got the greatest effect - max user frustration (atm) is filtering through so many stitches. Even more stitches now with replacement sets:

Has advantage of not requiring any code changes but does need a recompiile to make a release for Windows and mac.