Quick Start

Quick Start

  1. Add WidgetKit and the minimal required UIGearsQtLib sources to your Qt project.
  2. Initialize the theme directory and load the desired theme.
  3. Create WidgetKit controls in C++ or from JSON configuration.
  4. Keep layout and theme names in configuration whenever possible.
auto* button = new UIGQPushButton(parent);
button->setText("Import");
button->setThemeName("PrimaryButton");

Use the smoke/demo project as the first build target when validating a new machine.