![]() |
CopperSpice API
1.8.2
|
Classes to handle UI files which are created with the CS Designer program. These files can be processed at runtime to produce dynamically generated user interfaces. Applications which use the form generation classes need to be linked with CsUiTools.
A form loader object, provided by the QUiLoader class, is used to construct the user interface. This user interface can be retrieved from any QIODevice; for example, a QFile object can be used to obtain a form stored in a project's resources. The QUiLoader::load() function takes the user interface description contained in the file and constructs the form widget.