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.
QDateEdit から収集した日付を sqlite3 データベースで使用するために datetime.date に変換しようとしています。PyQt4 では toPyDateTime を使用できることがわかりましたが、PyQt5 にはないようです。この関数が完全になくなった場合、QDate を文字列に変換する方法はありますか?