View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0009193ParaViewBugpublic2009-06-22 12:492009-07-20 10:56
ReporterKen Moreland 
Assigned ToJulien Finet 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version3.8Fixed in Version 
Summary0009193: Odd size for blocks widget in Exodus reader
DescriptionIn the Exodus reader, the size of the widget used to show blocks (or hierarchy, materials, etc) seems very wrong. Load in disk_out_ref or can and see that the widget shown the blocks is huge even though there are few blocks in the file.

I first noticed this issue after upgrading to Qt 4.5. I suspect that is related to the problem.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships
related to 0009144closedJulien Finet Information tab boxes too small 

  Notes
(0016876)
Utkarsh Ayachit (administrator)
2009-07-15 11:47

Yup, this is definitely a 4.5 issue. Julien, the offending code my be in pqTreeView.cxx or pqTreeWidget.cxx (there's some sizeHint() business that I am guessing isn't working anymore).
(0016890)
Julien Finet (developer)
2009-07-17 15:50

QT4.5 uses QWidgetItemV2 instead of QWidgetItem, the difference is that QWidgetItemV2 caches the sizeHint of the associated widget. When the pqtreeview is updated (ie new row), we need to delete the cache. Calling updateGeometry is the only to clear the cache of the QWidgetItemV2.

File changed: ParaView3/Qt/Widgets/pqTreeView.cxx: 1.4
(0016914)
Ken Moreland (manager)
2009-07-20 10:56

Yea. I can see the variable information again.

 Issue History
Date Modified Username Field Change
2009-06-22 12:49 Ken Moreland New Issue
2009-06-22 12:50 Ken Moreland Relationship added related to 0009144
2009-07-15 11:45 Utkarsh Ayachit Status backlog => tabled
2009-07-15 11:45 Utkarsh Ayachit Assigned To => Julien Finet
2009-07-15 11:47 Utkarsh Ayachit Note Added: 0016876
2009-07-17 15:50 Julien Finet Note Added: 0016890
2009-07-17 15:50 Julien Finet Status tabled => @80@
2009-07-17 15:50 Julien Finet Resolution open => fixed
2009-07-20 10:56 Ken Moreland Note Added: 0016914
2009-07-20 10:56 Ken Moreland Status @80@ => closed


Copyright © 2000 - 2018 MantisBT Team