Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Benjamin Jakimow
EO Time Series Viewer
Commits
11968e78
Commit
11968e78
authored
Jul 14, 2020
by
Benjamin Jakimow
Browse files
tbd
Signed-off-by:
Benjamin Jakimow
<
benjamin.jakimow@geo.hu-berlin.de
>
parent
b1153b61
Changes
1
Hide whitespace changes
Inline
Side-by-side
eotimeseriesviewer/utils.py
View file @
11968e78
...
...
@@ -26,6 +26,7 @@ import os, sys, math, re, io, fnmatch, uuid
from
collections
import
defaultdict
from
qgis.core
import
*
from
qgis.gui
import
*
from
qgis.gui
import
QgisInterface
import
qgis.utils
from
qgis.PyQt.QtCore
import
*
from
qgis.PyQt.QtWidgets
import
*
...
...
@@ -59,7 +60,6 @@ def qgisInstance():
return
None
def
settings
():
return
QSettings
(
'HU-Berlin'
,
'EO Time Series Viewer'
)
...
...
@@ -70,7 +70,3 @@ def fixMenuButtons(w:QWidget):
if
isinstance
(
toolButton
.
defaultAction
(),
QAction
)
and
isinstance
(
toolButton
.
defaultAction
().
menu
(),
QMenu
)
\
or
isinstance
(
toolButton
.
menu
(),
QMenu
):
toolButton
.
setPopupMode
(
QToolButton
.
MenuButtonPopup
)
class
TaskMock
(
QgsTask
):
def
__init__
(
self
):
super
(
TaskMock
,
self
).
__init__
()
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment