Skip to content

Commit

Permalink
Modify GUI setup. Refs #6555.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Mar 18, 2013
1 parent 4674647 commit 43eb44d
Show file tree
Hide file tree
Showing 5 changed files with 2,182 additions and 1,547 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ def initialize_content(self):
iv1.setBottom(0)
self._content.vanrun_edit.setValidator(iv1)

iv2 = QtGui.QIntValidator(self._content.vannoiserun_edit)
iv2.setBottom(0)
self._content.vannoiserun_edit.setValidator(iv2)
# iv2 = QtGui.QIntValidator(self._content.vannoiserun_edit)
# iv2.setBottom(0)
# self._content.vannoiserun_edit.setValidator(iv2)

iv3 = QtGui.QIntValidator(self._content.vanbkgdrun_edit)
iv3.setBottom(0)
Expand Down

0 comments on commit 43eb44d

Please sign in to comment.