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
19bef4e3
Commit
19bef4e3
authored
Nov 04, 2017
by
marc
Browse files
minor
parent
f9b1163d
Changes
3
Hide whitespace changes
Inline
Side-by-side
__init__.py
View file @
19bef4e3
...
...
@@ -84,14 +84,10 @@ class CreatePointings(Ui_FormCreatePoinings):
f
.
flush
()
logger
.
debug
(
'End createPointings'
)
f
.
close
()
if
__name__
==
'__main__'
:
app
=
QApplication
(
sys
.
argv
)
formCreatePointings
=
QWidget
()
myForm
=
CreatePointings
(
formCreatePointings
)
formCreatePointings
.
show
()
myList
=
myForm
.
createPointings
()
myForm
.
writePointings
()
sys
.
exit
(
app
.
exec_
())
ui_createpointings.py
View file @
19bef4e3
...
...
@@ -51,7 +51,7 @@ class Ui_FormCreatePoinings(object):
self
.
label_3
.
setObjectName
(
"label_3"
)
self
.
gridLayout
.
addWidget
(
self
.
label_3
,
4
,
0
,
1
,
1
)
self
.
buttonBoxCreatePointings
=
QtWidgets
.
QDialogButtonBox
(
self
.
layoutWidget
)
self
.
buttonBoxCreatePointings
.
setStandardButtons
(
QtWidgets
.
QDialogButtonBox
.
C
ancel
|
QtWidgets
.
QDialogButtonBox
.
Ok
)
self
.
buttonBoxCreatePointings
.
setStandardButtons
(
QtWidgets
.
QDialogButtonBox
.
C
lose
|
QtWidgets
.
QDialogButtonBox
.
Ok
)
self
.
buttonBoxCreatePointings
.
setObjectName
(
"buttonBoxCreatePointings"
)
self
.
gridLayout
.
addWidget
(
self
.
buttonBoxCreatePointings
,
6
,
1
,
1
,
1
)
self
.
label_9
=
QtWidgets
.
QLabel
(
self
.
layoutWidget
)
...
...
ui_createpointings.ui
View file @
19bef4e3
...
...
@@ -120,7 +120,7 @@
<item
row=
"6"
column=
"1"
>
<widget
class=
"QDialogButtonBox"
name=
"buttonBoxCreatePointings"
>
<property
name=
"standardButtons"
>
<set>
QDialogButtonBox::C
ancel
|QDialogButtonBox::Ok
</set>
<set>
QDialogButtonBox::C
lose
|QDialogButtonBox::Ok
</set>
</property>
</widget>
</item>
...
...
Write
Preview
Markdown
is supported
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