[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Fri Oct 15 00:18:48 CEST 2004
CVS commit by staikos:
tab order and focus fixlets
M +25 -10 datawizard.ui 1.58
M +1 -0 datawizard.ui.h 1.90
--- kdeextragear-2/kst/kst/datawizard.ui #1.57:1.58
@@ -1130,28 +1130,43 @@
</connections>
<tabstops>
+ <tabstop>_url</tabstop>
<tabstop>_vectorReduction</tabstop>
- <tabstop>_vectors</tabstop>
- <tabstop>_xVector</tabstop>
<tabstop>_vectorSearch</tabstop>
<tabstop>_checkVectors</tabstop>
<tabstop>_uncheckAll</tabstop>
+ <tabstop>_vectors</tabstop>
+ <tabstop>_kstDataRange</tabstop>
<tabstop>_radioButtonPlotData</tabstop>
+ <tabstop>_radioButtonPlotPSD</tabstop>
+ <tabstop>_radioButtonPlotDataPSD</tabstop>
+ <tabstop>_xVector</tabstop>
+ <tabstop>_kstFFTOptions</tabstop>
<tabstop>_applyFilters</tabstop>
<tabstop>_newFilter</tabstop>
<tabstop>_filterList</tabstop>
- <tabstop>_currentWindow</tabstop>
- <tabstop>_existingWindow</tabstop>
- <tabstop>_windowName</tabstop>
- <tabstop>_newWindowName</tabstop>
<tabstop>_drawLines</tabstop>
+ <tabstop>_drawPoints</tabstop>
+ <tabstop>_drawBoth</tabstop>
+ <tabstop>_xAxisLabels</tabstop>
+ <tabstop>_yAxisLabels</tabstop>
+ <tabstop>_plotTitles</tabstop>
+ <tabstop>_legendsOn</tabstop>
+ <tabstop>_legendsOff</tabstop>
+ <tabstop>_legendsAuto</tabstop>
+ <tabstop>_psdLogX</tabstop>
+ <tabstop>_psdLogY</tabstop>
<tabstop>_onePlot</tabstop>
+ <tabstop>_multiplePlots</tabstop>
<tabstop>_cycleThrough</tabstop>
<tabstop>_plotNumber</tabstop>
+ <tabstop>_cycleExisting</tabstop>
<tabstop>_existingPlot</tabstop>
<tabstop>_existingPlotName</tabstop>
- <tabstop>_xAxisLabels</tabstop>
- <tabstop>_yAxisLabels</tabstop>
- <tabstop>_plotTitles</tabstop>
- <tabstop>_legendsAuto</tabstop>
+ <tabstop>_currentWindow</tabstop>
+ <tabstop>_existingWindow</tabstop>
+ <tabstop>_windowName</tabstop>
+ <tabstop>_newWindow</tabstop>
+ <tabstop>_newWindows</tabstop>
+ <tabstop>_newWindowName</tabstop>
</tabstops>
<includes>
--- kdeextragear-2/kst/kst/datawizard.ui.h #1.89:1.90
@@ -43,4 +43,5 @@ void DataWizard::init()
_newFilter->setEnabled(false);
_newFilter->hide(); // FIXME: implement this
+ _url->setFocus();
}
More information about the Kst
mailing list