Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
iamap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AMAP
iamap
Commits
96af55b8
Commit
96af55b8
authored
5 months ago
by
paul.tresson_ird.fr
Browse files
Options
Downloads
Patches
Plain Diff
remove unused method
parent
44e36714
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
iamap.py
+0
-23
0 additions, 23 deletions
iamap.py
with
0 additions
and
23 deletions
iamap.py
+
0
−
23
View file @
96af55b8
...
...
@@ -223,26 +223,3 @@ class IAMap(QObject):
# Handle algorithm execution failure or cancellation
print
(
'
Algorithm execution was not successful.
'
)
# processing.execAlgorithmDialog('', {})
def
close_all_dialogs
(
self
):
# Get the main QGIS window (QgisInterface)
qgis_main_window
=
self
.
iface
.
mainWindow
()
# Get all open dialogs associated with the main window
open_dialogs
=
qgis_main_window
.
findChildren
(
QDialog
)
# Iterate through the open dialogs and close them
for
dialog
in
open_dialogs
:
# Check if the dialog is visible (to avoid closing hidden dialogs)
if
dialog
.
isVisible
():
# Close the dialog
dialog
.
close
()
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment