We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 5c1da4e commit 43926b5Copy full SHA for 43926b5
python/plugins/processing/ui/DlgModeler.ui
@@ -98,6 +98,9 @@
98
</item>
99
<item>
100
<widget class="QToolButton" name="btnExportPython">
101
+ <property name="toolTip">
102
+ <string>Export as Python script</string>
103
+ </property>
104
<property name="text">
105
<string>...</string>
106
</property>
@@ -278,7 +281,7 @@
278
281
<customwidget>
279
282
<class>QgsFilterLineEdit</class>
280
283
<extends>QLineEdit</extends>
- <header>qgis.gui</header>
284
+ <header>qgsfilterlineedit.h</header>
285
</customwidget>
286
</customwidgets>
287
<resources/>
0 commit comments