Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PyQt4 在使用 QFileDialog 时似乎使用了本机 MacOS 文件选择器小部件。但是,当使用该小部件中的聚光灯功能搜索文件时,整个窗口似乎会挂起,直到搜索完成。在 PyQt4 之外,Mac 文件对话框在搜索时保持响应,大概是因为搜索发生在单独的执行线程上。
有什么方法可以让 QFileDialog 小部件在 PyQt4 中保持响应?