Skip to content

Generate UI forms using yaml for schema and cfg json file for values of configuration

Notifications You must be signed in to change notification settings

OverDriveGain/qml-cfg-autoform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

qml-cfg-autoform

Generate UI forms using yaml for schema and cfg json file for values of configuration.

Usage

  1. you only need to import the module in your project.
import "./config"
Config {
}
  1. In the backend set properties:
set_context_prop_func("cfg", config.yaml)
set_context_prop_func("cfgForm", config_schema.yaml)

Run test

A python test is already provided you can install required packages in test/req.txt and run using python main.py

About

Generate UI forms using yaml for schema and cfg json file for values of configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published