I was wondering (if it's not already possible) if you could add an option to __init__ maye a set_font_color to Item(), VideoItem(), and AudioItem()? And maybe the ability to do the same with font size?

So maybe I could do something along these lines:

VideoItem.__init__(self, '', parent, fontcolor=red)

or

videoitem.set_font_color(red)

Reply via email to