View Issue Details

IDProjectCategoryView StatusLast Update
0001810Slicer4Module Annotationspublic2014-03-06 04:52
Reporterfinetjul Assigned Tonicole  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionfixed 
Product VersionSlicer 4.0.1 
Target VersionSlicer 4.3.0Fixed in VersionSlicer 4.2.0 
Summary0001810: Nothing happens when changing X in Advanced Points tab in annotation edit dialog
Description

See steps to reproduce

Steps To Reproduce

Place a fiducial in axial view
open annotations panel
open "Modify annotation Properties" panel for placed fiducial
Changing X value in Points tab should update the position of the point.
It works for Y and Z but not X.
It also works in RAS spinboxes.

Additional Information

When editing values in the table, it should show up a double spinbox instead of a regular line edit that accepts letters.

TagsNo tags attached.

Relationships

related to 0001809 closednicole Annotation size is not updated when choosing between small/Medium/LARGE 

Activities

nicole

nicole

2012-03-15 08:58

administrator   ~0003871

column number check was off by 1, so X wasn't being set on the point, Y was setting X, Z was setting Y.
svn 19617 fixes it.

nicole

nicole

2012-03-15 09:53

administrator   ~0003873

for the double spin box in the table, I'm able to set the cellWidget to be a QDoubleSpinBox but having problems setting and getting the values.

finetjul

finetjul

2012-03-15 10:33

administrator   ~0003874

I think it would be easier if you just use a delegate:
http://doc.qt.nokia.com/4.7-snapshot/itemviews-spinboxdelegate.html

finetjul

finetjul

2012-08-20 14:29

administrator   ~0005639

Fixed in r20798

jcfr

jcfr

2014-03-06 04:50

administrator   ~0010698

Closing resolved issues that have not been updated in more than 3 months

Issue History

Date Modified Username Field Change
2012-03-14 19:42 finetjul New Issue
2012-03-14 19:42 finetjul Status new => assigned
2012-03-14 19:42 finetjul Assigned To => nicole
2012-03-14 19:42 finetjul Relationship added related to 0001809
2012-03-15 08:58 nicole Note Added: 0003871
2012-03-15 09:53 nicole Note Added: 0003873
2012-03-15 10:33 finetjul Note Added: 0003874
2012-08-20 10:07 nicole Target Version => Slicer 4.2.5
2012-08-20 14:29 finetjul Note Added: 0005639
2012-08-20 14:29 finetjul Status assigned => resolved
2012-08-20 14:29 finetjul Fixed in Version => Slicer 4.2.0 - Feature freeze Sept 1st 2012
2012-08-20 14:29 finetjul Resolution open => fixed
2012-08-21 09:39 jcfr Target Version Slicer 4.2.5 => Slicer 4.3.0
2014-03-06 04:50 jcfr Note Added: 0010698
2014-03-06 04:52 jcfr Status resolved => closed