[Kst] kdeextragear-2/kst/kst
Andrew Walker
arwalker at sumusltd.com
Wed Dec 22 19:42:50 CET 2004
CVS commit by arwalker:
Make layout spacing and margin consistent with other dialogs.
Rename menu item to "Save Vector to Disk" (from "Save
Vectors to Disk") as only one vector can be saved at a time.
Rename dialog to match menu item.
M +1 -1 kst.cpp 1.272
M +6 -6 vectorsavedialog.ui 1.5
--- kdeextragear-2/kst/kst/kst.cpp #1.271:1.272
@@ -586,5 +586,5 @@ void KstApp::initActions() {
/************/
- _vectorSaveAction = new KAction(i18n("Save Vectors to Disk..."),
+ _vectorSaveAction = new KAction(i18n("Save Vector to Disk..."),
0, 0,
vectorSaveDialog, SLOT(show()),
--- kdeextragear-2/kst/kst/vectorsavedialog.ui #1.4:1.5
@@ -9,10 +9,10 @@
<x>0</x>
<y>0</y>
- <width>429</width>
+ <width>437</width>
<height>313</height>
</rect>
</property>
<property name="caption">
- <string>Select Vector to Save</string>
+ <string>Save Vector to Disk</string>
</property>
<grid>
@@ -21,8 +21,8 @@
</property>
<property name="margin">
- <number>3</number>
+ <number>11</number>
</property>
<property name="spacing">
- <number>4</number>
+ <number>6</number>
</property>
<widget class="QListBox" row="1" column="0" rowspan="1" colspan="3">
@@ -121,7 +121,7 @@
</includes>
<slots>
- <slot access="public">show()</slot>
<slot access="private">save()</slot>
- <slot access="public">init()</slot>
+ <slot>show()</slot>
+ <slot>init()</slot>
<slot access="private">selectionChanged()</slot>
</slots>
More information about the Kst
mailing list