qt_wrap_ui.rst 400 B

1234567891011121314
  1. qt_wrap_ui
  2. ----------
  3. Create Qt user interfaces Wrappers.
  4. ::
  5. qt_wrap_ui(resultingLibraryName HeadersDestName
  6. SourcesDestName SourceLists ...)
  7. Produce .h and .cxx files for all the .ui files listed in the
  8. SourceLists. The .h files will be added to the library using the
  9. HeadersDestNamesource list. The .cxx files will be added to the
  10. library using the SourcesDestNamesource list.