Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
XRD
darfix
Commits
7d47b254
Commit
7d47b254
authored
Jul 20, 2021
by
Julia Garriga Ferrer
Browse files
[orangecontrib][shift] Add locale
parent
ba74166e
Pipeline
#50835
failed with stage
in 1 minute and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
orangecontrib/darfix/widgets/shiftcorrection.py
View file @
7d47b254
...
...
@@ -31,6 +31,7 @@ __date__ = "11/12/2020"
from
Orange.widgets.settings
import
Setting
from
Orange.widgets.widget
import
OWWidget
,
Input
,
Output
from
silx.gui
import
qt
from
silx.gui.colors
import
Colormap
from
darfix.gui.shiftCorrectionWidget
import
ShiftCorrectionDialog
...
...
@@ -59,6 +60,7 @@ class ShiftCorrectionWidgetOW(OWWidget):
def
__init__
(
self
):
super
().
__init__
()
qt
.
QLocale
.
setDefault
(
qt
.
QLocale
(
"en_US"
))
self
.
_widget
=
ShiftCorrectionDialog
(
parent
=
self
)
self
.
_widget
.
okSignal
.
connect
(
self
.
_sendSignal
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment