Changes between Initial Version and Version 1 of Ticket #53


Ignore:
Timestamp:
Apr 8, 2006, 8:48:01 AM (18 years ago)
Author:
gsherman
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53

    • Property MilestoneVersion 0.8 Release
  • Ticket #53 – Description

    initial v1  
    1 Large point markers are not displayed in the correct size in the legend. This is because the qt4 QTreeWidget uses QIcon for the legend images. QTreeWidget has a member iconSize, which is valid for all items (in contrast to the qt3 ListView which allowed different icon sizes for different items). A solution could be to keep track of how large the images of all items are and change the global icon size when items are added / removed.
     1Large point markers are not displayed in the correct size in the legend. This is because the qt4 QTreeWidget uses QIcon for the legend images. QTreeWidget has a member iconSize, which is valid for all items (in contrast to the qt3 !ListView which allowed different icon sizes for different items). A solution could be to keep track of how large the images of all items are and change the global icon size when items are added / removed.