[Kst] extragear/graphics/kst/kst
Andrew Walker
arwalker at sumusltd.com
Fri Jul 22 20:58:41 CEST 2005
SVN commit 437694 by arwalker:
Add additional shortcuts.
M +29 -8 fftoptionswidget.ui
--- trunk/extragear/graphics/kst/kst/fftoptionswidget.ui #437693:437694
@@ -8,7 +8,7 @@
<rect>
<x>0</x>
<y>0</y>
- <width>456</width>
+ <width>479</width>
<height>129</height>
</rect>
</property>
@@ -73,11 +73,14 @@
</sizepolicy>
</property>
<property name="text">
- <string>Vector units:</string>
+ <string>&Vector units:</string>
</property>
<property name="alignment">
<set>AlignVCenter|AlignRight</set>
</property>
+ <property name="buddy" stdset="0">
+ <cstring>VectorUnits</cstring>
+ </property>
<property name="hAlign" stdset="0">
</property>
<property name="whatsThis" stdset="0">
@@ -116,11 +119,14 @@
</sizepolicy>
</property>
<property name="text">
- <string>Rate units:</string>
+ <string>Rate &units:</string>
</property>
<property name="alignment">
<set>AlignVCenter|AlignRight</set>
</property>
+ <property name="buddy" stdset="0">
+ <cstring>RateUnits</cstring>
+ </property>
<property name="hAlign" stdset="0">
</property>
</widget>
@@ -156,11 +162,14 @@
</sizepolicy>
</property>
<property name="text">
- <string>Sample rate:</string>
+ <string>Sample &rate:</string>
</property>
<property name="alignment">
<set>AlignVCenter|AlignRight</set>
</property>
+ <property name="buddy" stdset="0">
+ <cstring>SampRate</cstring>
+ </property>
<property name="hAlign" stdset="0">
</property>
</widget>
@@ -256,8 +265,11 @@
<cstring>textLabel1</cstring>
</property>
<property name="text">
- <string>Sigma:</string>
+ <string>&Sigma:</string>
</property>
+ <property name="buddy" stdset="0">
+ <cstring>Sigma</cstring>
+ </property>
</widget>
<widget class="KDoubleNumInput" row="0" column="4">
<property name="name">
@@ -294,8 +306,11 @@
<cstring>textLabel2</cstring>
</property>
<property name="text">
- <string>Function:</string>
+ <string>&Function:</string>
</property>
+ <property name="buddy" stdset="0">
+ <cstring>ApodizeFxn</cstring>
+ </property>
</widget>
</grid>
</widget>
@@ -312,8 +327,11 @@
<cstring>Interleaved</cstring>
</property>
<property name="text">
- <string>Interleaved average</string>
+ <string>&Interleaved average</string>
</property>
+ <property name="accel">
+ <string>Alt+I</string>
+ </property>
<property name="checked">
<bool>true</bool>
</property>
@@ -331,11 +349,14 @@
</sizepolicy>
</property>
<property name="text">
- <string>FFT length: 2^</string>
+ <string>FFT &length: 2^</string>
</property>
<property name="alignment">
<set>AlignVCenter|AlignRight</set>
</property>
+ <property name="buddy" stdset="0">
+ <cstring>FFTLen</cstring>
+ </property>
<property name="hAlign" stdset="0">
</property>
</widget>
More information about the Kst
mailing list