View Issue Details

IDProjectCategoryView StatusLast Update
0002795Slicer4Module DICOMpublic2013-02-12 09:40
Reporterkikinis Assigned Tofinetjul  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionfixed 
PlatformMacOSOS XOS Version10.8.2
Product VersionSlicer 4.2.0 
Target VersionSlicer 4.3.0Fixed in VersionSlicer 4.3.0 
Summary0002795: thumbnails do not show in the dicom browser
Description

see attached

TagsNo tags attached.

Activities

2012-11-28 12:44

 

pieper

pieper

2012-12-14 05:59

administrator   ~0007502

Did some investigation during the CTK hackfest and used the test code below to narrow down which widget is obscuring the thumbnails. It is a QScrollArea.

Note also that this issue goes away when resizing the widget.

This sounds familiar to Julien and may be related to a somewhat recent change he made to the way resize events are handles. Will re-assign this bug to him.

theWidget = None
for w in findChildren(DICOM.detailsPopup.window,name='*'):
try:
if w.visible:
w.setStyleSheet("%s { background-color: blue; }" % w.className());
#w.visible = False
print(w)
#w.visible = True
#qt.QTimer.singleShot(500,lambda : w)
#qt.QProcess.execute('sleep .5')
ret = qt.QMessageBox.information(mainWindow(), w.name, w.className() + " " + w.name, 0x400400)
if ret != 1024:
theWidget = w
break
w.setStyleSheet("%s { }" % w.className());
except AttributeError:
print('no widget for', w)

finetjul

finetjul

2012-12-18 10:55

administrator   ~0007546

See https://github.com/commontk/CTK/issues/272

Issue History

Date Modified Username Field Change
2012-11-28 12:44 kikinis New Issue
2012-11-28 12:44 kikinis Status new => assigned
2012-11-28 12:44 kikinis Assigned To => pieper
2012-11-28 12:44 kikinis File Added: Screen Shot 2012-11-28 at 4.40.34 PM.png
2012-12-08 10:07 jcfr Target Version => Slicer 4.2.3
2012-12-14 05:59 pieper Note Added: 0007502
2012-12-14 06:00 pieper Assigned To pieper => finetjul
2012-12-18 10:55 finetjul Note Added: 0007546
2012-12-18 10:55 finetjul Status assigned => resolved
2012-12-18 10:55 finetjul Fixed in Version => Slicer 4.2.3
2012-12-18 10:55 finetjul Resolution open => fixed
2012-12-30 09:11 kikinis Status resolved => closed
2013-02-12 09:39 jcfr Target Version Slicer 4.2.3 => Slicer 4.3.0
2013-02-12 09:40 jcfr Fixed in Version Slicer 4.2.3 => Slicer 4.3.0