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
Expand Up @@ -98,6 +98,9 @@
</item> </item>
<item> <item>
<widget class="QToolButton" name="btnExportPython"> <widget class="QToolButton" name="btnExportPython">
<property name="toolTip">
<string>Export as Python script</string>
</property>
<property name="text"> <property name="text">
<string>...</string> <string>...</string>
</property> </property>
Expand Down Expand Up @@ -278,7 +281,7 @@
<customwidget> <customwidget>
<class>QgsFilterLineEdit</class> <class>QgsFilterLineEdit</class>
<extends>QLineEdit</extends> <extends>QLineEdit</extends>
<header>qgis.gui</header> <header>qgsfilterlineedit.h</header>
</customwidget> </customwidget>
</customwidgets> </customwidgets>
<resources/> <resources/>
Expand Down

0 comments on commit 43926b5

Please sign in to comment.