This page is a WIP. There is likely to be incomplete and or missing information while the page is being built.
Guide Pages are intended as a powerful and dynamic means of providing users with instructions on how to use a portion of the User Interface (UI), more specifically a Pane (Tab), directly from within DAZ Studio.
Our desire to make the process as painless as possible for potential developers, while allowing ultimate flexibility, has prompted us to create templates comprised of several scripts and QtDesigner .ui files as examples of how to construct them.
A Guide Page is displayed by a DzGuidePage widget, which is typically a child or grand-child of a DzPane subclass. The Panes within the UI that have the ability to display a such a page are:
Below are descriptions of the various folders and files that [together] implement the Guide Page concept. The naming conventions, along with the folder/file structure, exist in effort to simplify the creation of Guide Content through the use of visual tools like QtDesigner.
The <install_path>/resources/guide pages/Common/PanePage.dsa
script distributed with the application is included by this script and does the majority of the work.
The <install_path>/resources/guide pages/Common/GuidePage.dsa
script distributed with the application is included by this script and does the majority of the work.