Skip to content

Commit

Permalink
[processing] added tooltip to 'export as python script' button
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Nov 9, 2015
1 parent 5c1da4e commit 43926b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion python/plugins/processing/ui/DlgModeler.ui
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@
</item>
<item>
<widget class="QToolButton" name="btnExportPython">
<property name="toolTip">
<string>Export as Python script</string>
</property>
<property name="text">
<string>...</string>
</property>
Expand Down Expand Up @@ -278,7 +281,7 @@
<customwidget>
<class>QgsFilterLineEdit</class>
<extends>QLineEdit</extends>
<header>qgis.gui</header>
<header>qgsfilterlineedit.h</header>
</customwidget>
</customwidgets>
<resources/>
Expand Down

0 comments on commit 43926b5

Please sign in to comment.