Qt Purchasing QML Types

The Qt Purchasing module provides QML types that can be used to query and purchase products registered for the application in the external market place on the current platform.

可以使用以下 import 語句將 QML 類型導入應用程序:

import QtPurchasing 1.0
					

要鏈接到模塊,添加此行到 qmake .pro 文件:

QT += purchasing
					

有關在應用程序中使用這些類型的更多信息,見 Qt Purchasing 文檔編製。

産品 A product for in-app purchasing
Store Access point to the external market place for in-app purchases
Transaction Contains information about an in-app transaction