[Kstars-devel] branches/kstars/summer/kstars/kstars/tools
Prakash Mohan
prak902000 at gmail.com
Tue Jul 7 11:16:12 CEST 2009
SVN commit 992559 by prakash:
Moving the Save all images and Delete all images to the top, this makes things look better.
CCMAIL: kstars-devel at kde.org
M +20 -20 observinglist.ui
--- branches/kstars/summer/kstars/kstars/tools/observinglist.ui #992558:992559
@@ -274,6 +274,26 @@
</widget>
</item>
<item>
+ <widget class="QPushButton" name="DeleteImages">
+ <property name="toolTip">
+ <string>Deletes all the stored DSS/SDSS images</string>
+ </property>
+ <property name="text">
+ <string>Delete all Images</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QPushButton" name="saveImages">
+ <property name="toolTip">
+ <string>Download the SDSS/DSS images of all the objects in the current list.</string>
+ </property>
+ <property name="text">
+ <string>Save all Images</string>
+ </property>
+ </widget>
+ </item>
+ <item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
@@ -513,26 +533,6 @@
</property>
</widget>
</item>
- <item>
- <widget class="QPushButton" name="saveImages">
- <property name="toolTip">
- <string>Download the SDSS/DSS images of all the objects in the current list.</string>
- </property>
- <property name="text">
- <string>Save all Images</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="DeleteImages">
- <property name="toolTip">
- <string>Deletes all the stored DSS/SDSS images</string>
- </property>
- <property name="text">
- <string>Delete all Images</string>
- </property>
- </widget>
- </item>
</layout>
</item>
</layout>
More information about the Kstars-devel
mailing list