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
Mohamed Salim Khalfan Al-Shidhani
meal-ordering-app
Commits
1f0ddda5
Commit
1f0ddda5
authored
Jan 20, 2017
by
Brady James Garvin
Browse files
Pre-included inspector.
parent
e342d723
Changes
1
Hide whitespace changes
Inline
Side-by-side
main.py
View file @
1f0ddda5
from
kivy.app
import
App
from
kivy.modules
import
inspector
# For inspection.
from
kivy.core.window
import
Window
# For inspection.
__app_package__
=
'edu.unl.cse.soft161.order'
__app__
=
'Order Meal'
...
...
@@ -7,7 +9,8 @@ __flags__ = ['--bootstrap=sdl2', '--requirements=python2,kivy', '--orientation=l
class
OrderApp
(
App
):
pass
def
build
(
self
):
inspector
.
create_inspector
(
Window
,
self
)
# For inspection (press control-e to toggle).
if
__name__
==
'__main__'
:
...
...
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