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

label name sort not in order #627

Closed
1 of 2 tasks
Twenty3hree opened this issue Sep 12, 2024 · 1 comment
Closed
1 of 2 tasks

label name sort not in order #627

Twenty3hree opened this issue Sep 12, 2024 · 1 comment
Labels
enhancement New feature or request Implemented

Comments

@Twenty3hree
Copy link

Search before asking

  • I have searched the X-AnyLabeling issues and found no similar feature requests.

Description

things not go well, when object 0, 1, 2, 3, ..., 10, 11, ..., 21

order will be 0, 1, 10, 11...

hope fix~ good work!

1726136977463

Use case

No response

Additional

No response

Are you willing to submit a PR?

  • Yes I'd like to help by submitting a PR!
@CVHub520
Copy link
Owner

👋 Hi @Twenty3hree! Thank you for bringing this to our attention and for your suggestion. 🙌

I've implemented natural sorting for the QListWidget labels, which should address the issue you've pointed out. The labels will now be sorted as 0, 1, 2, ..., 10, 11, ... instead of 0, 1, 10, 11, 2, 3, ...

This change has been committed to the repository. 🎉

Could you please update to the latest version and verify if this solves your problem? If you encounter any issues or have any further suggestions, please don't hesitate to let me know.

Your feedback is invaluable in helping us improve X-AnyLabeling. Thank you for your contribution to the project! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Implemented
Projects
None yet
Development

No branches or pull requests

2 participants