Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add category column to stitches pane in UI #4

Open
Neon22 opened this issue Jan 14, 2020 · 1 comment
Open

add category column to stitches pane in UI #4

Neon22 opened this issue Jan 14, 2020 · 1 comment

Comments

@Neon22
Copy link

Neon22 commented Jan 14, 2020

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
Copy link
Author

Neon22 commented Jan 25, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant