[Kstars-devel] KDE/kdeedu/kstars/kstars/tools

Akarsh Simha akarshsimha at gmail.com
Wed Dec 17 00:06:43 CET 2008


SVN commit 897846 by asimha:

Make multiple constellations selectable while filtering by
constellation in the Observing List Wizard, as described by the text
in that page of the wizard.

CCMAIL: kstars-devel at kde.org



 M  +5 -1      obslistwizard.ui  


--- trunk/KDE/kdeedu/kstars/kstars/tools/obslistwizard.ui #897845:897846
@@ -411,7 +411,11 @@
         </widget>
        </item>
        <item>
-        <widget class="QListWidget" name="ConstellationList" />
+        <widget class="QListWidget" name="ConstellationList" >
+	 <property name="selectionMode" >
+          <enum>QAbstractItemView::ExtendedSelection</enum>
+         </property>
+	</widget>
        </item>
       </layout>
      </widget>


More information about the Kstars-devel mailing list