[Kstars-devel] branches/kstars/summer/kstars/kstars/tools

Prakash Mohan prak902000 at gmail.com
Sat Jun 13 21:08:30 CEST 2009


SVN commit 981615 by prakash:

Adding tooltips, and comments.

CCMAIL: kstars-devel at kde.org


 M  +4 -0      observinglist.h  
 M  +15 -0     observinglist.ui  


--- branches/kstars/summer/kstars/kstars/tools/observinglist.h #981614:981615
@@ -250,6 +250,10 @@
         */
     void setCurrentImage( SkyObject *o );
 
+    /*8 at short Downloads the images of all the objects in the session list
+        *Note: This downloads the SDSS image, checks if the size is > default image
+        *and gets the DSS image if thats the case
+        */
     void slotSaveImages();
 
 protected slots:
--- branches/kstars/summer/kstars/kstars/tools/observinglist.ui #981614:981615
@@ -359,6 +359,9 @@
      </item>
      <item>
       <widget class="QPushButton" name="AddToSession">
+       <property name="toolTip">
+        <string>Adds the selected object(s) to the session list.</string>
+       </property>
        <property name="text">
         <string>Add to Session</string>
        </property>
@@ -383,6 +386,9 @@
      </item>
      <item>
       <widget class="QPushButton" name="Update">
+       <property name="toolTip">
+        <string>Update the table and the plot for the new date and location.</string>
+       </property>
        <property name="text">
         <string>Update</string>
        </property>
@@ -390,6 +396,12 @@
      </item>
      <item>
       <widget class="QPushButton" name="GetImage">
+       <property name="toolTip">
+        <string>Download the SDSS/DSS image for the selected object</string>
+       </property>
+       <property name="whatsThis">
+        <string>This queries the SDSS image sever for the image of the selected object. It shows the DSS image if the object is out of the SDSS footprint</string>
+       </property>
        <property name="text">
         <string>Get Image</string>
        </property>
@@ -397,6 +409,9 @@
      </item>
      <item>
       <widget class="QPushButton" name="saveImages">
+       <property name="toolTip">
+        <string>Download the SDSS/DSS images of all the objects in the session list.</string>
+       </property>
        <property name="text">
         <string>Save Images</string>
        </property>


More information about the Kstars-devel mailing list