mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
Merge pull request #1551 from DelazJ/FToolsAddNewLayerToMapCanvas
Put by default to on the "Add result layer to the map canvas" option when using fTools functions (issue #6642)
This commit is contained in:
commit
ae25009c66
@ -92,6 +92,9 @@
|
||||
<property name="text">
|
||||
<string>Add result to canvas</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
|
@ -185,6 +185,9 @@
|
||||
<property name="text">
|
||||
<string>Add result to canvas</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="10" column="0">
|
||||
|
@ -260,6 +260,9 @@
|
||||
<property name="text">
|
||||
<string>Add result to canvas</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="11" column="0">
|
||||
|
@ -123,6 +123,9 @@
|
||||
<property name="text">
|
||||
<string>Add result to canvas</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="7" column="0">
|
||||
|
@ -133,6 +133,9 @@
|
||||
<property name="text">
|
||||
<string>Add result to canvas</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="7" column="0">
|
||||
|
@ -98,6 +98,9 @@
|
||||
<property name="text">
|
||||
<string>Add result to map canvas</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
@ -110,6 +110,9 @@
|
||||
<property name="text">
|
||||
<string>Add result to canvas</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="6" column="0">
|
||||
|
@ -224,6 +224,9 @@
|
||||
<property name="text">
|
||||
<string>Add result to canvas</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="7" column="0">
|
||||
|
@ -231,6 +231,9 @@
|
||||
<property name="text">
|
||||
<string>Add result to canvas</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="5" column="0">
|
||||
|
@ -101,6 +101,9 @@
|
||||
<property name="text">
|
||||
<string>Add result to canvas</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
|
@ -116,6 +116,9 @@
|
||||
<property name="text">
|
||||
<string>Add result to canvas</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="6" column="0">
|
||||
|
@ -352,6 +352,9 @@
|
||||
<property name="text">
|
||||
<string>Add result to canvas</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="6" column="0">
|
||||
|
@ -176,6 +176,9 @@
|
||||
<property name="text">
|
||||
<string>Add result to canvas</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="11" column="0">
|
||||
|
Loading…
x
Reference in New Issue
Block a user