Qt - Database programming
What resources do you recommend for getting someone up and running in 开发者_运维问答database programing using Qt?
Thanks.
See
- Qt Database Docs
- Qt Sql Programming (as suggested by Christian Rau)
- This example
- Qt video #51 on YouTube and following
First of all the Qt documentation, which is a really good source for anything related to Qt.
I also found this book really useful. It is the definite book on Qt and covers nearly every topic, including database handling.
Interview is descibed very nicely in this book
(Advanced Qt Programming: Creating Great Software with C++ and Qt 4)
精彩评论