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
421700d6
Commit
421700d6
authored
Oct 21, 2017
by
marc
Browse files
Updated ui file
parent
ed9cc15b
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
421700d6
telescope
measurements
.settings
ui/__pycache__
ui/dtobswindow.py
View file @
421700d6
...
...
@@ -49,7 +49,7 @@ class Ui_mainWindow(object):
self
.
gridLayout
.
addWidget
(
self
.
pushButtonStopMeasurement
,
8
,
0
,
1
,
1
)
self
.
tableWidgetPointings
=
QtWidgets
.
QTableWidget
(
self
.
centralwidget
)
self
.
tableWidgetPointings
.
setObjectName
(
"tableWidgetPointings"
)
self
.
tableWidgetPointings
.
setColumnCount
(
3
)
self
.
tableWidgetPointings
.
setColumnCount
(
4
)
self
.
tableWidgetPointings
.
setRowCount
(
0
)
item
=
QtWidgets
.
QTableWidgetItem
()
item
.
setTextAlignment
(
QtCore
.
Qt
.
AlignCenter
)
...
...
@@ -75,6 +75,14 @@ class Ui_mainWindow(object):
item
.
setFont
(
font
)
item
.
setBackground
(
QtGui
.
QColor
(
255
,
170
,
127
))
self
.
tableWidgetPointings
.
setHorizontalHeaderItem
(
2
,
item
)
item
=
QtWidgets
.
QTableWidgetItem
()
item
.
setTextAlignment
(
QtCore
.
Qt
.
AlignCenter
)
font
=
QtGui
.
QFont
()
font
.
setBold
(
True
)
font
.
setWeight
(
75
)
item
.
setFont
(
font
)
item
.
setBackground
(
QtGui
.
QColor
(
255
,
170
,
127
))
self
.
tableWidgetPointings
.
setHorizontalHeaderItem
(
3
,
item
)
self
.
gridLayout
.
addWidget
(
self
.
tableWidgetPointings
,
6
,
1
,
1
,
1
)
self
.
toolBox
=
QtWidgets
.
QToolBox
(
self
.
centralwidget
)
self
.
toolBox
.
setEnabled
(
True
)
...
...
@@ -83,7 +91,7 @@ class Ui_mainWindow(object):
self
.
toolBox
.
setFrameShape
(
QtWidgets
.
QFrame
.
NoFrame
)
self
.
toolBox
.
setObjectName
(
"toolBox"
)
self
.
toolBoxMetaData
=
QtWidgets
.
QWidget
()
self
.
toolBoxMetaData
.
setGeometry
(
QtCore
.
QRect
(
0
,
0
,
96
,
26
))
self
.
toolBoxMetaData
.
setGeometry
(
QtCore
.
QRect
(
0
,
0
,
280
,
4
26
))
self
.
toolBoxMetaData
.
setObjectName
(
"toolBoxMetaData"
)
self
.
groupBox_3
=
QtWidgets
.
QGroupBox
(
self
.
toolBoxMetaData
)
self
.
groupBox_3
.
setGeometry
(
QtCore
.
QRect
(
10
,
10
,
271
,
351
))
...
...
@@ -159,7 +167,7 @@ class Ui_mainWindow(object):
self
.
verticalLayout_2
.
addWidget
(
self
.
checkBoxCorrection
)
self
.
toolBox
.
addItem
(
self
.
toolBoxMeasurement
,
""
)
self
.
toolBoxBackEnd
=
QtWidgets
.
QWidget
()
self
.
toolBoxBackEnd
.
setGeometry
(
QtCore
.
QRect
(
0
,
0
,
96
,
26
))
self
.
toolBoxBackEnd
.
setGeometry
(
QtCore
.
QRect
(
0
,
0
,
280
,
4
26
))
self
.
toolBoxBackEnd
.
setObjectName
(
"toolBoxBackEnd"
)
self
.
groupBox
=
QtWidgets
.
QGroupBox
(
self
.
toolBoxBackEnd
)
self
.
groupBox
.
setEnabled
(
True
)
...
...
@@ -309,6 +317,8 @@ class Ui_mainWindow(object):
item
.
setText
(
_translate
(
"mainWindow"
,
"Dec"
))
item
=
self
.
tableWidgetPointings
.
horizontalHeaderItem
(
2
)
item
.
setText
(
_translate
(
"mainWindow"
,
"Status"
))
item
=
self
.
tableWidgetPointings
.
horizontalHeaderItem
(
3
)
item
.
setText
(
_translate
(
"mainWindow"
,
"Result File"
))
self
.
groupBox_3
.
setTitle
(
_translate
(
"mainWindow"
,
"GroupBox"
))
self
.
label_5
.
setText
(
_translate
(
"mainWindow"
,
"Observer(s):"
))
self
.
label_8
.
setText
(
_translate
(
"mainWindow"
,
"Desciption: "
))
...
...
ui/dtobswindow.ui
View file @
421700d6
...
...
@@ -175,6 +175,27 @@
</color>
</property>
</column>
<column>
<property
name=
"text"
>
<string>
Result File
</string>
</property>
<property
name=
"font"
>
<font>
<weight>
75
</weight>
<bold>
true
</bold>
</font>
</property>
<property
name=
"textAlignment"
>
<set>
AlignCenter
</set>
</property>
<property
name=
"background"
>
<color>
<red>
255
</red>
<green>
170
</green>
<blue>
127
</blue>
</color>
</property>
</column>
</widget>
</item>
<item
row=
"6"
column=
"0"
>
...
...
@@ -205,8 +226,8 @@
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
96
</width>
<height>
26
</height>
<width>
280
</width>
<height>
4
26
</height>
</rect>
</property>
<attribute
name=
"label"
>
...
...
@@ -404,8 +425,8 @@
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
96
</width>
<height>
26
</height>
<width>
280
</width>
<height>
4
26
</height>
</rect>
</property>
<attribute
name=
"label"
>
...
...
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