Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Demo examples of using Aspose.Slides for C++ in Qt applications

  • CMake folder contains the example of CMakeLists.txt.

  • QtCreator folder contains the examples of QtCreator projects. In the internal folder QtCreatorDebuggingHelpers you can find the debugging helper file for Qt Creator.

  • Visual Studio folder contains the examples of Microsoft Visual Studio solutions.

  • Source folder contains the source files used in the above examples:

    • QtHelpers folder is utility functions to convert Aspose.Slides for C++ types to the Qt Framework types and back.
    • QtWidgets folder is the source files for QtWidget based applications.
    • QtConsoleApplication folder is the source files for the Qt console applications.