📄 005-popupmenu.py
字号:
import appuifwchoices = [u"Symbian", u"PyS60", u"MobileArt"]index = appuifw.popup_menu(choices, u"Select:") if index == 0 : appuifw.note(u"Symbian, aha")elif index == 1 : appuifw.note(u"PyS60 - yeah")elif index == 2 : appuifw.note(u"I love MobileArt")
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -