Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
marc
createpointings
Commits
19934017
Commit
19934017
authored
Nov 04, 2017
by
marc
Browse files
minor
parent
a43baab3
Changes
2
Hide whitespace changes
Inline
Side-by-side
ui_createpointings.py
View file @
19934017
...
...
@@ -47,7 +47,7 @@ class Ui_FormCreatePoinings(object):
self
.
label_3
.
setObjectName
(
"label_3"
)
self
.
gridLayout
.
addWidget
(
self
.
label_3
,
5
,
0
,
1
,
1
)
self
.
buttonBoxCreatePointings
=
QtWidgets
.
QDialogButtonBox
(
self
.
layoutWidget
)
self
.
buttonBoxCreatePointings
.
setStandardButtons
(
QtWidgets
.
QDialogButtonBox
.
Close
|
QtWidgets
.
QDialogButtonBox
.
Ok
)
self
.
buttonBoxCreatePointings
.
setStandardButtons
(
QtWidgets
.
QDialogButtonBox
.
Ok
)
self
.
buttonBoxCreatePointings
.
setObjectName
(
"buttonBoxCreatePointings"
)
self
.
gridLayout
.
addWidget
(
self
.
buttonBoxCreatePointings
,
7
,
1
,
1
,
1
)
self
.
label_9
=
QtWidgets
.
QLabel
(
self
.
layoutWidget
)
...
...
@@ -84,12 +84,14 @@ class Ui_FormCreatePoinings(object):
self
.
gridLayout
.
addWidget
(
self
.
doubleSpinBoxDistanceDec
,
5
,
2
,
1
,
1
)
self
.
spinBoxStepsRA
=
QtWidgets
.
QSpinBox
(
self
.
layoutWidget
)
self
.
spinBoxStepsRA
.
setAlignment
(
QtCore
.
Qt
.
AlignCenter
)
self
.
spinBoxStepsRA
.
setMaximum
(
30
)
self
.
spinBoxStepsRA
.
setMinimum
(
1
)
self
.
spinBoxStepsRA
.
setMaximum
(
20
)
self
.
spinBoxStepsRA
.
setProperty
(
"value"
,
1
)
self
.
spinBoxStepsRA
.
setObjectName
(
"spinBoxStepsRA"
)
self
.
gridLayout
.
addWidget
(
self
.
spinBoxStepsRA
,
4
,
1
,
1
,
1
)
self
.
spinBoxStepsDec
=
QtWidgets
.
QSpinBox
(
self
.
layoutWidget
)
self
.
spinBoxStepsDec
.
setAlignment
(
QtCore
.
Qt
.
AlignCenter
)
self
.
spinBoxStepsDec
.
setMinimum
(
1
)
self
.
spinBoxStepsDec
.
setMaximum
(
30
)
self
.
spinBoxStepsDec
.
setProperty
(
"value"
,
1
)
self
.
spinBoxStepsDec
.
setObjectName
(
"spinBoxStepsDec"
)
...
...
ui_createpointings.ui
View file @
19934017
...
...
@@ -113,7 +113,7 @@
<item
row=
"7"
column=
"1"
>
<widget
class=
"QDialogButtonBox"
name=
"buttonBoxCreatePointings"
>
<property
name=
"standardButtons"
>
<set>
QDialogButtonBox::
Close|QDialogButtonBox::
Ok
</set>
<set>
QDialogButtonBox::Ok
</set>
</property>
</widget>
</item>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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