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.
QVariant 変数の型を SQLite データ型の QString に変換する必要があります。QSqlDriver がそれを行うべきだと思われますが、そのような変換の方法が見つかりません。
わかりました、各 QVariant::Type の QString 値を返すための switch-case 構造を持つメソッドを作成しました...