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.
我在单击按钮时创建了一个 csv 文件,现在在 csv 创建完成后,我想让用户将 CSV 选项保存在您想要的位置。在 python 中基于 Qt 框架的桌面应用程序中是否有可能?谢谢 。
您可能可以使用此类:
http://doc.qt.io/qt-4.8/qfiledialog.html (Qt 4.8)
http://doc.qt.io/qt-5/qfiledialog.html (Qt 5.0)