From 5713da3fb059588ad811bf266b4d516d48e2820e Mon Sep 17 00:00:00 2001 From: rahv <karsten.rink@ufz.de> Date: Thu, 25 Jun 2015 14:37:59 +0200 Subject: [PATCH] adjusting tab-order for data explorer dialogues --- .../DataExplorer/DataView/CondFromRaster.ui | 13 ++++++++++-- .../DataExplorer/DataView/ConditionWriter.ui | 7 +++++++ .../DataView/DataExplorerSettings.ui | 4 ++-- .../DataView/FEMConditionSetup.ui | 10 +++++++++- .../DataExplorer/DataView/GMSHPrefs.ui | 17 +++++++++++++++- .../DataExplorer/DataView/GeoOnMeshMapping.ui | 9 ++++++++- .../DataExplorer/DataView/GeoTabWidgetBase.ui | 6 ++++++ Applications/DataExplorer/DataView/License.ui | 4 ++++ .../DataExplorer/DataView/LineEdit.ui | 11 ++++++++++ .../DataExplorer/DataView/MergeGeometries.ui | 8 ++++++++ .../DataExplorer/DataView/MeshValueEdit.ui | 12 +++++++++-- .../DataExplorer/DataView/MshTabWidgetBase.ui | 9 ++++++++- .../DataExplorer/DataView/NetCdfConfigure.ui | 20 +++++++++++++++++++ .../DataExplorer/DataView/NewProcess.ui | 7 ++++++- .../DataExplorer/DataView/SaveMesh.ui | 7 +++++++ .../DataView/StationTabWidgetBase.ui | 6 ++++++ .../Utils/OGSFileConverter/FileList.ui | 8 ++++++++ .../OGSFileConverter/OGSFileConverter.ui | 9 +++++++++ 18 files changed, 156 insertions(+), 11 deletions(-) diff --git a/Applications/DataExplorer/DataView/CondFromRaster.ui b/Applications/DataExplorer/DataView/CondFromRaster.ui index 44be4ff9166..1b92a0c90b5 100644 --- a/Applications/DataExplorer/DataView/CondFromRaster.ui +++ b/Applications/DataExplorer/DataView/CondFromRaster.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>340</width> - <height>230</height> + <width>381</width> + <height>237</height> </rect> </property> <property name="windowTitle"> @@ -203,6 +203,15 @@ </item> </layout> </widget> + <tabstops> + <tabstop>meshBox</tabstop> + <tabstop>rasterEdit</tabstop> + <tabstop>selectButton</tabstop> + <tabstop>directButton</tabstop> + <tabstop>integrateButton</tabstop> + <tabstop>scalingEdit</tabstop> + <tabstop>buttonBox</tabstop> + </tabstops> <resources/> <connections> <connection> diff --git a/Applications/DataExplorer/DataView/ConditionWriter.ui b/Applications/DataExplorer/DataView/ConditionWriter.ui index aeb20341914..f89ac8d4e0f 100644 --- a/Applications/DataExplorer/DataView/ConditionWriter.ui +++ b/Applications/DataExplorer/DataView/ConditionWriter.ui @@ -105,6 +105,13 @@ </item> </layout> </widget> + <tabstops> + <tabstop>geoBox</tabstop> + <tabstop>condTypeBox</tabstop> + <tabstop>fileNameEdit</tabstop> + <tabstop>fileNameButton</tabstop> + <tabstop>buttonBox</tabstop> + </tabstops> <resources/> <connections> <connection> diff --git a/Applications/DataExplorer/DataView/DataExplorerSettings.ui b/Applications/DataExplorer/DataView/DataExplorerSettings.ui index be71edf6247..88ca06e8440 100644 --- a/Applications/DataExplorer/DataView/DataExplorerSettings.ui +++ b/Applications/DataExplorer/DataView/DataExplorerSettings.ui @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>400</width> - <height>111</height> + <height>115</height> </rect> </property> <property name="windowTitle"> @@ -74,9 +74,9 @@ </layout> </widget> <tabstops> + <tabstop>gmshPathEdit</tabstop> <tabstop>gmshPathButton</tabstop> <tabstop>buttonBox</tabstop> - <tabstop>gmshPathEdit</tabstop> </tabstops> <resources/> <connections> diff --git a/Applications/DataExplorer/DataView/FEMConditionSetup.ui b/Applications/DataExplorer/DataView/FEMConditionSetup.ui index 32c1e35e950..2b26289bda3 100644 --- a/Applications/DataExplorer/DataView/FEMConditionSetup.ui +++ b/Applications/DataExplorer/DataView/FEMConditionSetup.ui @@ -6,7 +6,7 @@ <rect> <x>0</x> <y>0</y> - <width>280</width> + <width>337</width> <height>272</height> </rect> </property> @@ -126,6 +126,14 @@ </item> </layout> </widget> + <tabstops> + <tabstop>processTypeBox</tabstop> + <tabstop>condTypeBox</tabstop> + <tabstop>pvTypeBox</tabstop> + <tabstop>disTypeBox</tabstop> + <tabstop>firstValueEdit</tabstop> + <tabstop>buttonBox</tabstop> + </tabstops> <resources/> <connections> <connection> diff --git a/Applications/DataExplorer/DataView/GMSHPrefs.ui b/Applications/DataExplorer/DataView/GMSHPrefs.ui index c9d9edbaedf..76fb8a0bb66 100644 --- a/Applications/DataExplorer/DataView/GMSHPrefs.ui +++ b/Applications/DataExplorer/DataView/GMSHPrefs.ui @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>500</width> - <height>390</height> + <height>424</height> </rect> </property> <property name="sizePolicy"> @@ -436,6 +436,21 @@ </item> </layout> </widget> + <tabstops> + <tabstop>tabWidget</tabstop> + <tabstop>allGeoView</tabstop> + <tabstop>selectGeoButton</tabstop> + <tabstop>deselectGeoButton</tabstop> + <tabstop>selectedGeoView</tabstop> + <tabstop>buttonBox</tabstop> + <tabstop>radioAdaptive</tabstop> + <tabstop>radioHomogeneous</tabstop> + <tabstop>geoFileDelete</tabstop> + <tabstop>param4</tabstop> + <tabstop>param1</tabstop> + <tabstop>param3</tabstop> + <tabstop>param2</tabstop> + </tabstops> <resources/> <connections> <connection> diff --git a/Applications/DataExplorer/DataView/GeoOnMeshMapping.ui b/Applications/DataExplorer/DataView/GeoOnMeshMapping.ui index ba162b0a472..299672554a8 100644 --- a/Applications/DataExplorer/DataView/GeoOnMeshMapping.ui +++ b/Applications/DataExplorer/DataView/GeoOnMeshMapping.ui @@ -6,7 +6,7 @@ <rect> <x>0</x> <y>0</y> - <width>400</width> + <width>464</width> <height>199</height> </rect> </property> @@ -105,6 +105,13 @@ </item> </layout> </widget> + <tabstops> + <tabstop>meshNameComboBox</tabstop> + <tabstop>normalMappingButton</tabstop> + <tabstop>advancedMappingButton</tabstop> + <tabstop>geoNameEdit</tabstop> + <tabstop>buttonBox</tabstop> + </tabstops> <resources/> <connections> <connection> diff --git a/Applications/DataExplorer/DataView/GeoTabWidgetBase.ui b/Applications/DataExplorer/DataView/GeoTabWidgetBase.ui index e556afe7731..7dc0c4ad1a0 100644 --- a/Applications/DataExplorer/DataView/GeoTabWidgetBase.ui +++ b/Applications/DataExplorer/DataView/GeoTabWidgetBase.ui @@ -148,6 +148,12 @@ <header>GeoTreeView.h</header> </customwidget> </customwidgets> + <tabstops> + <tabstop>openGeoPushButton</tabstop> + <tabstop>saveGeoPushButton</tabstop> + <tabstop>removeGeoPushButton</tabstop> + <tabstop>treeView</tabstop> + </tabstops> <resources> <include location="../Img/icons.qrc"/> </resources> diff --git a/Applications/DataExplorer/DataView/License.ui b/Applications/DataExplorer/DataView/License.ui index 1520119967d..f5770592e54 100644 --- a/Applications/DataExplorer/DataView/License.ui +++ b/Applications/DataExplorer/DataView/License.ui @@ -56,6 +56,10 @@ </item> </layout> </widget> + <tabstops> + <tabstop>okPushButton</tabstop> + <tabstop>licenseTextBrowser</tabstop> + </tabstops> <resources/> <connections/> </ui> diff --git a/Applications/DataExplorer/DataView/LineEdit.ui b/Applications/DataExplorer/DataView/LineEdit.ui index 2968d8b8dca..f65e871f6a8 100644 --- a/Applications/DataExplorer/DataView/LineEdit.ui +++ b/Applications/DataExplorer/DataView/LineEdit.ui @@ -183,6 +183,17 @@ </property> </widget> </widget> + <tabstops> + <tabstop>allPlyView</tabstop> + <tabstop>selectPlyButton</tabstop> + <tabstop>deselectPlyButton</tabstop> + <tabstop>selectedPlyView</tabstop> + <tabstop>proximityEdit</tabstop> + <tabstop>plyNameEdit</tabstop> + <tabstop>closePlyCheckBox</tabstop> + <tabstop>createSfcCheckBox</tabstop> + <tabstop>buttonBox</tabstop> + </tabstops> <resources/> <connections> <connection> diff --git a/Applications/DataExplorer/DataView/MergeGeometries.ui b/Applications/DataExplorer/DataView/MergeGeometries.ui index f66d7b60cb4..88a249adbf1 100644 --- a/Applications/DataExplorer/DataView/MergeGeometries.ui +++ b/Applications/DataExplorer/DataView/MergeGeometries.ui @@ -143,6 +143,14 @@ </item> </layout> </widget> + <tabstops> + <tabstop>allGeoView</tabstop> + <tabstop>selectGeoButton</tabstop> + <tabstop>deselectGeoButton</tabstop> + <tabstop>selectedGeoView</tabstop> + <tabstop>newGeoNameEdit</tabstop> + <tabstop>buttonBox</tabstop> + </tabstops> <resources/> <connections> <connection> diff --git a/Applications/DataExplorer/DataView/MeshValueEdit.ui b/Applications/DataExplorer/DataView/MeshValueEdit.ui index 15ab51f7328..e89de7b889a 100644 --- a/Applications/DataExplorer/DataView/MeshValueEdit.ui +++ b/Applications/DataExplorer/DataView/MeshValueEdit.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>431</width> - <height>206</height> + <width>451</width> + <height>220</height> </rect> </property> <property name="windowTitle"> @@ -231,6 +231,14 @@ </item> </layout> </widget> + <tabstops> + <tabstop>condenseButton</tabstop> + <tabstop>replaceButton</tabstop> + <tabstop>edit_old_value</tabstop> + <tabstop>edit_new_value</tabstop> + <tabstop>replaceCheckBox</tabstop> + <tabstop>buttonBox</tabstop> + </tabstops> <resources/> <connections> <connection> diff --git a/Applications/DataExplorer/DataView/MshTabWidgetBase.ui b/Applications/DataExplorer/DataView/MshTabWidgetBase.ui index 9bf02961e88..dc0e8b9083b 100644 --- a/Applications/DataExplorer/DataView/MshTabWidgetBase.ui +++ b/Applications/DataExplorer/DataView/MshTabWidgetBase.ui @@ -6,7 +6,7 @@ <rect> <x>0</x> <y>0</y> - <width>227</width> + <width>278</width> <height>500</height> </rect> </property> @@ -186,6 +186,13 @@ <header>ElementTreeView.h</header> </customwidget> </customwidgets> + <tabstops> + <tabstop>addMeshPushButton</tabstop> + <tabstop>saveMeshPushButton</tabstop> + <tabstop>removeMeshPushButton</tabstop> + <tabstop>treeView</tabstop> + <tabstop>elementView</tabstop> + </tabstops> <resources> <include location="../Img/icons.qrc"/> </resources> diff --git a/Applications/DataExplorer/DataView/NetCdfConfigure.ui b/Applications/DataExplorer/DataView/NetCdfConfigure.ui index 86281c05c70..22ef5b74992 100644 --- a/Applications/DataExplorer/DataView/NetCdfConfigure.ui +++ b/Applications/DataExplorer/DataView/NetCdfConfigure.ui @@ -763,6 +763,26 @@ </item> </layout> </widget> + <tabstops> + <tabstop>comboBoxVariable</tabstop> + <tabstop>comboBoxDim1</tabstop> + <tabstop>doubleSpinBoxDim1Start</tabstop> + <tabstop>doubleSpinBoxDim1End</tabstop> + <tabstop>comboBoxDim2</tabstop> + <tabstop>doubleSpinBoxDim2Start</tabstop> + <tabstop>doubleSpinBoxDim2End</tabstop> + <tabstop>comboBoxDim3</tabstop> + <tabstop>dateTimeEditDim3</tabstop> + <tabstop>comboBoxDim4</tabstop> + <tabstop>spinBoxDim4</tabstop> + <tabstop>doubleSpinBoxResolution</tabstop> + <tabstop>radioMesh</tabstop> + <tabstop>comboBoxMeshElemType</tabstop> + <tabstop>radioImage</tabstop> + <tabstop>comboBoxUseIntensity</tabstop> + <tabstop>lineEditName</tabstop> + <tabstop>buttonBox</tabstop> + </tabstops> <resources/> <connections> <connection> diff --git a/Applications/DataExplorer/DataView/NewProcess.ui b/Applications/DataExplorer/DataView/NewProcess.ui index 25b20ce6ef6..034e88b9119 100644 --- a/Applications/DataExplorer/DataView/NewProcess.ui +++ b/Applications/DataExplorer/DataView/NewProcess.ui @@ -6,7 +6,7 @@ <rect> <x>0</x> <y>0</y> - <width>350</width> + <width>366</width> <height>160</height> </rect> </property> @@ -49,6 +49,11 @@ </item> </layout> </widget> + <tabstops> + <tabstop>processTypeBox</tabstop> + <tabstop>pvTypeBox</tabstop> + <tabstop>buttonBox</tabstop> + </tabstops> <resources/> <connections> <connection> diff --git a/Applications/DataExplorer/DataView/SaveMesh.ui b/Applications/DataExplorer/DataView/SaveMesh.ui index 0f156d0659f..bfe03104ac6 100644 --- a/Applications/DataExplorer/DataView/SaveMesh.ui +++ b/Applications/DataExplorer/DataView/SaveMesh.ui @@ -101,6 +101,13 @@ </item> </layout> </widget> + <tabstops> + <tabstop>fileNameEdit</tabstop> + <tabstop>selectDirButton</tabstop> + <tabstop>dataModeBox</tabstop> + <tabstop>compressionCheckBox</tabstop> + <tabstop>buttonBox</tabstop> + </tabstops> <resources/> <connections> <connection> diff --git a/Applications/DataExplorer/DataView/StationTabWidgetBase.ui b/Applications/DataExplorer/DataView/StationTabWidgetBase.ui index fa44ece4953..c12f052aba0 100644 --- a/Applications/DataExplorer/DataView/StationTabWidgetBase.ui +++ b/Applications/DataExplorer/DataView/StationTabWidgetBase.ui @@ -148,6 +148,12 @@ <header>StationTreeView.h</header> </customwidget> </customwidgets> + <tabstops> + <tabstop>openStnPushButton</tabstop> + <tabstop>saveStnPushButton</tabstop> + <tabstop>removeStnPushButton</tabstop> + <tabstop>treeView</tabstop> + </tabstops> <resources> <include location="../Img/icons.qrc"/> </resources> diff --git a/Applications/Utils/OGSFileConverter/FileList.ui b/Applications/Utils/OGSFileConverter/FileList.ui index c8ffb6289ba..e4611e81845 100644 --- a/Applications/Utils/OGSFileConverter/FileList.ui +++ b/Applications/Utils/OGSFileConverter/FileList.ui @@ -116,6 +116,14 @@ </item> </layout> </widget> + <tabstops> + <tabstop>listView</tabstop> + <tabstop>addButton</tabstop> + <tabstop>removeButton</tabstop> + <tabstop>outputDirEdit</tabstop> + <tabstop>browseButton</tabstop> + <tabstop>buttonBox</tabstop> + </tabstops> <resources/> <connections> <connection> diff --git a/Applications/Utils/OGSFileConverter/OGSFileConverter.ui b/Applications/Utils/OGSFileConverter/OGSFileConverter.ui index 48de904872f..b81989103cc 100644 --- a/Applications/Utils/OGSFileConverter/OGSFileConverter.ui +++ b/Applications/Utils/OGSFileConverter/OGSFileConverter.ui @@ -111,6 +111,15 @@ </item> </layout> </widget> + <tabstops> + <tabstop>gml2gliButton</tabstop> + <tabstop>gli2gmlButton</tabstop> + <tabstop>vtu2mshButton</tabstop> + <tabstop>msh2vtuButton</tabstop> + <tabstop>cnd2bcButton</tabstop> + <tabstop>bc2cndButton</tabstop> + <tabstop>closeDialogButton</tabstop> + </tabstops> <resources/> <connections/> </ui> -- GitLab