Skip to content

Commit

Permalink
Tooltips for map style widget page
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jun 11, 2016
1 parent 4c886ce commit bd75fec
Showing 1 changed file with 33 additions and 5 deletions.
38 changes: 33 additions & 5 deletions src/ui/qgsmapstylingwidgetbase.ui
Expand Up @@ -14,7 +14,16 @@
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<property name="margin">
<property name="leftMargin">
<number>3</number>
</property>
<property name="topMargin">
<number>3</number>
</property>
<property name="rightMargin">
<number>3</number>
</property>
<property name="bottomMargin">
<number>3</number>
</property>
<item row="0" column="0">
Expand All @@ -35,19 +44,31 @@
</widget>
<widget class="QWidget" name="page_2">
<layout class="QGridLayout" name="gridLayout">
<property name="horizontalSpacing">
<number>3</number>
<property name="leftMargin">
<number>0</number>
</property>
<property name="margin">
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<property name="horizontalSpacing">
<number>3</number>
</property>
<item row="2" column="1">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="spacing">
<number>6</number>
</property>
<item>
<widget class="QToolButton" name="mUndoButton">
<property name="toolTip">
<string>Undo</string>
</property>
<property name="text">
<string>...</string>
</property>
Expand All @@ -59,6 +80,9 @@
</item>
<item>
<widget class="QToolButton" name="mRedoButton">
<property name="toolTip">
<string>Redo</string>
</property>
<property name="text">
<string>...</string>
</property>
Expand All @@ -75,13 +99,17 @@
</property>
<property name="sizeHint" stdset="0">
<size>
<width>0</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QCheckBox" name="mLiveApplyCheck">
<property name="toolTip">
<string>If checked, the map canvas will automatically update whenever an option has been changed without the requirement to click Apply</string>
</property>
<property name="text">
<string>Live update</string>
</property>
Expand Down Expand Up @@ -201,7 +229,7 @@
<x>0</x>
<y>0</y>
<width>320</width>
<height>401</height>
<height>384</height>
</rect>
</property>
</widget>
Expand Down

0 comments on commit bd75fec

Please sign in to comment.