Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
Commit
bd690d1b
authored
2 years ago
by
xin
Browse files
Options
Download
Email Patches
Plain Diff
fix ui bug
parent
f777b995
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SpecWindow/specWin.py
+3
-2
SpecWindow/specWin.py
with
3 additions
and
2 deletions
+3
-2
SpecWindow/specWin.py
+
3
-
2
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
)
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets