Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
G
GEPARD
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Package Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
GEPARD
GEPARD
Commits
0b954c68
Commit
0b954c68
authored
Jul 29, 2019
by
JosefBrandt
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/RefactoringAnalysisModules' into RefactoringAnalysisModules
parents
37779a2b
2697d5af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
analysis/analysisview.py
analysis/analysisview.py
+3
-0
No files found.
analysis/analysisview.py
View file @
0b954c68
...
...
@@ -168,6 +168,9 @@ class ParticleAnalysis(QtWidgets.QMainWindow):
if
minHQI
is
not
None
:
self
.
hqiSpinBox
.
setValue
(
minHQI
)
self
.
hqiSpinBox
.
valueChanged
.
connect
(
self
.
applyHQIThresholdToResults
)
minHQI
=
self
.
dataset
.
resultParams
[
'minHQI'
]
if
minHQI
is
not
None
:
self
.
hqiSpinBox
.
setValue
(
minHQI
)
optionsLayout
.
addRow
(
QtWidgets
.
QLabel
(
'minimum HQI:'
),
self
.
hqiSpinBox
)
self
.
optionsGroup
.
setLayout
(
optionsLayout
)
...
...
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