Qt Quick 應用程序的可訪問性

介紹

We will explain how to make Qt Quick applications accessible. This can be compared to making web application accessible. You simply need to assign a few properties when creating controls such as buttons in QML.

The most important property for this purpose is the attached property Accessible .