Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Dialog tab order fixes
  • Loading branch information
nyalldawson committed Feb 2, 2016
1 parent c3ed6b9 commit 29a72b5
Show file tree
Hide file tree
Showing 20 changed files with 497 additions and 191 deletions.
97 changes: 56 additions & 41 deletions src/plugins/evis/ui/evisdatabaselayerfieldselectionguibase.ui
@@ -1,99 +1,114 @@
<ui version="4.0" >
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>eVisDatabaseLayerFieldSelectionGuiBase</class>
<widget class="QDialog" name="eVisDatabaseLayerFieldSelectionGuiBase" >
<property name="windowModality" >
<widget class="QDialog" name="eVisDatabaseLayerFieldSelectionGuiBase">
<property name="windowModality">
<enum>Qt::WindowModal</enum>
</property>
<property name="geometry" >
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>319</width>
<height>185</height>
</rect>
</property>
<property name="windowTitle" >
<property name="windowTitle">
<string>Database File Selection</string>
</property>
<property name="windowIcon" >
<iconset resource="../resources/evis.qrc" >
<property name="windowIcon">
<iconset resource="../resources/evis.qrc">
<normaloff>:/evis/eVisDatabaseConnection.png</normaloff>:/evis/eVisDatabaseConnection.png</iconset>
</property>
<layout class="QGridLayout" >
<property name="margin" >
<layout class="QGridLayout">
<property name="leftMargin">
<number>9</number>
</property>
<property name="spacing" >
<property name="topMargin">
<number>9</number>
</property>
<property name="rightMargin">
<number>9</number>
</property>
<property name="bottomMargin">
<number>9</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<item row="3" column="0" colspan="2" >
<widget class="QDialogButtonBox" name="buttonBox" >
<property name="orientation" >
<item row="3" column="0" colspan="2">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons" >
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
<item row="2" column="1" >
<widget class="QComboBox" name="cboxYCoordinate" >
<property name="toolTip" >
<item row="2" column="1">
<widget class="QComboBox" name="cboxYCoordinate">
<property name="toolTip">
<string/>
</property>
<property name="whatsThis" >
<property name="whatsThis">
<string>The name of the field that contains the Y coordinate of the points.</string>
</property>
</widget>
</item>
<item row="1" column="1" >
<widget class="QComboBox" name="cboxXCoordinate" >
<property name="toolTip" >
<item row="1" column="1">
<widget class="QComboBox" name="cboxXCoordinate">
<property name="toolTip">
<string/>
</property>
<property name="statusTip" >
<property name="statusTip">
<string/>
</property>
<property name="whatsThis" >
<property name="whatsThis">
<string>The name of the field that contains the X coordinate of the points.</string>
</property>
</widget>
</item>
<item row="0" column="1" >
<widget class="QLineEdit" name="leLayerName" >
<property name="toolTip" >
<item row="0" column="1">
<widget class="QLineEdit" name="leLayerName">
<property name="toolTip">
<string/>
</property>
<property name="whatsThis" >
<property name="whatsThis">
<string>Enter the name for the new layer that will be created and displayed in QGIS.</string>
</property>
</widget>
</item>
<item row="2" column="0" >
<widget class="QLabel" name="label_3" >
<property name="text" >
<item row="2" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Y Coordinate</string>
</property>
</widget>
</item>
<item row="1" column="0" >
<widget class="QLabel" name="label_2" >
<property name="text" >
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>X Coordinate</string>
</property>
</widget>
</item>
<item row="0" column="0" >
<widget class="QLabel" name="label" >
<property name="text" >
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Name of New Layer</string>
</property>
</widget>
</item>
</layout>
</widget>
<tabstops>
<tabstop>leLayerName</tabstop>
<tabstop>cboxXCoordinate</tabstop>
<tabstop>cboxYCoordinate</tabstop>
</tabstops>
<resources>
<include location="../resources/evis.qrc" />
<include location="../resources/evis.qrc"/>
</resources>
<connections>
<connection>
Expand All @@ -102,11 +117,11 @@
<receiver>eVisDatabaseLayerFieldSelectionGuiBase</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel" >
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel" >
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
Expand All @@ -118,11 +133,11 @@
<receiver>eVisDatabaseLayerFieldSelectionGuiBase</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel" >
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel" >
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
Expand Down
84 changes: 76 additions & 8 deletions src/plugins/geometry_checker/ui/qgsgeometrycheckerresulttab.ui
Expand Up @@ -14,7 +14,16 @@
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout_4">
<property name="margin">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item row="0" column="0">
Expand All @@ -30,8 +39,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>572</width>
<height>416</height>
<width>571</width>
<height>395</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout_3">
Expand Down Expand Up @@ -98,7 +107,16 @@
<property name="spacing">
<number>0</number>
</property>
<property name="margin">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
Expand Down Expand Up @@ -143,7 +161,16 @@
<bool>true</bool>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<property name="margin">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<property name="spacing">
Expand Down Expand Up @@ -204,7 +231,16 @@
<property name="spacing">
<number>0</number>
</property>
<property name="margin">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
</layout>
Expand All @@ -216,7 +252,16 @@
<bool>true</bool>
</property>
<layout class="QGridLayout" name="gridLayout">
<property name="margin">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item row="3" column="1">
Expand Down Expand Up @@ -325,7 +370,16 @@
<item row="6" column="0">
<widget class="QWidget" name="widgetMergeAttribute" native="true">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="margin">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
Expand All @@ -347,6 +401,20 @@
</item>
</layout>
</widget>
<tabstops>
<tabstop>scrollArea</tabstop>
<tabstop>tableWidgetErrors</tabstop>
<tabstop>pushButtonExport</tabstop>
<tabstop>radioButtonError</tabstop>
<tabstop>radioButtonFeature</tabstop>
<tabstop>radioButtonDontMove</tabstop>
<tabstop>checkBoxHighlight</tabstop>
<tabstop>pushButtonOpenAttributeTable</tabstop>
<tabstop>pushButtonFixWithDefault</tabstop>
<tabstop>pushButtonFixWithPrompt</tabstop>
<tabstop>pushButtonErrorResolutionSettings</tabstop>
<tabstop>comboBoxMergeAttribute</tabstop>
</tabstops>
<resources>
<include location="../../../../images/images.qrc"/>
</resources>
Expand Down

0 comments on commit 29a72b5

Please sign in to comment.