Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linuxbin
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Aerospace and Mechanical Engineering
linuxbin
Commits
e4817f32
Commit
e4817f32
authored
4 years ago
by
Papeleux Luc
Browse files
Options
Downloads
Patches
Plain Diff
add flush function to the Gui tools
parent
74442835
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
externalProgramPathGui.pyw
+2
-1
2 additions, 1 deletion
externalProgramPathGui.pyw
launchGui.pyw
+3
-1
3 additions, 1 deletion
launchGui.pyw
postProLoopGui.pyw
+2
-0
2 additions, 0 deletions
postProLoopGui.pyw
with
7 additions
and
2 deletions
externalProgramPathGui.pyw
+
2
−
1
View file @
e4817f32
...
...
@@ -165,7 +165,8 @@ class ExtProgsConfGui(QWidget):
print
(
"
Quit pressed
"
)
sys
.
exit
()
def
flush
(
self
):
pass
# ============== Main ========================
def
main
():
...
...
This diff is collapsed.
Click to expand it.
launchGui.pyw
+
3
−
1
View file @
e4817f32
...
...
@@ -366,7 +366,9 @@ class LaunchGui(QWidget):
if
stuff
!=
''
:
self
.
console
.
append
(
stuff
)
def
flush
(
self
):
pass
#====================================================================================
def
main
():
#define launcher
launch
=
LaunchJob
()
...
...
This diff is collapsed.
Click to expand it.
postProLoopGui.pyw
+
2
−
0
View file @
e4817f32
...
...
@@ -203,6 +203,8 @@ class PostProLoopGui(QWidget):
print
(
"
Quit pressed
"
)
sys
.
exit
()
def
flush
(
self
):
pass
# ============== Main ========================
def
main
():
# create gui
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment