WhiteMagic / JoystickGremlin

A tool for configuring and managing joystick devices.
http://whitemagic.github.io/JoystickGremlin/
GNU General Public License v3.0
313 stars 46 forks source link

Configuration UI #423

Open WhiteMagic opened 2 years ago

WhiteMagic commented 2 years ago

New UI implemented in QML leveraging the dynamic configuration class to automate creating certain aspects of it. There will be several sections, possible split across tabs that relate to general core Gremlin configuration and then more action-specific ones and the automated profile loading system.

WhiteMagic commented 1 year ago

Basic implementation is done with the UI populating itself from the registered config parameters with specifications of limits and support for certain property types. The UI presentation and interface will evolve as more and more components in Gremlin start using the new configuration system and thus exposing options.