[Kst] [Bug 110729] Tab order in many dialogs is counter-intuitive
Andrew Walker
arwalker at sumusltd.com
Tue Aug 16 00:38:37 CEST 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=110729
------- Additional Comments From arwalker sumusltd com 2005-08-16 00:38 -------
SVN commit 449561 by arwalker:
CCBUG:110729 More
M +6 -1 plugindialog.ui
M +3 -0 psddialog.ui
M +7 -0 vectordialog.ui
M +6 -0 vectorsavedialog.ui
--- trunk/extragear/graphics/kst/kst/plugindialog.ui #449560:449561
@ -50,6 +50,9 @
<property name="text">
<string>Unique name:</string>
</property>
+ <property name="buddy" stdset="0">
+ <cstring>_tagName</cstring>
+ </property>
</widget>
<widget class="QLineEdit">
<property name="name">
@ -246,8 +249,10 @
</connection>
</connections>
<tabstops>
+ <tabstop>_tagName</tabstop>
<tabstop>PluginCombo</tabstop>
- <tabstop>_pluginManager</tabstop>
+ <tabstop>_pluginManager</tabstop>'
+ <tabstop>_OK</tabstop>
<tabstop>_cancel</tabstop>
</tabstops>
<signals>
--- trunk/extragear/graphics/kst/kst/psddialog.ui #449560:449561
@ -331,10 +331,13 @
</connection>
</connections>
<tabstops>
+ <tabstop>_tagName</tabstop>
+ <tabstop>_editMultiple</tabstop>
<tabstop>_vector</tabstop>
<tabstop>_kstFFTOptions</tabstop>
<tabstop>_curveAppearance</tabstop>
<tabstop>_curvePlacement</tabstop>
+ <tabstop>editMultipleWidget</tabstop>
<tabstop>_OK</tabstop>
<tabstop>_cancel</tabstop>
</tabstops>
--- trunk/extragear/graphics/kst/kst/vectordialog.ui #449560:449561
@ -571,10 +571,17 @
</images>
<tabstops>
<tabstop>_tagName</tabstop>
+ <tabstop>_editMultiple</tabstop>
+ <tabstop>_readFromSource</tabstop>
+ <tabstop>_generateX</tabstop>
<tabstop>FileName</tabstop>
<tabstop>Field</tabstop>
<tabstop>_configure</tabstop>
<tabstop>_kstDataRange</tabstop>
+ <tabstop>_N</tabstop>
+ <tabstop>_xMin</tabstop>
+ <tabstop>_xMax</tabstop>
+ <tabstop>editMultipleWidget</tabstop>
<tabstop>_OK</tabstop>
<tabstop>_cancel</tabstop>
</tabstops>
--- trunk/extragear/graphics/kst/kst/vectorsavedialog.ui #449560:449561
@ -155,6 +155,12 @
<slot>init()</slot>
<slot access="private">selectionChanged()</slot>
</slots>
+<tabstops>
+ <tabstop>_vectorList</tabstop>
+ <tabstop>_multiOptions</tabstop>
+ <tabstop>_saveButton</tabstop>
+ <tabstop>pushButton2</tabstop>
+</tabstops>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>kcombobox.h</includehint>
More information about the Kst
mailing list