- Status Assigned
- Percent Complete
- Task Type Feature Request
- Category QCAD (main)
-
Assigned To
andrew - Operating System All
- Severity Low
- Priority Low
- Reported Version 3.24.2
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#2037 - Support alternative angle reference
E.g. 0 degrees at the top, clock-wise for positive direction, alternative angle units.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Hi, I've just submitted a pull request which might be a solution to this feature request.
"Add bearing entry as alternative angle entry (FS2037) #39 "
My solution allows you to enter bearings which are relative to 0 degrees at north, and are clockwise. To enter a bearing, use the format 32b26'42" which adheres to the other data entry methods.
It does not address any other areas where angles are displayed on the UI. For example, it does not solve display of angles in bearing mode. I'm still looking at this, hoping to provide a menu option under preferences for angle format as "Bearing" which will make this mode a default. I would gladly accept any guidance on the code architecture to implement these additional features.
Cheers.