Skip to content

Code generator for LQ (LabVIEW bindings for the Qt toolkit). This is a read-only mirror; the main repo is at BitBucket:

License

Notifications You must be signed in to change notification settings

JKSH/LQ-CodeGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LQ Code Generator

This project generates code for LQ (pronounced "Luke"), LabVIEW bindings for Qt.

Project Folders

  • data: Contains the specifications used to generate the binding code.
  • src: Contains the source code for the code generator itself.
  • templates: Contains the template files that get populated by the binding code.
    • The templates also contains custom-written code for LabVIEW that make the bindings work. Although these are not technically templates, they need to evolve closely with the code generator, which is why they are in this repo.

Usage

The code generator software is intended to be run from their respective IDEs.

System Requirements

  • NI LabVIEW 2014 or newer
  • A C++11 compliant compiler (tested with Microsoft Visual C++ 2017)
  • Qt 5.12 or newer

Copyright

Copyright (c) 2021 Sze Howe Koh <[email protected]>

The LQ Code Generator is published under the Mozilla Public License v2.0

About

Code generator for LQ (LabVIEW bindings for the Qt toolkit). This is a read-only mirror; the main repo is at BitBucket:

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages