• <legend id='BLKzW'><style id='BLKzW'><dir id='BLKzW'><q id='BLKzW'></q></dir></style></legend>

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

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

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

      <tfoot id='BLKzW'></tfoot>

      1. 如何在 kivy FileChooser Python 中访问所有硬盘

        How to access all Harddrives in kivy FileChooser Python(如何在 kivy FileChooser Python 中访问所有硬盘)

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

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

                • <legend id='jUNvP'><style id='jUNvP'><dir id='jUNvP'><q id='jUNvP'></q></dir></style></legend>

                    <tbody id='jUNvP'></tbody>
                • 本文介绍了如何在 kivy FileChooser Python 中访问所有硬盘的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  如何在 kivy 1.11.1 中使用 Listview 或 Iconview 在 kivy FileChooser 中显示系统中安装的所有硬盘(C、X、J)?

                  how can I display all harddrives installed in the System (C,X,J) in a kivy FileChooser using either Listview or Iconview in kivy 1.11.1?

                  推荐答案

                  我遇到了同样的问题,最后通过添加快捷方式"解决了.驱动器的按钮.我首先使用以下方式获取所有驱动器的列表:

                  I faced the same problem and finally solved it by adding "shortcut" buttons for the drives. I start by getting a list of all the drives using:

                  drives = ['%s:' % d for d in string.ascii_uppercase if os.path.exists('%s:' % d)]
                  

                  然后为每个驱动器创建一个 Button,并将 on_release 绑定到 open_entry() 方法.open_entry() 方法创建一个假的 Entry 并调用 FileChooser open_entry() 方法.

                  Then creating a Button for each drive, with the on_release bound to an open_entry() method. The open_entry() method creates a fake Entry and calls the FileChooser open_entry() method.

                  这篇关于如何在 kivy FileChooser Python 中访问所有硬盘的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  Kivy 1.9.0 Windows package KeyError: #39;rthooks#39;(Kivy 1.9.0 Windows 包 KeyError: rthooks)
                  Python Kivy: how to call a function on button click?(Python Kivy:如何在按钮单击时调用函数?)
                  How to disable a widget in Kivy?(如何禁用 Kivy 中的小部件?)
                  Centering an object in Kivy(在 Kivy 中将对象居中)
                  How to downgrade to Python 3.4 from 3.5(如何从 Python 3.5 降级到 Python 3.4)
                  Change button or label text color in kivy(在kivy中更改按钮或标签文本颜色)

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

                            <small id='9V0sQ'></small><noframes id='9V0sQ'>