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

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

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

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

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

        时间:2023-10-09

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

                  <small id='5Nung'></small><noframes id='5Nung'>

                  <tfoot id='5Nung'></tfoot>
                • 本文介绍了如何在 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 中访问所有硬盘的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:刷新/重新加载 FileChooser 下一篇:Kivy Label.text 属性不会在 UI 上更新

                  相关文章

                  最新文章

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

                    <legend id='hjf5P'><style id='hjf5P'><dir id='hjf5P'><q id='hjf5P'></q></dir></style></legend>
                  1. <tfoot id='hjf5P'></tfoot>

                  2. <small id='hjf5P'></small><noframes id='hjf5P'>