Skip to content

Commit

Permalink
Add tooltip to add/remove http header buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Jan 31, 2023
1 parent 583ab29 commit 24b246d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ui/qgshttpheaderwidget.ui
Expand Up @@ -213,6 +213,9 @@
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/symbologyAdd.svg</normaloff>:/images/themes/default/symbologyAdd.svg</iconset>
</property>
<property name="toolTip">
<string>Add HTTP header</string>
</property>
</widget>
</item>
<item>
Expand All @@ -230,6 +233,9 @@
<iconset resource="../../images/images.qrc">
<normaloff>:/images/themes/default/symbologyRemove.svg</normaloff>:/images/themes/default/symbologyRemove.svg</iconset>
</property>
<property name="toolTip">
<string>Remove selected HTTP header</string>
</property>
</widget>
</item>
<item>
Expand Down

0 comments on commit 24b246d

Please sign in to comment.