Commit bd690d1b authored by xin's avatar xin
Browse files

fix ui bug

parent f777b995
...@@ -130,11 +130,12 @@ class Example(QMainWindow): ...@@ -130,11 +130,12 @@ class Example(QMainWindow):
self.gratingCombo.addItem("GI") self.gratingCombo.addItem("GI")
self.gratingCombo.addItem("GV") self.gratingCombo.addItem("GV")
self.gratingCombo.addItem("GU") self.gratingCombo.addItem("GU")
self.gratingCombo.move(120,50) self.gratingCombo.move(120,50)
self.gratingCombo.activated[str].connect(self.onActivated) self.gratingCombo.activated[str].connect(self.onActivated)
self.lbl2 = QLabel(self) # self.lbl2 = QLabel(self)
self.lbl2.move(150, 50) # self.lbl2.move(150, 50)
self.lbl3 = QLabel(self) self.lbl3 = QLabel(self)
self.lbl3.move(20, 80) self.lbl3.move(20, 80)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment