File: input.txt

package info (click to toggle)
qttools-opensource-src 5.15.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 58,752 kB
  • sloc: cpp: 204,145; xml: 3,529; ansic: 265; javascript: 120; perl: 118; makefile: 69; java: 32
file content (3 lines) | stat: -rw-r--r-- 537 bytes parent folder | download | duplicates (8)
1
2
3
This user interface was loaded and processed at run-time.

Applications that want to load .ui files at run-time must be configured to be link against the QtUiTools module. 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.