[Kst] extragear/graphics/kst/kst
Andrew Walker
arwalker at sumusltd.com
Mon Aug 15 22:38:49 CEST 2005
SVN commit 449520 by arwalker:
CCBUG:110729 There are a lot of these. The approach is to fix the tab order, as best as possible. Also set buddies where applicable.
M +16 -6 changefiledialog.ui
M +6 -0 choosecolordialog.ui
M +12 -1 fftoptionswidget.ui
--- trunk/extragear/graphics/kst/kst/changefiledialog.ui #449519:449520
@@ -8,7 +8,7 @@
<rect>
<x>0</x>
<y>0</y>
- <width>473</width>
+ <width>481</width>
<height>600</height>
</rect>
</property>
@@ -192,8 +192,11 @@
<cstring>textLabel1</cstring>
</property>
<property name="text">
- <string>File:</string>
+ <string>&File:</string>
</property>
+ <property name="buddy" stdset="0">
+ <cstring>_dataFile</cstring>
+ </property>
</widget>
<widget class="QLayoutWidget" row="0" column="1">
<property name="name">
@@ -225,7 +228,7 @@
<cstring>_changeSelected</cstring>
</property>
<property name="text">
- <string>Change selected vectors and matrices</string>
+ <string>C&hange selected vectors and matrices</string>
</property>
<property name="checked">
<bool>true</bool>
@@ -280,7 +283,7 @@
<cstring>_duplicateDependents</cstring>
</property>
<property name="text">
- <string>Duplicate dependents</string>
+ <string>D&uplicate dependents</string>
</property>
</widget>
<widget class="QRadioButton" row="0" column="0">
@@ -288,7 +291,7 @@
<cstring>_duplicateSelected</cstring>
</property>
<property name="text">
- <string>Duplicate selected vectors and matrices</string>
+ <string>&Duplicate selected vectors and matrices</string>
</property>
</widget>
</grid>
@@ -352,6 +355,8 @@
</widget>
</grid>
</widget>
+<customwidgets>
+</customwidgets>
<connections>
<connection>
<sender>ChangeFileCancel</sender>
@@ -361,12 +366,17 @@
</connection>
</connections>
<tabstops>
+ <tabstop>_allFromFile</tabstop>
+ <tabstop>_files</tabstop>
<tabstop>_clearFilter</tabstop>
<tabstop>_filter</tabstop>
+ <tabstop>ChangeFileCurveList</tabstop>
<tabstop>ChangeFileClear</tabstop>
<tabstop>ChangeFileSelectAll</tabstop>
- <tabstop>ChangeFileCurveList</tabstop>
<tabstop>_dataFile</tabstop>
+ <tabstop>_changeSelected</tabstop>
+ <tabstop>_duplicateSelected</tabstop>
+ <tabstop>_duplicateDependents</tabstop>
<tabstop>ChangeFileApply</tabstop>
<tabstop>ChangeFileCancel</tabstop>
</tabstops>
--- trunk/extragear/graphics/kst/kst/choosecolordialog.ui #449519:449520
@@ -128,5 +128,11 @@
<slot>reject()</slot>
</connection>
</connections>
+<tabstops>
+ <tabstop>xVector</tabstop>
+ <tabstop>yVector</tabstop>
+ <tabstop>OK</tabstop>
+ <tabstop>Cancel</tabstop>
+</tabstops>
<layoutdefaults spacing="6" margin="11"/>
</UI>
--- trunk/extragear/graphics/kst/kst/fftoptionswidget.ui #449519:449520
@@ -8,7 +8,7 @@
<rect>
<x>0</x>
<y>0</y>
- <width>479</width>
+ <width>488</width>
<height>129</height>
</rect>
</property>
@@ -427,6 +427,17 @@
<slot>changedApodizeFxn()</slot>
</connection>
</connections>
+<tabstops>
+ <tabstop>Apodize</tabstop>
+ <tabstop>ApodizeFxn</tabstop>
+ <tabstop>Sigma</tabstop>
+ <tabstop>RemoveMean</tabstop>
+ <tabstop>Interleaved</tabstop>
+ <tabstop>FFTLen</tabstop>
+ <tabstop>SampRate</tabstop>
+ <tabstop>VectorUnits</tabstop>
+ <tabstop>RateUnits</tabstop>
+</tabstops>
<includes>
<include location="global" impldecl="in implementation">kmessagebox.h</include>
<include location="local" impldecl="in implementation">kst.h</include>
More information about the Kst
mailing list