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
marc
dtObsGUI
Commits
bcf030de
Commit
bcf030de
authored
Nov 04, 2017
by
marc
Browse files
minor
parent
7b8aad54
Changes
1
Hide whitespace changes
Inline
Side-by-side
DTObs.py
View file @
bcf030de
...
...
@@ -114,6 +114,7 @@ class DTObservationProgram(Ui_mainWindow):
self
.
setupUi
(
mainWindow
)
self
.
homedir
=
os
.
environ
[
'HOME'
]
self
.
lineEditOutputDir
.
setText
(
self
.
homedir
)
self
.
formCreatePointings
=
QWidget
()
'''
Define slot and connections for GUI
...
...
@@ -139,7 +140,6 @@ class DTObservationProgram(Ui_mainWindow):
self
.
threadpool
=
QThreadPool
()
def
newPointingsDialog
(
self
):
self
.
formCreatePointings
=
QWidget
()
self
.
myForm
=
CreatePointings
(
self
.
formCreatePointings
)
self
.
formCreatePointings
.
show
()
...
...
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