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
Zhang Xin
Sls 1d Spec
Commits
bd690d1b
"git@csst-tb.bao.ac.cn:csst-cicd/csst-dag.git" did not exist on "3d80bb1944063ac9cb143946deea34e96455cded"
Commit
bd690d1b
authored
Sep 30, 2022
by
xin
Browse files
fix ui bug
parent
f777b995
Changes
1
Show whitespace changes
Inline
Side-by-side
SpecWindow/specWin.py
View file @
bd690d1b
...
...
@@ -130,11 +130,12 @@ class Example(QMainWindow):
self
.
gratingCombo
.
addItem
(
"GI"
)
self
.
gratingCombo
.
addItem
(
"GV"
)
self
.
gratingCombo
.
addItem
(
"GU"
)
self
.
gratingCombo
.
move
(
120
,
50
)
self
.
gratingCombo
.
activated
[
str
].
connect
(
self
.
onActivated
)
self
.
lbl2
=
QLabel
(
self
)
self
.
lbl2
.
move
(
150
,
50
)
#
self.lbl2 = QLabel(self)
#
self.lbl2.move(150, 50)
self
.
lbl3
=
QLabel
(
self
)
self
.
lbl3
.
move
(
20
,
80
)
...
...
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