![]() |
Scanframe DevOps Trial App 0.1.0
|
The rt-shared-lib
directory is a proof of concept on loading shared libraries at runtime. Each library containing a different implementation of a virtual interface class.
The custom-ui-plugin
directory is an example from QT to understand how UI designer plugin is created, installed (designer) and used (application).
The rt-ui-serialize
directory is a proof of concept that UI elements on a form can be serialized to a file and recreated by reading by the same file.
The script-engine
directory is a proof of concept that application events timed and initiated from within the application can be handled by scripts. Also demonstrates a highlighting editor for javascript.
The unit-test
directory is a proof of concept that application can have unit tests in CMakelists.txt
files using different unit test libraries.