Skip to content

Commit

Permalink
Add tooltips to advanced digitizing dock
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Oct 22, 2015
1 parent 307b1b9 commit b4b7017
Showing 1 changed file with 45 additions and 35 deletions.
80 changes: 45 additions & 35 deletions src/ui/qgsadvanceddigitizingdockwidgetbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,7 @@
<item>
<widget class="QWidget" name="mCadWidget" native="true">
<layout class="QVBoxLayout" name="verticalLayout">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<property name="margin">
<number>0</number>
</property>
<item>
Expand Down Expand Up @@ -87,16 +78,7 @@
</sizepolicy>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
Expand Down Expand Up @@ -206,29 +188,31 @@
<item>
<widget class="QWidget" name="mInputWidgets" native="true">
<layout class="QGridLayout" name="mInputLayout">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>3</number>
</property>
<item row="2" column="2">
<widget class="QLineEdit" name="mXLineEdit"/>
<widget class="QLineEdit" name="mXLineEdit">
<property name="toolTip">
<string>X coordinate</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QLineEdit" name="mDistanceLineEdit"/>
<widget class="QLineEdit" name="mDistanceLineEdit">
<property name="toolTip">
<string>Distance</string>
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="QToolButton" name="mLockDistanceButton">
<property name="toolTip">
<string>Lock distance</string>
</property>
<property name="text">
<string>...</string>
</property>
Expand All @@ -243,6 +227,9 @@
</item>
<item row="1" column="3">
<widget class="QToolButton" name="mLockAngleButton">
<property name="toolTip">
<string>Lock angle</string>
</property>
<property name="text">
<string>...</string>
</property>
Expand All @@ -257,6 +244,9 @@
</item>
<item row="3" column="3">
<widget class="QToolButton" name="mLockYButton">
<property name="toolTip">
<string>Lock y coordinate</string>
</property>
<property name="text">
<string>...</string>
</property>
Expand All @@ -278,6 +268,9 @@
</item>
<item row="3" column="0">
<widget class="QToolButton" name="mRelativeYButton">
<property name="toolTip">
<string>Toggles relative y to previous node</string>
</property>
<property name="text">
<string>...</string>
</property>
Expand All @@ -298,7 +291,11 @@
</widget>
</item>
<item row="1" column="2">
<widget class="QLineEdit" name="mAngleLineEdit"/>
<widget class="QLineEdit" name="mAngleLineEdit">
<property name="toolTip">
<string>Angle</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLabel" name="label_3">
Expand All @@ -308,10 +305,17 @@
</widget>
</item>
<item row="3" column="2">
<widget class="QLineEdit" name="mYLineEdit"/>
<widget class="QLineEdit" name="mYLineEdit">
<property name="toolTip">
<string>Y coordinate</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QToolButton" name="mRelativeXButton">
<property name="toolTip">
<string>Toggles relative x to previous node</string>
</property>
<property name="text">
<string>...</string>
</property>
Expand All @@ -333,6 +337,9 @@
</item>
<item row="2" column="3">
<widget class="QToolButton" name="mLockXButton">
<property name="toolTip">
<string>Lock x coordinate</string>
</property>
<property name="text">
<string>...</string>
</property>
Expand All @@ -347,6 +354,9 @@
</item>
<item row="1" column="0">
<widget class="QToolButton" name="mRelativeAngleButton">
<property name="toolTip">
<string>Toggles relative angle to previous segment</string>
</property>
<property name="text">
<string>...</string>
</property>
Expand Down Expand Up @@ -405,8 +415,8 @@
<tabstop>mLockYButton</tabstop>
</tabstops>
<resources>
<include location="../../images/images.qrc"/>
<include location="../plugins/georeferencer/georeferencer.qrc"/>
<include location="../../images/images.qrc"/>
</resources>
<connections/>
</ui>

0 comments on commit b4b7017

Please sign in to comment.