Skip to content

Commit 43926b5

Browse files
committedNov 9, 2015
[processing] added tooltip to 'export as python script' button
1 parent 5c1da4e commit 43926b5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎python/plugins/processing/ui/DlgModeler.ui‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@
9898
</item>
9999
<item>
100100
<widget class="QToolButton" name="btnExportPython">
101+
<property name="toolTip">
102+
<string>Export as Python script</string>
103+
</property>
101104
<property name="text">
102105
<string>...</string>
103106
</property>
@@ -278,7 +281,7 @@
278281
<customwidget>
279282
<class>QgsFilterLineEdit</class>
280283
<extends>QLineEdit</extends>
281-
<header>qgis.gui</header>
284+
<header>qgsfilterlineedit.h</header>
282285
</customwidget>
283286
</customwidgets>
284287
<resources/>

0 commit comments

Comments
 (0)
Please sign in to comment.