是否有“后退按钮”?在 Python PyS60 中

发布于 2024-10-31 11:52:38 字数 200 浏览 0 评论 0原文

它是什么 我正在诺基亚手机 5800 系列上创建一个应用程序,我想知道是否有后退按钮功能。

最好举一个例子来说明我的意思,

如果我在此应用程序中输入一些信息并单击“下一步”,但我忘记在上一页上添加一小段信息。 PyS60 中是否有“后退按钮”功能,以便我可以转到上一页。

您能否给出一个工作代码示例,那就太好了。

提前致谢

What it is I am creating an application on a Nokia mobile phone 5800 series and I was wondering if there was a back button function.

It would be better to give an example of what I mean,

If I typing in some onformation in this application and clicked next, but I forgot to add a small piece of information on the previous page. So is there a "Back button" function so I can go to the previous page in PyS60.

Could you give an example working code please, that would be greatful.

Thanks in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

眼眸印温柔 2024-11-07 11:52:38
appuifw.app.menu = [(u"forward", forward), (u"back", back)]
appuifw.app.menu = [(u"forward", forward), (u"back", back)]
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文