Usage
Quick overview of the usage
- Design your application as usual by using Figma UI Kit
- Download QT stylesheet files from Github and select appropriate file for your task and mockups
- Use Qt Creator to sketch the UI file and use standard or dynamic properties according to documentation here or in Figma file.
- Done!
Advanced topics
While I am not a professional developer, it is worth to mention a couple of advanced ways to use Protraktor UI Kit in your application:
- There is qss file that uses tokens instead of final values for colors, sizes, etc. You can select token values dynamically and then recalculate the stylesheet file so it uses them by making quick search and replace.
- Also the tokens allow customization of the UI kit, for instance you can quickly change all border-radiuses from default 4px to 2px or even 0px.