[QGIS-trac] Re: [Quantum GIS] #1074: WMS connection dialog does not see selection

Quantum GIS qgis at qgis.org
Sun Jun 8 21:54:17 EDT 2008


#1074: WMS connection dialog does not see selection
-----------------------------------------------------+----------------------
        Reporter:  mhugent                           |         Owner:  telwertowski
            Type:  defect                            |        Status:  new         
        Priority:  major: does not work as expected  |     Milestone:              
       Component:  Build/Install                     |       Version:  HEAD        
      Resolution:                                    |      Keywords:              
Platform_version:                                    |      Platform:  All         
        Must_fix:  No                                |   Status_info:  0           
-----------------------------------------------------+----------------------
Changes (by telwertowski):

  * owner:  mhugent => telwertowski

Comment:

 QgsServerSourceSelect::on_lstLayers_itemSelectionChanged() was not fully
 converted from Qt3 to Qt4 in r8406.

 For Q3ListView, each item is already set to the new selection state when
 on_lstLayers_selectionChanged is called. For QTreeWidget, each item still
 has the old selection state and selectedItems() must be used to get the
 new selection state.

-- 
Ticket URL: <https://trac.osgeo.org/qgis/ticket/1074#comment:1>
Quantum GIS <http://qgis.org>
Quantum GIS is an Open Source GIS viewer/editor supporting OGR, PostGIS, and GRASS formats


More information about the QGIS-trac mailing list