Quick Start
Quick Start
- Add WidgetKit and the minimal required
UIGearsQtLibsources to your Qt project. - Initialize the theme directory and load the desired theme.
- Create WidgetKit controls in C++ or from JSON configuration.
- 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.