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.
QFileDialog を使用する場合、PyQt4 はネイティブの MacOS ファイル セレクター ウィジェットを使用するようです。ただし、そのウィジェットでスポットライト機能を使用してファイルを検索すると、検索が完了するまでウィンドウ全体がハングしているように見えます。PyQt4 の外部では、おそらく検索が別の実行スレッドで行われるため、Mac ファイル ダイアログは検索中も応答性を維持します。
PyQt4 内で QFileDialog ウィジェットの応答性を維持する方法はありますか?