Skip to content

Commit

Permalink
fix plugin import
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 16, 2024
1 parent cd9db02 commit d0135f5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions project/teksi_wastewater.qgs
Original file line number Diff line number Diff line change
Expand Up @@ -100562,7 +100562,7 @@ def my_form_open(dialog, layer, feature):
<expressionfields></expressionfields>
<attributeactions>
<defaultAction key="Canvas" value="{00000000-0000-0000-0000-000000000000}"></defaultAction>
<actionsetting action="from teksi_wastewater_plugin.gui import forms&#xA;&#xA;import teksi_wastewater_plugin&#xA;&#xA;feature = next( QgsProject.instance().mapLayer('od_wastewater_structure').getFeatures( QgsFeatureRequest().setFilterExpression( 'obj_id = \'{}\''.format( '[% &quot;obj_id&quot; %]' ) ) ) )&#xA;teksi_wastewater_plugin.gui.forms.digitizeDrainageChannel(feature.id(), 'od_wastewater_structure')" capture="0" icon="" id="{7a43f0f4-0704-4bc0-9918-65ce290caa1e}" isEnabledOnlyWhenEditable="0" name="Digitize Drainage Channel" notificationMessage="" shortTitle="" type="1">
<actionsetting action="from teksi_wastewater.gui import forms&#xA;&#xA;import teksi_wastewater&#xA;&#xA;feature = next( QgsProject.instance().mapLayer('od_wastewater_structure').getFeatures( QgsFeatureRequest().setFilterExpression( 'obj_id = \'{}\''.format( '[% &quot;obj_id&quot; %]' ) ) ) )&#xA;teksi_wastewater.gui.forms.digitizeDrainageChannel(feature.id(), 'od_wastewater_structure')" capture="0" icon="" id="{7a43f0f4-0704-4bc0-9918-65ce290caa1e}" isEnabledOnlyWhenEditable="0" name="Digitize Drainage Channel" notificationMessage="" shortTitle="" type="1">
<actionScope id="Canvas"></actionScope>
<actionScope id="Field"></actionScope>
<actionScope id="Feature"></actionScope>
Expand Down Expand Up @@ -100689,7 +100689,7 @@ def my_form_open(dialog, layer, feature):
<editforminit>vw_cover_open</editforminit>
<editforminitcodesource>0</editforminitcodesource>
<editforminitfilepath></editforminitfilepath>
<editforminitcode>from teksi_wastewater_plugin.ui.forms import vw_cover_open
<editforminitcode>from teksi_wastewater.ui.forms import vw_cover_open
</editforminitcode>
<featformsuppress>0</featformsuppress>
<editorlayout>tablayout</editorlayout>
Expand Down Expand Up @@ -105210,7 +105210,7 @@ def my_form_open(dialog, layer, feature):
<expressionfields></expressionfields>
<attributeactions>
<defaultAction key="Canvas" value="{00000000-0000-0000-0000-000000000000}"></defaultAction>
<actionsetting action="from teksi_wastewater_plugin.gui import forms&#xA;&#xA;import teksi_wastewater_plugin&#xA;&#xA;feature = next( QgsProject.instance().mapLayer('od_wastewater_structure').getFeatures( QgsFeatureRequest().setFilterExpression( 'obj_id = \'{}\''.format( '[% &quot;obj_id&quot; %]' ) ) ) )&#xA;teksi_wastewater_plugin.gui.forms.digitizeDrainageChannel(feature.id(), 'od_wastewater_structure')" capture="0" icon="" id="{7a43f0f4-0704-4bc0-9918-65ce290caa1e}" isEnabledOnlyWhenEditable="0" name="Digitize Drainage Channel" notificationMessage="" shortTitle="" type="1">
<actionsetting action="from teksi_wastewater.gui import forms&#xA;&#xA;import teksi_wastewater&#xA;&#xA;feature = next( QgsProject.instance().mapLayer('od_wastewater_structure').getFeatures( QgsFeatureRequest().setFilterExpression( 'obj_id = \'{}\''.format( '[% &quot;obj_id&quot; %]' ) ) ) )&#xA;teksi_wastewater.gui.forms.digitizeDrainageChannel(feature.id(), 'od_wastewater_structure')" capture="0" icon="" id="{7a43f0f4-0704-4bc0-9918-65ce290caa1e}" isEnabledOnlyWhenEditable="0" name="Digitize Drainage Channel" notificationMessage="" shortTitle="" type="1">
<actionScope id="Canvas"></actionScope>
<actionScope id="Feature"></actionScope>
<actionScope id="Field"></actionScope>
Expand Down Expand Up @@ -105337,7 +105337,7 @@ def my_form_open(dialog, layer, feature):
<editforminit>vw_cover_open</editforminit>
<editforminitcodesource>0</editforminitcodesource>
<editforminitfilepath></editforminitfilepath>
<editforminitcode>from teksi_wastewater_plugin.ui.forms import vw_cover_open
<editforminitcode>from teksi_wastewater.ui.forms import vw_cover_open
</editforminitcode>
<featformsuppress>0</featformsuppress>
<editorlayout>tablayout</editorlayout>
Expand Down Expand Up @@ -110032,7 +110032,7 @@ def my_form_open(dialog, layer, feature):
<expressionfields></expressionfields>
<attributeactions>
<defaultAction key="Canvas" value="{00000000-0000-0000-0000-000000000000}"></defaultAction>
<actionsetting action="from teksi_wastewater_plugin.gui import forms&#xA;&#xA;import teksi_wastewater_plugin&#xA;&#xA;feature = next( QgsProject.instance().mapLayer('od_wastewater_structure').getFeatures( QgsFeatureRequest().setFilterExpression( 'obj_id = \'{}\''.format( '[% &quot;obj_id&quot; %]' ) ) ) )&#xA;teksi_wastewater_plugin.gui.forms.digitizeDrainageChannel(feature.id(), 'od_wastewater_structure')" capture="0" icon="" id="{7a43f0f4-0704-4bc0-9918-65ce290caa1e}" isEnabledOnlyWhenEditable="0" name="Digitize Drainage Channel" notificationMessage="" shortTitle="" type="1">
<actionsetting action="from teksi_wastewater.gui import forms&#xA;&#xA;import teksi_wastewater&#xA;&#xA;feature = next( QgsProject.instance().mapLayer('od_wastewater_structure').getFeatures( QgsFeatureRequest().setFilterExpression( 'obj_id = \'{}\''.format( '[% &quot;obj_id&quot; %]' ) ) ) )&#xA;teksi_wastewater.gui.forms.digitizeDrainageChannel(feature.id(), 'od_wastewater_structure')" capture="0" icon="" id="{7a43f0f4-0704-4bc0-9918-65ce290caa1e}" isEnabledOnlyWhenEditable="0" name="Digitize Drainage Channel" notificationMessage="" shortTitle="" type="1">
<actionScope id="Feature"></actionScope>
<actionScope id="Field"></actionScope>
<actionScope id="Canvas"></actionScope>
Expand Down Expand Up @@ -110159,7 +110159,7 @@ def my_form_open(dialog, layer, feature):
<editforminit>vw_cover_open</editforminit>
<editforminitcodesource>0</editforminitcodesource>
<editforminitfilepath>.</editforminitfilepath>
<editforminitcode>from teksi_wastewater_plugin.ui.forms import vw_cover_open
<editforminitcode>from teksi_wastewater.ui.forms import vw_cover_open
</editforminitcode>
<featformsuppress>0</featformsuppress>
<editorlayout>tablayout</editorlayout>
Expand Down

0 comments on commit d0135f5

Please sign in to comment.