Qt Purchasing C++ Classes▲
Provides C++ classes for in-app purchasing.
Classes▲
-
QInAppProduct: A product registered in the store.
-
QInAppStore: The main entry point for managing in-app purchases.
-
QInAppTransaction: Contains information about a transaction in the external app store.
Detailed Description▲
To include the definitions of the module's classes, use the following directive:
Sélectionnez
#include <QtPurchasing>
To link against the module, add this line to your qmake .pro file:
Sélectionnez
QT +=
purchasing
For more information about using these classes in your application, see the Qt Purchasing documentation.