NEW Demos - Floating CPU utlization widget, Compound element - Spinner, refresh of the other Demos

This commit is contained in:
MikeTheWatchGuy 2018-09-12 16:46:35 -04:00
parent 18584aa533
commit 57396f3dc1
8 changed files with 109 additions and 17 deletions

View file

@ -32,7 +32,7 @@ def main():
[sg.ReadFormButton('Exit', size=(10, 2), pad=((600, 0), 3), font='Helvetica 14')]]
# create the form and show it without the plot
form = sg.FlexForm('Demo Application - Embedding Matplotlib In PySimpleGUI', no_titlebar=True, location=(0,0))
form = sg.FlexForm('Demo Application - OpenCV Integration', no_titlebar=False, location=(0,0))
form.Layout(layout)
form.ReadNonBlocking()