Switching to Qt 4.5

From ParaQ Wiki
Jump to navigationJump to search
Issue Resolution
Test playback involving views > 3 don't work correctly since we end up with duplicate widget names for the splitters etc and the test playback gets messed up. Try SaveLargeScreenshot test to reproduce FIXED - Ensuring that pqMultiView doesn't assign duplicate names to the views.
Tests invovling tree widgets dont' work correctly. It's silly that we are relying on mouse press locations when updating tree/table widgets. We should listen to actual check-state change signals and record those and then play them back accordingly to resolve this issue. UNRESOLVED