call qwinbuttons to generate a complete set of buttons
it takes 2 parameters in EXACTLY THIS ORDER:
int size - the size in integers
uint color - the ARGB color as hex

e.g.
qwinbuttons 14 0x80ffffff

will create white buttons, 14x14 px, alpha is 50%

