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

Consider reducing spin box increments for radians #660

Open
iche033 opened this issue Mar 12, 2025 · 0 comments
Open

Consider reducing spin box increments for radians #660

iche033 opened this issue Mar 12, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@iche033
Copy link
Contributor

iche033 commented Mar 12, 2025

Desired behavior

Currently clicking up/down arrows in GzPose's roll, pitch, yaw spin boxes increments / decrements the value by 1 rad, which is relatively large. Consider reducing it to something smaller, e.g. 0.1.

Alternatives considered

Leave as is.

Implementation suggestion

In GzPose.qml, the same writeable GzSpinBox component is used for setting x, y, z, roll, pitch, and yaw values. We may need to create a different writeable spinbox compoent for roll, pitch, yaw that has a different stepSize

@iche033 iche033 added the enhancement New feature or request label Mar 12, 2025
@iche033 iche033 changed the title Consider reducnig spin box increments for radians Consider reducig spin box increments for radians Mar 12, 2025
@iche033 iche033 changed the title Consider reducig spin box increments for radians Consider reducing spin box increments for radians Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Inbox
Development

No branches or pull requests

1 participant