<i id='SE6lH'><tr id='SE6lH'><dt id='SE6lH'><q id='SE6lH'><span id='SE6lH'><b id='SE6lH'><form id='SE6lH'><ins id='SE6lH'></ins><ul id='SE6lH'></ul><sub id='SE6lH'></sub></form><legend id='SE6lH'></legend><bdo id='SE6lH'><pre id='SE6lH'><center id='SE6lH'></center></pre></bdo></b><th id='SE6lH'></th></span></q></dt></tr></i><div id='SE6lH'><tfoot id='SE6lH'></tfoot><dl id='SE6lH'><fieldset id='SE6lH'></fieldset></dl></div>

    <legend id='SE6lH'><style id='SE6lH'><dir id='SE6lH'><q id='SE6lH'></q></dir></style></legend>

    1. <tfoot id='SE6lH'></tfoot>

        <small id='SE6lH'></small><noframes id='SE6lH'>

          <bdo id='SE6lH'></bdo><ul id='SE6lH'></ul>

        如何使用按钮退出 Kivy 应用程序

        时间:2023-06-07

        1. <i id='eDZuz'><tr id='eDZuz'><dt id='eDZuz'><q id='eDZuz'><span id='eDZuz'><b id='eDZuz'><form id='eDZuz'><ins id='eDZuz'></ins><ul id='eDZuz'></ul><sub id='eDZuz'></sub></form><legend id='eDZuz'></legend><bdo id='eDZuz'><pre id='eDZuz'><center id='eDZuz'></center></pre></bdo></b><th id='eDZuz'></th></span></q></dt></tr></i><div id='eDZuz'><tfoot id='eDZuz'></tfoot><dl id='eDZuz'><fieldset id='eDZuz'></fieldset></dl></div>
              <tbody id='eDZuz'></tbody>

                <small id='eDZuz'></small><noframes id='eDZuz'>

                <legend id='eDZuz'><style id='eDZuz'><dir id='eDZuz'><q id='eDZuz'></q></dir></style></legend>
                • <bdo id='eDZuz'></bdo><ul id='eDZuz'></ul>
                • <tfoot id='eDZuz'></tfoot>
                  本文介绍了如何使用按钮退出 Kivy 应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我只是在学习 Python 和 Kivy 框架.我似乎找不到任何能够使用链接到按钮的代码优雅地退出 Kivy 应用程序的具体完整示例.

                  I'm just learning Python and the Kivy framework. I can't seem to find any specific complete examples of being able to gracefully exit a Kivy app using code linked to a button.

                  我发现了这样的 Kivy 代码片段

                  I have found Kivy code snippets like this

                  Button:
                      id:btnExit
                      text:"Exit"
                      on_press: app.Exit()
                  

                  但没有实现 app.Exit() 调用的任何匹配代码.我尝试过的所有操作都会停止代码执行,但不会清理程序窗口.

                  But not any matching code that implements the app.Exit() call. Everything I've tried stops code execution but doesn't clean up the program window.

                  我已阅读 Android 和 iOS 样式指南声明程序不会以编程方式退出并让操作系统处理它,但我正在开发全屏无边框桌面应用程序,并且需要一种通过按下按钮退出程序的方法.

                  I've read that Android and iOS style guides state that a program is not to programmatically exit and let the OS handle it but I am developing fullscreen borderless Desktop app and need a way to exit the program with a button press.

                  推荐答案

                  尝试使用 App.get_running_app().stop().
                  有关详细信息,请阅读 Kivy 文档文章为函数.

                  这篇关于如何使用按钮退出 Kivy 应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:Kivy:访问不同类的方法 下一篇:如何从线程更新 Kivy 元素?

                  相关文章

                    <bdo id='TiE5k'></bdo><ul id='TiE5k'></ul>
                  <tfoot id='TiE5k'></tfoot>
                • <small id='TiE5k'></small><noframes id='TiE5k'>

                • <i id='TiE5k'><tr id='TiE5k'><dt id='TiE5k'><q id='TiE5k'><span id='TiE5k'><b id='TiE5k'><form id='TiE5k'><ins id='TiE5k'></ins><ul id='TiE5k'></ul><sub id='TiE5k'></sub></form><legend id='TiE5k'></legend><bdo id='TiE5k'><pre id='TiE5k'><center id='TiE5k'></center></pre></bdo></b><th id='TiE5k'></th></span></q></dt></tr></i><div id='TiE5k'><tfoot id='TiE5k'></tfoot><dl id='TiE5k'><fieldset id='TiE5k'></fieldset></dl></div>
                    1. <legend id='TiE5k'><style id='TiE5k'><dir id='TiE5k'><q id='TiE5k'></q></dir></style></legend>