Can QT access the native users' photo and audio libraries?
-
Hi and welcome to devnet,
What platform do you have in mind ?
-
I don't know the book itself but the authors are good programmers so go for it.
For iOS you can get the picker for the photo gallery through QFileDialog. For Android you'll have to use QtAndroidExtras and it's JNI classes.
-
Take a look at the QtAndroidExtras module documentation, you'll see there how to integrate JNI code inside yours.
On a side note, it's Qt. QT stands for Apple QuickTime which you might also be interested in.